public interface RepositoryCapabilities extends Serializable
Modifier and Type | Field and Description |
---|---|
static String |
CAPABILITY_COMMENTS_COUNT
Flag to check if the repository support comments count.
|
static String |
CAPABILITY_LIKE
Flag to check if the repository support like operation.
|
Modifier and Type | Method and Description |
---|---|
boolean |
doesSupportActivitiWorkflowEngine()
Returns true if the server connected to supports and has enabled the
Activiti workflow engine.
|
boolean |
doesSupportCapability(String capability)
Determines whether the repository supports the given capability.
|
boolean |
doesSupportCommentsCount()
Indicates whether the current repository provides counts of comments i.e.
|
boolean |
doesSupportJBPMWorkflowEngine()
Returns true if the server connected to supports and has enabled the JBPM
workflow engine.
|
boolean |
doesSupportLikingNodes()
Indicates whether the current repository allows nodes to be liked i.e.
|
boolean |
doesSupportMyFiles()
Returns true if the server connected to supports the shared files
feature.
|
boolean |
doesSupportPublicAPI()
Returns true if the server connected to supports the public API i.e.
|
boolean |
doesSupportSharedFiles()
Returns true if the server connected to supports the my files feature.
|
static final String CAPABILITY_LIKE
static final String CAPABILITY_COMMENTS_COUNT
boolean doesSupportLikingNodes()
boolean doesSupportCommentsCount()
boolean doesSupportCapability(String capability)
capability
- : One of the constant present in RepositoryCapabilities
interface.boolean doesSupportPublicAPI()
boolean doesSupportActivitiWorkflowEngine()
boolean doesSupportJBPMWorkflowEngine()
boolean doesSupportMyFiles()
boolean doesSupportSharedFiles()
Copyright © 2012-2018 Alfresco Software. All Rights Reserved.