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:
David Caruana
2009-04-03 21:19:31 +00:00
parent 0354b9e862
commit 21da34d30a

View File

@@ -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"),