CMISAtomPubBaseService Class Reference
Inherits from | NSObject |
Declared in | CMISAtomPubBaseService.h |
Tasks
Other Methods
-
bindingSession
property -
atomPubUrl
property -
– initWithBindingSession:
-
– clearCacheFromService
Protected Methods
-
– fetchRepositoryInfoWithCompletionBlock:
-
– retrieveCMISWorkspacesWithCompletionBlock:
-
– retrieveObjectInternal:completionBlock:
Convenience method with all the defaults for the retrieval parameters
-
– retrieveObjectInternal:withReturnVersion:withFilter:andIncludeRelationShips:andIncludePolicyIds:andRenditionFilder:andIncludeACL:andIncludeAllowableActions:completionBlock:
Full-blown object retrieval version
-
– retrieveObjectByPathInternal:withFilter:andIncludeRelationShips:andIncludePolicyIds:andRenditionFilder:andIncludeACL:andIncludeAllowableActions:completionBlock:
-
– retrieveFromCache:completionBlock:
-
– loadLinkForObjectId:andRelation:completionBlock:
-
– loadLinkForObjectId:andRelation:andType:completionBlock:
Instance Methods
fetchRepositoryInfoWithCompletionBlock:
- (void)fetchRepositoryInfoWithCompletionBlock:(void ( ^ ) ( NSError *error ))completionBlock
loadLinkForObjectId:andRelation:andType:completionBlock:
- (void)loadLinkForObjectId:(NSString *)objectId andRelation:(NSString *)rel andType:(NSString *)type completionBlock:(void ( ^ ) ( NSString *link , NSError *error ))completionBlock
loadLinkForObjectId:andRelation:completionBlock:
- (void)loadLinkForObjectId:(NSString *)objectId andRelation:(NSString *)rel completionBlock:(void ( ^ ) ( NSString *link , NSError *error ))completionBlock
retrieveCMISWorkspacesWithCompletionBlock:
- (void)retrieveCMISWorkspacesWithCompletionBlock:(void ( ^ ) ( NSArray *workspaces , NSError *error ))completionBlock
retrieveFromCache:completionBlock:
- (void)retrieveFromCache:(NSString *)cacheKey completionBlock:(void ( ^ ) ( id object , NSError *error ))completionBlock
retrieveObjectByPathInternal:withFilter:andIncludeRelationShips:andIncludePolicyIds:andRenditionFilder:andIncludeACL:andIncludeAllowableActions:completionBlock:
- (void)retrieveObjectByPathInternal:(NSString *)path withFilter:(NSString *)filter andIncludeRelationShips:(CMISIncludeRelationship)includeRelationship andIncludePolicyIds:(BOOL)includePolicyIds andRenditionFilder:(NSString *)renditionFilter andIncludeACL:(BOOL)includeACL andIncludeAllowableActions:(BOOL)includeAllowableActions completionBlock:(void ( ^ ) ( CMISObjectData *objectData , NSError *error ))completionBlock
retrieveObjectInternal:completionBlock:
Convenience method with all the defaults for the retrieval parameters
- (void)retrieveObjectInternal:(NSString *)objectId completionBlock:(void ( ^ ) ( CMISObjectData *objectData , NSError *error ))completionBlock
Discussion
Convenience method with all the defaults for the retrieval parameters
Declared In
CMISAtomPubBaseService+Protected.h
retrieveObjectInternal:withReturnVersion:withFilter:andIncludeRelationShips:andIncludePolicyIds:andRenditionFilder:andIncludeACL:andIncludeAllowableActions:completionBlock:
Full-blown object retrieval version
- (void)retrieveObjectInternal:(NSString *)objectId withReturnVersion:(CMISReturnVersion)cmisReturnVersion withFilter:(NSString *)filter andIncludeRelationShips:(CMISIncludeRelationship)includeRelationship andIncludePolicyIds:(BOOL)includePolicyIds andRenditionFilder:(NSString *)renditionFilter andIncludeACL:(BOOL)includeACL andIncludeAllowableActions:(BOOL)includeAllowableActions completionBlock:(void ( ^ ) ( CMISObjectData *objectData , NSError *error ))completionBlock
Discussion
Full-blown object retrieval version
Declared In
CMISAtomPubBaseService+Protected.h