Conforms to NSObject
Declared in CMISNavigationService.h

Instance Methods

retrieveChildren:orderBy:filter:includeRelationShips:renditionFilter:includeAllowableActions:includePathSegment:skipCount:maxItems:completionBlock:

- (void)retrieveChildren:(NSString *)objectId orderBy:(NSString *)orderBy filter:(NSString *)filter includeRelationShips:(CMISIncludeRelationship)includeRelationship renditionFilter:(NSString *)renditionFilter includeAllowableActions:(BOOL)includeAllowableActions includePathSegment:(BOOL)includePathSegment skipCount:(NSNumber *)skipCount maxItems:(NSNumber *)maxItems completionBlock:(void ( ^ ) ( CMISObjectList *objectList , NSError *error ))completionBlock

retrieveParentsForObject:withFilter:withIncludeRelationships:withRenditionFilter:withIncludeAllowableActions:withIncludeRelativePathSegment:completionBlock:

Retrieves the parent of a given object. Returns a list of CMISObjectData objects

- (void)retrieveParentsForObject:(NSString *)objectId withFilter:(NSString *)filter withIncludeRelationships:(CMISIncludeRelationship)includeRelationship withRenditionFilter:(NSString *)renditionFilter withIncludeAllowableActions:(BOOL)includeAllowableActions withIncludeRelativePathSegment:(BOOL)includeRelativePathSegment completionBlock:(void ( ^ ) ( NSArray *parents , NSError *error ))completionBlock

Discussion

Retrieves the parent of a given object. Returns a list of CMISObjectData objects

TODO: OpenCMIS returns an ObjectParentData object …. is this necessary?

Declared In

CMISNavigationService.h