Inherits from NSObject
Declared in CMISObjectList.h

Overview

Class to hold the result of executing a query

Tasks

  •   objects

    Array of CMISObjectData, representing a result of some query

    property
  •   hasMoreItems

    TRUE if the Repository contains additional items after those contained in the response. FALSE otherwise. If TRUE, a request with a larger skipCount or larger maxItems is expected to return additional results (unless the contents of the repository has changed).

    property
  •   numItems

    If the repository knows the total number of items in a result set, the repository SHOULD include the number here. If the repository does not know the number of items in a result set, this parameter SHOULD not be set. The value in the parameter MAY NOT be accurate the next time the client retrieves the result set or the next page in the result set.

    property

Properties

hasMoreItems

TRUE if the Repository contains additional items after those contained in the response. FALSE otherwise. If TRUE, a request with a larger skipCount or larger maxItems is expected to return additional results (unless the contents of the repository has changed).

@property BOOL hasMoreItems

Discussion

TRUE if the Repository contains additional items after those contained in the response. FALSE otherwise. If TRUE, a request with a larger skipCount or larger maxItems is expected to return additional results (unless the contents of the repository has changed).

Declared In

CMISObjectList.h

numItems

If the repository knows the total number of items in a result set, the repository SHOULD include the number here. If the repository does not know the number of items in a result set, this parameter SHOULD not be set. The value in the parameter MAY NOT be accurate the next time the client retrieves the result set or the next page in the result set.

@property NSInteger numItems

Discussion

If the repository knows the total number of items in a result set, the repository SHOULD include the number here. If the repository does not know the number of items in a result set, this parameter SHOULD not be set. The value in the parameter MAY NOT be accurate the next time the client retrieves the result set or the next page in the result set.

Declared In

CMISObjectList.h

objects

Array of CMISObjectData, representing a result of some query

@property (nonatomic, strong) NSArray *objects

Discussion

Array of CMISObjectData, representing a result of some query

Declared In

CMISObjectList.h