mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
Merged CMIS063 to HEAD
16930: MOB-1330: Upgrade Web Services Repository to 0.7 git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@17243 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -44,7 +44,7 @@ import javax.xml.bind.annotation.XmlType;
|
||||
* <enumeration value="canCancelCheckout.Document"/>
|
||||
* <enumeration value="canCheckin.Document"/>
|
||||
* <enumeration value="canGetAllVersions.VersionSeries"/>
|
||||
* <enumeration value="canGetRelationship.Object"/>
|
||||
* <enumeration value="canGetObjectRelationships.Object"/>
|
||||
* <enumeration value="canAddPolicy.Object"/>
|
||||
* <enumeration value="canAddPolicy.Policy"/>
|
||||
* <enumeration value="canRemovePolicy.Object"/>
|
||||
@@ -57,7 +57,7 @@ import javax.xml.bind.annotation.XmlType;
|
||||
* </pre>
|
||||
*
|
||||
*/
|
||||
@XmlType(name = "enumAllowableActionsKey", namespace = "http://docs.oasis-open.org/ns/cmis/core/200901")
|
||||
@XmlType(name = "enumAllowableActionsKey", namespace = "http://docs.oasis-open.org/ns/cmis/core/200908/")
|
||||
@XmlEnum
|
||||
public enum EnumAllowableActionsKey {
|
||||
|
||||
@@ -121,8 +121,8 @@ public enum EnumAllowableActionsKey {
|
||||
CAN_CHECKIN_DOCUMENT("canCheckin.Document"),
|
||||
@XmlEnumValue("canGetAllVersions.VersionSeries")
|
||||
CAN_GET_ALL_VERSIONS_VERSION_SERIES("canGetAllVersions.VersionSeries"),
|
||||
@XmlEnumValue("canGetRelationship.Object")
|
||||
CAN_GET_RELATIONSHIP_OBJECT("canGetRelationship.Object"),
|
||||
@XmlEnumValue("canGetObjectRelationships.Object")
|
||||
CAN_GET_OBJECT_RELATIONSHIPS_OBJECT("canGetObjectRelationships.Object"),
|
||||
@XmlEnumValue("canAddPolicy.Object")
|
||||
CAN_ADD_POLICY_OBJECT("canAddPolicy.Object"),
|
||||
@XmlEnumValue("canAddPolicy.Policy")
|
||||
|
Reference in New Issue
Block a user