Interface PageableObjectCollection

All Superinterfaces:
ObjectCollection
All Known Implementing Classes:
ObjectCollectionImpl

public interface PageableObjectCollection extends ObjectCollection
Object collection which supports paging of elements
  • Method Details

    • getElements

      List<TypedObject> getElements(int offset, int count)
      Returns list of elements starting from the offset. Size is limited to count.
      Parameters:
      offset - starting index
      count - maximum count of elements to be fetched
      Returns:
      list of elements according to given offset and count