mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
CMIS Allowable Actions REST binding (part 1)
- add getAllowableActions() - update getProperties(), getChildren() with includeAllowableActions flag - testAllowableActions() TODO: - add includeAllowableActions flag for all other required methods - Abdera extension to parse allowable actions git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@13834 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -36,7 +36,7 @@ public enum CMISAllowedActionEnum implements EnumLabel
|
|||||||
CAN_GET_PROPERTIES("canGetProperties"),
|
CAN_GET_PROPERTIES("canGetProperties"),
|
||||||
CAN_GET_RELATIONSHIPS("canGetRelationships"),
|
CAN_GET_RELATIONSHIPS("canGetRelationships"),
|
||||||
CAN_GET_PARENTS("canGetParents"),
|
CAN_GET_PARENTS("canGetParents"),
|
||||||
CAN_GET_FOLDER_PARENT("canGetFolderParents"),
|
CAN_GET_FOLDER_PARENT("canGetFolderParent"),
|
||||||
CAN_GET_DESCENDANTS("canGetDescendants"),
|
CAN_GET_DESCENDANTS("canGetDescendants"),
|
||||||
CAN_MOVE("canMove"),
|
CAN_MOVE("canMove"),
|
||||||
CAN_DELETE_VERSION("canDeleteVersion"),
|
CAN_DELETE_VERSION("canDeleteVersion"),
|
||||||
|
Reference in New Issue
Block a user