Conforms to NSObject
Declared in CMISDiscoveryService.h

Tasks

Instance Methods

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

launches a query on the server with the parameters specified completionBlock returns the found object list or nil if unsuccessful

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

Discussion

launches a query on the server with the parameters specified completionBlock returns the found object list or nil if unsuccessful

Declared In

CMISDiscoveryService.h