AlfrescoPagingResult Class Reference
Inherits from | NSObject |
Conforms to | NSCoding |
Declared in | AlfrescoPagingResult.h |
Overview
The AlfrescoPagingResult is used to return a paged result of a query against the repository.
Author: Gavin Cornwell (Alfresco), Tijs Rademakers (Alfresco), Peter Schmidt (Alfresco)
Tasks
-
objects
Returns a list of all objects present in the page.
property -
hasMoreItems
Returns true if there are more items available.
property -
totalItems
Returns the total number of items that could potentially be returned, -1 means the total number of items was undetermined.
property
Properties
hasMoreItems
Returns true if there are more items available.
@property (nonatomic, assign, readonly) BOOL hasMoreItems
Discussion
Returns true if there are more items available.
Declared In
AlfrescoPagingResult.h
objects
Returns a list of all objects present in the page.
@property (nonatomic, strong, readonly) NSArray *objects
Discussion
Returns a list of all objects present in the page.
Declared In
AlfrescoPagingResult.h
totalItems
Returns the total number of items that could potentially be returned, -1 means the total number of items was undetermined.
@property (nonatomic, assign, readonly) int totalItems
Discussion
Returns the total number of items that could potentially be returned, -1 means the total number of items was undetermined.
Declared In
AlfrescoPagingResult.h