CMISRepositoryInfo Class Reference
Inherits from | CMISExtensionData : NSObject |
Declared in | CMISRepositoryInfo.h |
Tasks
-
identifier
property -
name
property -
desc
property -
rootFolderId
property -
cmisVersionSupported
property -
productName
property -
productVersion
property -
vendorName
property -
principalIdAnonymous
property -
principalIdAnyone
property -
repositoryCapabilities
property
Properties
principalIdAnonymous
Returns principal ID for an anonymous user (any authenticated user). This principal ID is supposed to be used in an Ace.
@property (nonatomic, strong) NSString *principalIdAnonymous
Return Value
the principal ID for an anonymous user or {@code null} if the repository does not support anonymous users
@cmis 1.0
Discussion
Returns principal ID for an anonymous user (any authenticated user). This principal ID is supposed to be used in an Ace.
Declared In
CMISRepositoryInfo.h
principalIdAnyone
Returns principal ID for unauthenticated user (guest user). This principal ID is supposed to be used in an Ace.
@property (nonatomic, strong) NSString *principalIdAnyone
Return Value
the principal ID for unauthenticated user or {@code null} if the repository does not support unauthenticated users
@cmis 1.0
Discussion
Returns principal ID for unauthenticated user (guest user). This principal ID is supposed to be used in an Ace.
Declared In
CMISRepositoryInfo.h
repositoryCapabilities
CMISRepositoryCapabilities needs to be created and replace the raw NSDictionary object that is currently being set from the CMISRepositoryInfoParser Use keypaths to get values until the property is properly typed **
@property (nonatomic, strong) id repositoryCapabilities
Discussion
CMISRepositoryCapabilities needs to be created and replace the raw NSDictionary object that is currently being set from the CMISRepositoryInfoParser Use keypaths to get values until the property is properly typed **
Declared In
CMISRepositoryInfo.h