SkyVaultRepositoryCapabilities
This section describes the SkyVaultRepositoryCapabilities class.
The SkyVaultRepositoryCapabilities class represents a a property as used in SkyVaultRepositoryInfo.
Class declaration
@interface SkyVaultRepositoryCapabilities : NSObject <NSCoding>
Properties
Property | Description |
---|---|
@property (nonatomic, assign, readonly) BOOL doesSupportPublicAPI; | Returns true if the server connected to supports the public API, that is, Cloud, 4.2 Enterprise and above, or 4.3 Community and above. |
@property (nonatomic, assign, readonly) BOOL doesSupportActivitiWorkflowEngine; | Returns true if the server connected to supports and has enabled the Activiti workflow engine. |
@property (nonatomic, assign, readonly) BOOL doesSupportJBPMWorkflowEngine; | Returns true if the server connected to supports and has enabled the JBPM workflow engine. |
@property (nonatomic, assign, readonly) BOOL doesSupportLikingNodes | Determines whether the repository supports liking nodes. |
@property (nonatomic, assign, readonly) BOOL doesSupportCommentCounts | Determines whether the repository provides comment counts on nodes. |
@property (nonatomic, assign, readonly) BOOL doesSupportSharedFiles | Returns true if the server connected to supports the shared files feature. |
@property (nonatomic, assign, readonly) BOOL doesSupportMyFiles | Returns true if the server connected to supports the my files feature. |