public interface PageableObjectCollection extends ObjectCollection
| Modifier and Type | Method and Description |
|---|---|
java.util.List<TypedObject> |
getElements(int offset,
int count)
Returns list of elements starting from the offset.
|
getDescription, getElements, getLabel, getLabel, getPK, getQualifier, getTotalCount, getType, getUserjava.util.List<TypedObject> getElements(int offset, int count)
offset - starting indexcount - maximum count of elements to be fetchedCopyright © 2018 SAP SE. All Rights Reserved.