mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged CMIS063 to HEAD
Resolve merge issues. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@17272 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -32,7 +32,8 @@ package org.alfresco.cmis;
|
||||
public enum CMISAllowedActionEnum implements EnumLabel
|
||||
{
|
||||
// navigation services
|
||||
CAN_GET_DESCENDANTS("canGetDescendants"),
|
||||
CAN_GET_DESCENDANTS("canGetDescendants"),
|
||||
CAN_GET_FOLDER_TREE("canGetFolderTree"),
|
||||
CAN_GET_CHILDREN("canGetChildren"),
|
||||
CAN_GET_FOLDER_PARENT("canGetFolderParent"),
|
||||
CAN_GET_OBJECT_PARENTS("canGetObjectParents"),
|
||||
@@ -48,7 +49,6 @@ public enum CMISAllowedActionEnum implements EnumLabel
|
||||
CAN_UPDATE_PROPERTIES("canUpdateProperties"),
|
||||
CAN_MOVE_OBJECT("canMoveObject"),
|
||||
CAN_DELETE_OBJECT("canDeleteObject"),
|
||||
CAN_DELETE_TREE("canDeleteTree"),
|
||||
CAN_SET_CONTENT_STREAM("canSetContentStream"),
|
||||
CAN_DELETE_CONTENT_STREAM("canDeleteContentStream"),
|
||||
|
||||
@@ -63,7 +63,7 @@ public enum CMISAllowedActionEnum implements EnumLabel
|
||||
CAN_GET_ALL_VERSIONS("canGetAllVersions"),
|
||||
|
||||
// relationship services
|
||||
CAN_GET_RELATIONSHIPS("canGetRelationships"),
|
||||
CAN_GET_OBJECT_RELATIONSHIPS("canGetObjectRelationships"),
|
||||
|
||||
// policy services
|
||||
CAN_APPLY_POLICY("canApplyPolicy"),
|
||||
|
Reference in New Issue
Block a user