CMISRepositoryService Protocol Reference
Conforms to | NSObject |
Declared in | CMISRepositoryService.h |
Tasks
-
– retrieveRepositoriesWithCompletionBlock:
Returns an array of CMISRepositoryInfo objects representing the repositories available at the endpoint.
required method -
– retrieveRepositoryInfoForId:completionBlock:
Returns the repository info for the repository with the given id
required method -
– retrieveTypeDefinition:completionBlock:
required method
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