CMISWorkspace Class Reference
Inherits from | NSObject |
Declared in | CMISWorkspace.h |
Tasks
-
sessionParameters
property -
repositoryInfo
property -
collections
property -
linkRelations
property -
objectByIdUriTemplate
property -
objectByPathUriTemplate
property -
typeByIdUriTemplate
property -
queryUriTemplate
property -
– collectionHrefForCollectionType:
Properties
collections
An array containing the parsed CMISAtomCollections.
@property (nonatomic, strong) NSMutableArray *collections
Discussion
An array containing the parsed CMISAtomCollections.
Declared In
CMISWorkspace.h
linkRelations
An array of CMISAtomLink objects for the workspace
@property (nonatomic, strong) CMISLinkRelations *linkRelations
Discussion
An array of CMISAtomLink objects for the workspace
Declared In
CMISWorkspace.h
Instance Methods
collectionHrefForCollectionType:
Returns the href link for a collection defined with the given type. Returns nil if none is found.
- (NSString *)collectionHrefForCollectionType:(NSString *)collectionType
Discussion
Returns the href link for a collection defined with the given type. Returns nil if none is found.
Declared In
CMISWorkspace.h