Conforms to NSObject
Declared in CMISRepositoryService.h

Instance Methods

retrieveRepositoriesWithCompletionBlock:

Returns an array of CMISRepositoryInfo objects representing the repositories available at the endpoint. completionBlock returns array of repositories or nil if unsuccessful

- (CMISRequest *)retrieveRepositoriesWithCompletionBlock:(void ( ^ ) ( NSArray *repositories , NSError *error ))completionBlock

Discussion

Returns an array of CMISRepositoryInfo objects representing the repositories available at the endpoint. completionBlock returns array of repositories or nil if unsuccessful

Declared In

CMISRepositoryService.h

retrieveRepositoryInfoForId:completionBlock:

Returns the repository info for the repository with the given id completionBlock returns repository or nil if unsuccessful

- (CMISRequest *)retrieveRepositoryInfoForId:(NSString *)repositoryId completionBlock:(void ( ^ ) ( CMISRepositoryInfo *repositoryInfo , NSError *error ))completionBlock

Discussion

Returns the repository info for the repository with the given id completionBlock returns repository or nil if unsuccessful

Declared In

CMISRepositoryService.h

retrieveTypeDefinition:completionBlock:

Returns the type definitions completionBlock returns type definition or nil if unsuccessful

- (CMISRequest *)retrieveTypeDefinition:(NSString *)typeId completionBlock:(void ( ^ ) ( CMISTypeDefinition *typeDefinition , NSError *error ))completionBlock

Discussion

Returns the type definitions completionBlock returns type definition or nil if unsuccessful

Declared In

CMISRepositoryService.h