Inherits from CMISExtensionData : NSObject
Declared in CMISRepositoryInfo.h

Properties

cmisVersionSupported

@property (nonatomic, strong) NSString *cmisVersionSupported

desc

@property (nonatomic, strong) NSString *desc

identifier

@property (nonatomic, strong) NSString *identifier

name

@property (nonatomic, strong) NSString *name

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

productName

@property (nonatomic, strong) NSString *productName

productVersion

@property (nonatomic, strong) NSString *productVersion

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

rootFolderId

@property (nonatomic, strong) NSString *rootFolderId

vendorName

@property (nonatomic, strong) NSString *vendorName