Inherits from NSObject
Declared in CMISWorkspace.h

Tasks

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

objectByIdUriTemplate

@property (nonatomic, strong) NSString *objectByIdUriTemplate

objectByPathUriTemplate

@property (nonatomic, strong) NSString *objectByPathUriTemplate

queryUriTemplate

@property (nonatomic, strong) NSString *queryUriTemplate

repositoryInfo

@property (nonatomic, strong) CMISRepositoryInfo *repositoryInfo

sessionParameters

@property (nonatomic, strong) CMISSessionParameters *sessionParameters

typeByIdUriTemplate

@property (nonatomic, strong) NSString *typeByIdUriTemplate

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