Conforms to NSObject
Declared in CMISRepositoryService.h

Tasks

Instance Methods

retrieveRepositoriesWithCompletionBlock:

Returns an array of CMISRepositoryInfo objects representing the repositories available at the endpoint.

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

Discussion

Returns an array of CMISRepositoryInfo objects representing the repositories available at the endpoint.

Declared In

CMISRepositoryService.h

retrieveRepositoryInfoForId:completionBlock:

Returns the repository info for the repository with the given id

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

Discussion

Returns the repository info for the repository with the given id

Declared In

CMISRepositoryService.h

retrieveTypeDefinition:completionBlock:

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