From 21da34d30aa99fa49efaf57b1b85e467f4868bc3 Mon Sep 17 00:00:00 2001 From: David Caruana Date: Fri, 3 Apr 2009 21:19:31 +0000 Subject: [PATCH] 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 --- source/java/org/alfresco/cmis/CMISAllowedActionEnum.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/java/org/alfresco/cmis/CMISAllowedActionEnum.java b/source/java/org/alfresco/cmis/CMISAllowedActionEnum.java index c710a90374..5b7d6ad599 100644 --- a/source/java/org/alfresco/cmis/CMISAllowedActionEnum.java +++ b/source/java/org/alfresco/cmis/CMISAllowedActionEnum.java @@ -36,7 +36,7 @@ public enum CMISAllowedActionEnum implements EnumLabel CAN_GET_PROPERTIES("canGetProperties"), CAN_GET_RELATIONSHIPS("canGetRelationships"), CAN_GET_PARENTS("canGetParents"), - CAN_GET_FOLDER_PARENT("canGetFolderParents"), + CAN_GET_FOLDER_PARENT("canGetFolderParent"), CAN_GET_DESCENDANTS("canGetDescendants"), CAN_MOVE("canMove"), CAN_DELETE_VERSION("canDeleteVersion"),