mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-21 18:09:20 +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:
@@ -15,7 +15,7 @@ import javax.xml.bind.annotation.XmlType;
|
||||
* <simpleType name="enumCapabilityChanges">
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
||||
* <enumeration value="none"/>
|
||||
* <enumeration value="objectIdsOnly"/>
|
||||
* <enumeration value="objectidsonly"/>
|
||||
* <enumeration value="properties"/>
|
||||
* <enumeration value="all"/>
|
||||
* </restriction>
|
||||
@@ -23,14 +23,14 @@ import javax.xml.bind.annotation.XmlType;
|
||||
* </pre>
|
||||
*
|
||||
*/
|
||||
@XmlType(name = "enumCapabilityChanges", namespace = "http://docs.oasis-open.org/ns/cmis/core/200901")
|
||||
@XmlType(name = "enumCapabilityChanges", namespace = "http://docs.oasis-open.org/ns/cmis/core/200908/")
|
||||
@XmlEnum
|
||||
public enum EnumCapabilityChanges {
|
||||
|
||||
@XmlEnumValue("none")
|
||||
NONE("none"),
|
||||
@XmlEnumValue("objectIdsOnly")
|
||||
OBJECT_IDS_ONLY("objectIdsOnly"),
|
||||
@XmlEnumValue("objectidsonly")
|
||||
OBJECTIDSONLY("objectidsonly"),
|
||||
@XmlEnumValue("properties")
|
||||
PROPERTIES("properties"),
|
||||
@XmlEnumValue("all")
|
||||
|
Reference in New Issue
Block a user