Class Paging
java.lang.Object
org.alfresco.rest.framework.resource.parameters.Paging
Represents paging of collections of resources. Set by the client request.
skipCount - How many entries exist in the entire collection before those included in the list
maxItems - The maximum number of items the client requires. Defaults to 100.
skipCount - How many entries exist in the entire collection before those included in the list
maxItems - The maximum number of items the client requires. Defaults to 100.
- Author:
- Gethin James, Martin Muller (mmuller)
-
Field Summary
Fields -
Method Summary
-
Field Details
-
DEFAULT_SKIP_COUNT
public static final int DEFAULT_SKIP_COUNT- See Also:
-
DEFAULT_MAX_ITEMS
public static final int DEFAULT_MAX_ITEMS- See Also:
-
DEFAULT
-
-
Method Details
-
getSkipCount
public int getSkipCount()How many entries exist in the entire collection before those included in the list- Returns:
- Integer
-
getMaxItems
public int getMaxItems()The maximum number of items the client requires. Defaults to 100.- Returns:
- Integer
-
valueOf
-
toString
-