Conforms to NSObject
Declared in CMISDiscoveryService.h

Tasks

Instance Methods

query:searchAllVersions:includeRelationShips:renditionFilter:includeAllowableActions:maxItems:skipCount:completionBlock:

  • (optional) Integer maxItems: This is the maximum number of items to return in a response.
  •                        The repository MUST NOT exceed this maximum. Default is repository-specific.
    

    (optional) Integer skipCount: This is the number of potential results that the repository MUST skip/page over before returning any results. Defaults to 0.

- (void)query:(NSString *)statement searchAllVersions:(BOOL)searchAllVersions includeRelationShips:(CMISIncludeRelationship)includeRelationships renditionFilter:(NSString *)renditionFilter includeAllowableActions:(BOOL)includeAllowableActions maxItems:(NSNumber *)maxItems skipCount:(NSNumber *)skipCount completionBlock:(void ( ^ ) ( CMISObjectList *objectList , NSError *error ))completionBlock

Discussion

  • (optional) Integer maxItems: This is the maximum number of items to return in a response.
  •                        The repository MUST NOT exceed this maximum. Default is repository-specific.
    

    (optional) Integer skipCount: This is the number of potential results that the repository MUST skip/page over before returning any results. Defaults to 0.

Declared In

CMISDiscoveryService.h