();
+ }
+ return this.value;
}
}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/CmisChoiceXmlType.java b/source/generated/org/alfresco/repo/cmis/ws/CmisChoiceXmlType.java
index ec7ce44ba3..0df402e30a 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/CmisChoiceXmlType.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/CmisChoiceXmlType.java
@@ -18,7 +18,7 @@ import org.w3c.dom.Element;
*
* <complexType name="cmisChoiceXmlType">
* <complexContent>
- * <extension base="{http://www.cmis.org/2008/05}cmisChoiceType">
+ * <extension base="{http://docs.oasis-open.org/ns/cmis/core/200901}cmisChoiceType">
* <sequence>
* <any/>
* </sequence>
@@ -30,7 +30,7 @@ import org.w3c.dom.Element;
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "cmisChoiceXmlType", propOrder = {
+@XmlType(name = "cmisChoiceXmlType", namespace = "http://docs.oasis-open.org/ns/cmis/core/200901", propOrder = {
"any"
})
public class CmisChoiceXmlType
@@ -58,8 +58,8 @@ public class CmisChoiceXmlType
*
*
* Objects of the following type(s) are allowed in the list
- * {@link Element }
* {@link Object }
+ * {@link Element }
*
*
*/
diff --git a/source/generated/org/alfresco/repo/cmis/ws/CmisContentStreamType.java b/source/generated/org/alfresco/repo/cmis/ws/CmisContentStreamType.java
index 362f2e496e..eb1eb1a197 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/CmisContentStreamType.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/CmisContentStreamType.java
@@ -36,7 +36,7 @@ import org.w3c.dom.Element;
* <element name="stream" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
* <any/>
* </sequence>
- * <attGroup ref="{http://www.cmis.org/2008/05}cmisUndefinedAttribute"/>
+ * <attGroup ref="{http://docs.oasis-open.org/ns/cmis/core/200901}cmisUndefinedAttribute"/>
* </restriction>
* </complexContent>
* </complexType>
@@ -45,7 +45,7 @@ import org.w3c.dom.Element;
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "cmisContentStreamType", propOrder = {
+@XmlType(name = "cmisContentStreamType", namespace = "http://docs.oasis-open.org/ns/cmis/core/200901", propOrder = {
"length",
"mimeType",
"filename",
@@ -207,8 +207,8 @@ public class CmisContentStreamType {
*
*
* Objects of the following type(s) are allowed in the list
- * {@link Element }
* {@link Object }
+ * {@link Element }
*
*
*/
diff --git a/source/generated/org/alfresco/repo/cmis/ws/CmisException.java b/source/generated/org/alfresco/repo/cmis/ws/CmisException.java
new file mode 100755
index 0000000000..d2202cd017
--- /dev/null
+++ b/source/generated/org/alfresco/repo/cmis/ws/CmisException.java
@@ -0,0 +1,45 @@
+
+package org.alfresco.repo.cmis.ws;
+
+import javax.xml.ws.WebFault;
+
+
+/**
+ * This class was generated by Apache CXF 2.1.2
+ * Mon Apr 27 21:08:02 EEST 2009
+ * Generated source version: 2.1.2
+ *
+ */
+
+@WebFault(name = "cmisFault", targetNamespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901")
+public class CmisException extends Exception {
+ public static final long serialVersionUID = 20090427210802L;
+
+ private org.alfresco.repo.cmis.ws.CmisFaultType cmisFault;
+
+ public CmisException() {
+ super();
+ }
+
+ public CmisException(String message) {
+ super(message);
+ }
+
+ public CmisException(String message, Throwable cause) {
+ super(message, cause);
+ }
+
+ public CmisException(String message, org.alfresco.repo.cmis.ws.CmisFaultType cmisFault) {
+ super(message);
+ this.cmisFault = cmisFault;
+ }
+
+ public CmisException(String message, org.alfresco.repo.cmis.ws.CmisFaultType cmisFault, Throwable cause) {
+ super(message, cause);
+ this.cmisFault = cmisFault;
+ }
+
+ public org.alfresco.repo.cmis.ws.CmisFaultType getFaultInfo() {
+ return this.cmisFault;
+ }
+}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/CmisFaultType.java b/source/generated/org/alfresco/repo/cmis/ws/CmisFaultType.java
index 0a01395548..8589d2e6e1 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/CmisFaultType.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/CmisFaultType.java
@@ -2,10 +2,12 @@
package org.alfresco.repo.cmis.ws;
import java.math.BigInteger;
+import java.util.ArrayList;
+import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlAnyElement;
import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;
@@ -19,8 +21,10 @@ import javax.xml.bind.annotation.XmlType;
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
- * <element name="errorCode" type="{http://www.w3.org/2001/XMLSchema}integer"/>
- * <element name="errorMessage" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ * <element name="type" type="{http://docs.oasis-open.org/ns/cmis/messaging/200901}enumServiceException"/>
+ * <element name="code" type="{http://www.w3.org/2001/XMLSchema}integer"/>
+ * <element name="message" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ * <any/>
* </sequence>
* </restriction>
* </complexContent>
@@ -31,80 +35,121 @@ import javax.xml.bind.annotation.XmlType;
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "cmisFaultType", propOrder = {
- "errorCode",
- "errorMessage"
-})
-@XmlSeeAlso({
- OperationNotSupportedExceptionType.class,
- PermissionDeniedExceptionType.class,
- NotInFolderExceptionType.class,
- StorageExceptionType.class,
- OffsetExceptionType.class,
- ConstraintViolationExceptionType.class,
- VersioningExceptionType.class,
- InvalidArgumentExceptionType.class,
- FilterNotValidExceptionType.class,
- TypeNotFoundExceptionType.class,
- UpdateConflictExceptionType.class,
- FolderNotValidExceptionType.class,
- ObjectNotFoundExceptionType.class,
- StreamNotSupportedExceptionType.class,
- RuntimeExceptionType.class,
- ContentAlreadyExistsExceptionType.class
+ "type",
+ "code",
+ "message",
+ "any"
})
public class CmisFaultType {
@XmlElement(required = true)
- protected BigInteger errorCode;
+ protected EnumServiceException type;
@XmlElement(required = true)
- protected String errorMessage;
+ protected BigInteger code;
+ @XmlElement(required = true)
+ protected String message;
+ @XmlAnyElement(lax = true)
+ protected List any;
/**
- * Gets the value of the errorCode property.
+ * Gets the value of the type property.
+ *
+ * @return
+ * possible object is
+ * {@link EnumServiceException }
+ *
+ */
+ public EnumServiceException getType() {
+ return type;
+ }
+
+ /**
+ * Sets the value of the type property.
+ *
+ * @param value
+ * allowed object is
+ * {@link EnumServiceException }
+ *
+ */
+ public void setType(EnumServiceException value) {
+ this.type = value;
+ }
+
+ /**
+ * Gets the value of the code property.
*
* @return
* possible object is
* {@link BigInteger }
*
*/
- public BigInteger getErrorCode() {
- return errorCode;
+ public BigInteger getCode() {
+ return code;
}
/**
- * Sets the value of the errorCode property.
+ * Sets the value of the code property.
*
* @param value
* allowed object is
* {@link BigInteger }
*
*/
- public void setErrorCode(BigInteger value) {
- this.errorCode = value;
+ public void setCode(BigInteger value) {
+ this.code = value;
}
/**
- * Gets the value of the errorMessage property.
+ * Gets the value of the message property.
*
* @return
* possible object is
* {@link String }
*
*/
- public String getErrorMessage() {
- return errorMessage;
+ public String getMessage() {
+ return message;
}
/**
- * Sets the value of the errorMessage property.
+ * Sets the value of the message property.
*
* @param value
* allowed object is
* {@link String }
*
*/
- public void setErrorMessage(String value) {
- this.errorMessage = value;
+ public void setMessage(String value) {
+ this.message = value;
+ }
+
+ /**
+ * Gets the value of the any property.
+ *
+ *
+ * This accessor method returns a reference to the live list,
+ * not a snapshot. Therefore any modification you make to the
+ * returned list will be present inside the JAXB object.
+ * This is why there is not a set
method for the any property.
+ *
+ *
+ * For example, to add a new item, do as follows:
+ *
+ * getAny().add(newItem);
+ *
+ *
+ *
+ *
+ * Objects of the following type(s) are allowed in the list
+ * {@link Object }
+ *
+ *
+ */
+ public List getAny() {
+ if (any == null) {
+ any = new ArrayList();
+ }
+ return this.any;
}
}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/CmisObjectType.java b/source/generated/org/alfresco/repo/cmis/ws/CmisObjectType.java
index 586540f0fe..e18841de76 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/CmisObjectType.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/CmisObjectType.java
@@ -24,13 +24,14 @@ import org.w3c.dom.Element;
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
- * <element name="properties" type="{http://www.cmis.org/2008/05}cmisPropertiesType" minOccurs="0"/>
- * <element ref="{http://www.cmis.org/2008/05}allowableActions" minOccurs="0"/>
- * <element name="relationship" type="{http://www.cmis.org/2008/05}cmisObjectType" maxOccurs="unbounded" minOccurs="0"/>
- * <element name="child" type="{http://www.cmis.org/2008/05}cmisObjectType" maxOccurs="unbounded" minOccurs="0"/>
+ * <element name="properties" type="{http://docs.oasis-open.org/ns/cmis/core/200901}cmisPropertiesType" minOccurs="0"/>
+ * <element ref="{http://docs.oasis-open.org/ns/cmis/core/200901}allowableActions" minOccurs="0"/>
+ * <element name="relationship" type="{http://docs.oasis-open.org/ns/cmis/core/200901}cmisObjectType" maxOccurs="unbounded" minOccurs="0"/>
+ * <element name="changeObject" type="{http://docs.oasis-open.org/ns/cmis/core/200901}cmisChangedObjectType" minOccurs="0"/>
+ * <element name="child" type="{http://docs.oasis-open.org/ns/cmis/core/200901}cmisObjectType" maxOccurs="unbounded" minOccurs="0"/>
* <any/>
* </sequence>
- * <attGroup ref="{http://www.cmis.org/2008/05}cmisUndefinedAttribute"/>
+ * <attGroup ref="{http://docs.oasis-open.org/ns/cmis/core/200901}cmisUndefinedAttribute"/>
* </restriction>
* </complexContent>
* </complexType>
@@ -39,10 +40,11 @@ import org.w3c.dom.Element;
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "cmisObjectType", propOrder = {
+@XmlType(name = "cmisObjectType", namespace = "http://docs.oasis-open.org/ns/cmis/core/200901", propOrder = {
"properties",
"allowableActions",
"relationship",
+ "changeObject",
"child",
"any"
})
@@ -51,6 +53,7 @@ public class CmisObjectType {
protected CmisPropertiesType properties;
protected CmisAllowableActionsType allowableActions;
protected List relationship;
+ protected CmisChangedObjectType changeObject;
protected List child;
@XmlAnyElement(lax = true)
protected List any;
@@ -134,6 +137,30 @@ public class CmisObjectType {
return this.relationship;
}
+ /**
+ * Gets the value of the changeObject property.
+ *
+ * @return
+ * possible object is
+ * {@link CmisChangedObjectType }
+ *
+ */
+ public CmisChangedObjectType getChangeObject() {
+ return changeObject;
+ }
+
+ /**
+ * Sets the value of the changeObject property.
+ *
+ * @param value
+ * allowed object is
+ * {@link CmisChangedObjectType }
+ *
+ */
+ public void setChangeObject(CmisChangedObjectType value) {
+ this.changeObject = value;
+ }
+
/**
* Gets the value of the child property.
*
@@ -181,8 +208,8 @@ public class CmisObjectType {
*
*
* Objects of the following type(s) are allowed in the list
- * {@link Element }
* {@link Object }
+ * {@link Element }
*
*
*/
diff --git a/source/generated/org/alfresco/repo/cmis/ws/CmisPermissionDefinitionType.java b/source/generated/org/alfresco/repo/cmis/ws/CmisPermissionDefinitionType.java
new file mode 100755
index 0000000000..831d16ba8d
--- /dev/null
+++ b/source/generated/org/alfresco/repo/cmis/ws/CmisPermissionDefinitionType.java
@@ -0,0 +1,186 @@
+
+package org.alfresco.repo.cmis.ws;
+
+import java.util.ArrayList;
+import java.util.List;
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlAttribute;
+import javax.xml.bind.annotation.XmlSchemaType;
+import javax.xml.bind.annotation.XmlType;
+import javax.xml.bind.annotation.adapters.CollapsedStringAdapter;
+import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
+
+
+/**
+ *
Java class for cmisPermissionDefinitionType complex type.
+ *
+ *
The following schema fragment specifies the expected content contained within this class.
+ *
+ *
+ * <complexType name="cmisPermissionDefinitionType">
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element name="description" type="{http://www.w3.org/2001/XMLSchema}language" maxOccurs="unbounded" minOccurs="0"/>
+ * <element name="aggregating" type="{http://docs.oasis-open.org/ns/cmis/core/200901}cmisPermissionDefinitionType" maxOccurs="unbounded" minOccurs="0"/>
+ * </sequence>
+ * <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
+ * <attribute name="aggregated" type="{http://www.w3.org/2001/XMLSchema}boolean" />
+ * <attribute name="abstract" type="{http://www.w3.org/2001/XMLSchema}boolean" />
+ * </restriction>
+ * </complexContent>
+ * </complexType>
+ *
+ *
+ *
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "cmisPermissionDefinitionType", namespace = "http://docs.oasis-open.org/ns/cmis/core/200901", propOrder = {
+ "description",
+ "aggregating"
+})
+public class CmisPermissionDefinitionType {
+
+ @XmlJavaTypeAdapter(CollapsedStringAdapter.class)
+ @XmlSchemaType(name = "language")
+ protected List description;
+ protected List aggregating;
+ @XmlAttribute
+ protected String name;
+ @XmlAttribute
+ protected Boolean aggregated;
+ @XmlAttribute(name = "abstract")
+ protected Boolean _abstract;
+
+ /**
+ * Gets the value of the description property.
+ *
+ *
+ * This accessor method returns a reference to the live list,
+ * not a snapshot. Therefore any modification you make to the
+ * returned list will be present inside the JAXB object.
+ * This is why there is not a set
method for the description property.
+ *
+ *
+ * For example, to add a new item, do as follows:
+ *
+ * getDescription().add(newItem);
+ *
+ *
+ *
+ *
+ * Objects of the following type(s) are allowed in the list
+ * {@link String }
+ *
+ *
+ */
+ public List getDescription() {
+ if (description == null) {
+ description = new ArrayList();
+ }
+ return this.description;
+ }
+
+ /**
+ * Gets the value of the aggregating property.
+ *
+ *
+ * This accessor method returns a reference to the live list,
+ * not a snapshot. Therefore any modification you make to the
+ * returned list will be present inside the JAXB object.
+ * This is why there is not a set
method for the aggregating property.
+ *
+ *
+ * For example, to add a new item, do as follows:
+ *
+ * getAggregating().add(newItem);
+ *
+ *
+ *
+ *
+ * Objects of the following type(s) are allowed in the list
+ * {@link CmisPermissionDefinitionType }
+ *
+ *
+ */
+ public List getAggregating() {
+ if (aggregating == null) {
+ aggregating = new ArrayList();
+ }
+ return this.aggregating;
+ }
+
+ /**
+ * Gets the value of the name property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getName() {
+ return name;
+ }
+
+ /**
+ * Sets the value of the name property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setName(String value) {
+ this.name = value;
+ }
+
+ /**
+ * Gets the value of the aggregated property.
+ *
+ * @return
+ * possible object is
+ * {@link Boolean }
+ *
+ */
+ public Boolean isAggregated() {
+ return aggregated;
+ }
+
+ /**
+ * Sets the value of the aggregated property.
+ *
+ * @param value
+ * allowed object is
+ * {@link Boolean }
+ *
+ */
+ public void setAggregated(Boolean value) {
+ this.aggregated = value;
+ }
+
+ /**
+ * Gets the value of the abstract property.
+ *
+ * @return
+ * possible object is
+ * {@link Boolean }
+ *
+ */
+ public Boolean isAbstract() {
+ return _abstract;
+ }
+
+ /**
+ * Sets the value of the abstract property.
+ *
+ * @param value
+ * allowed object is
+ * {@link Boolean }
+ *
+ */
+ public void setAbstract(Boolean value) {
+ this._abstract = value;
+ }
+
+}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/CmisPermissionSetType.java b/source/generated/org/alfresco/repo/cmis/ws/CmisPermissionSetType.java
new file mode 100755
index 0000000000..7cc90c1aaa
--- /dev/null
+++ b/source/generated/org/alfresco/repo/cmis/ws/CmisPermissionSetType.java
@@ -0,0 +1,69 @@
+
+package org.alfresco.repo.cmis.ws;
+
+import java.util.ArrayList;
+import java.util.List;
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * Java class for cmisPermissionSetType complex type.
+ *
+ *
The following schema fragment specifies the expected content contained within this class.
+ *
+ *
+ * <complexType name="cmisPermissionSetType">
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element name="permission" type="{http://docs.oasis-open.org/ns/cmis/core/200901}cmisPermissionDefinitionType" maxOccurs="unbounded"/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
+ *
+ *
+ *
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "cmisPermissionSetType", namespace = "http://docs.oasis-open.org/ns/cmis/core/200901", propOrder = {
+ "permission"
+})
+public class CmisPermissionSetType {
+
+ @XmlElement(required = true)
+ protected List permission;
+
+ /**
+ * Gets the value of the permission property.
+ *
+ *
+ * This accessor method returns a reference to the live list,
+ * not a snapshot. Therefore any modification you make to the
+ * returned list will be present inside the JAXB object.
+ * This is why there is not a set
method for the permission property.
+ *
+ *
+ * For example, to add a new item, do as follows:
+ *
+ * getPermission().add(newItem);
+ *
+ *
+ *
+ *
+ * Objects of the following type(s) are allowed in the list
+ * {@link CmisPermissionDefinitionType }
+ *
+ *
+ */
+ public List getPermission() {
+ if (permission == null) {
+ permission = new ArrayList();
+ }
+ return this.permission;
+ }
+
+}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/CmisPropertiesType.java b/source/generated/org/alfresco/repo/cmis/ws/CmisPropertiesType.java
index b235ad85a2..4463b33b62 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/CmisPropertiesType.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/CmisPropertiesType.java
@@ -27,19 +27,19 @@ import org.w3c.dom.Element;
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <choice maxOccurs="unbounded" minOccurs="0">
- * <element ref="{http://www.cmis.org/2008/05}propertyBoolean"/>
- * <element ref="{http://www.cmis.org/2008/05}propertyId"/>
- * <element ref="{http://www.cmis.org/2008/05}propertyInteger"/>
- * <element ref="{http://www.cmis.org/2008/05}propertyDateTime"/>
- * <element ref="{http://www.cmis.org/2008/05}propertyDecimal"/>
- * <element ref="{http://www.cmis.org/2008/05}propertyHtml"/>
- * <element ref="{http://www.cmis.org/2008/05}propertyString"/>
- * <element ref="{http://www.cmis.org/2008/05}propertyUri"/>
- * <element ref="{http://www.cmis.org/2008/05}propertyXml"/>
+ * <element ref="{http://docs.oasis-open.org/ns/cmis/core/200901}propertyBoolean"/>
+ * <element ref="{http://docs.oasis-open.org/ns/cmis/core/200901}propertyId"/>
+ * <element ref="{http://docs.oasis-open.org/ns/cmis/core/200901}propertyInteger"/>
+ * <element ref="{http://docs.oasis-open.org/ns/cmis/core/200901}propertyDateTime"/>
+ * <element ref="{http://docs.oasis-open.org/ns/cmis/core/200901}propertyDecimal"/>
+ * <element ref="{http://docs.oasis-open.org/ns/cmis/core/200901}propertyHtml"/>
+ * <element ref="{http://docs.oasis-open.org/ns/cmis/core/200901}propertyString"/>
+ * <element ref="{http://docs.oasis-open.org/ns/cmis/core/200901}propertyUri"/>
+ * <element ref="{http://docs.oasis-open.org/ns/cmis/core/200901}propertyXml"/>
* </choice>
* <any/>
* </sequence>
- * <attGroup ref="{http://www.cmis.org/2008/05}cmisUndefinedAttribute"/>
+ * <attGroup ref="{http://docs.oasis-open.org/ns/cmis/core/200901}cmisUndefinedAttribute"/>
* </restriction>
* </complexContent>
* </complexType>
@@ -48,22 +48,22 @@ import org.w3c.dom.Element;
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "cmisPropertiesType", propOrder = {
+@XmlType(name = "cmisPropertiesType", namespace = "http://docs.oasis-open.org/ns/cmis/core/200901", propOrder = {
"property",
"any"
})
public class CmisPropertiesType {
@XmlElements({
- @XmlElement(name = "propertyUri", type = CmisPropertyUri.class, nillable = true),
+ @XmlElement(name = "propertyXml", type = CmisPropertyXml.class, nillable = true),
+ @XmlElement(name = "propertyDateTime", type = CmisPropertyDateTime.class, nillable = true),
+ @XmlElement(name = "propertyInteger", type = CmisPropertyInteger.class, nillable = true),
+ @XmlElement(name = "propertyDecimal", type = CmisPropertyDecimal.class, nillable = true),
+ @XmlElement(name = "propertyBoolean", type = CmisPropertyBoolean.class, nillable = true),
@XmlElement(name = "propertyId", type = CmisPropertyId.class, nillable = true),
@XmlElement(name = "propertyString", type = CmisPropertyString.class, nillable = true),
- @XmlElement(name = "propertyXml", type = CmisPropertyXml.class, nillable = true),
- @XmlElement(name = "propertyHtml", type = CmisPropertyHtml.class, nillable = true),
- @XmlElement(name = "propertyBoolean", type = CmisPropertyBoolean.class, nillable = true),
- @XmlElement(name = "propertyDecimal", type = CmisPropertyDecimal.class, nillable = true),
- @XmlElement(name = "propertyDateTime", type = CmisPropertyDateTime.class, nillable = true),
- @XmlElement(name = "propertyInteger", type = CmisPropertyInteger.class, nillable = true)
+ @XmlElement(name = "propertyUri", type = CmisPropertyUri.class, nillable = true),
+ @XmlElement(name = "propertyHtml", type = CmisPropertyHtml.class, nillable = true)
})
protected List property;
@XmlAnyElement(lax = true)
@@ -89,15 +89,15 @@ public class CmisPropertiesType {
*
*
* Objects of the following type(s) are allowed in the list
- * {@link CmisPropertyUri }
- * {@link CmisPropertyId }
- * {@link CmisPropertyString }
* {@link CmisPropertyXml }
- * {@link CmisPropertyHtml }
- * {@link CmisPropertyBoolean }
- * {@link CmisPropertyDecimal }
* {@link CmisPropertyDateTime }
* {@link CmisPropertyInteger }
+ * {@link CmisPropertyDecimal }
+ * {@link CmisPropertyBoolean }
+ * {@link CmisPropertyId }
+ * {@link CmisPropertyString }
+ * {@link CmisPropertyUri }
+ * {@link CmisPropertyHtml }
*
*
*/
@@ -126,8 +126,8 @@ public class CmisPropertiesType {
*
*
* Objects of the following type(s) are allowed in the list
- * {@link Element }
* {@link Object }
+ * {@link Element }
*
*
*/
diff --git a/source/generated/org/alfresco/repo/cmis/ws/CmisProperty.java b/source/generated/org/alfresco/repo/cmis/ws/CmisProperty.java
index c78b68fe1b..58474ec81d 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/CmisProperty.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/CmisProperty.java
@@ -1,7 +1,6 @@
package org.alfresco.repo.cmis.ws;
-import java.math.BigInteger;
import java.util.HashMap;
import java.util.Map;
import javax.xml.bind.annotation.XmlAccessType;
@@ -22,9 +21,8 @@ import javax.xml.namespace.QName;
* <complexType name="cmisProperty">
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <attGroup ref="{http://www.cmis.org/2008/05}cmisUndefinedAttribute"/>
- * <attribute ref="{http://www.cmis.org/2008/05}name use="required""/>
- * <attribute ref="{http://www.cmis.org/2008/05}index"/>
+ * <attGroup ref="{http://docs.oasis-open.org/ns/cmis/core/200901}cmisUndefinedAttribute"/>
+ * <attribute ref="{http://docs.oasis-open.org/ns/cmis/core/200901}name use="required""/>
* </restriction>
* </complexContent>
* </complexType>
@@ -33,24 +31,22 @@ import javax.xml.namespace.QName;
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "cmisProperty")
+@XmlType(name = "cmisProperty", namespace = "http://docs.oasis-open.org/ns/cmis/core/200901")
@XmlSeeAlso({
- CmisPropertyId.class,
- CmisPropertyUri.class,
- CmisPropertyDecimal.class,
- CmisPropertyXml.class,
- CmisPropertyString.class,
- CmisPropertyDateTime.class,
CmisPropertyHtml.class,
- CmisPropertyInteger.class,
- CmisPropertyBoolean.class
+ CmisPropertyDecimal.class,
+ CmisPropertyId.class,
+ CmisPropertyDateTime.class,
+ CmisPropertyXml.class,
+ CmisPropertyBoolean.class,
+ CmisPropertyUri.class,
+ CmisPropertyString.class,
+ CmisPropertyInteger.class
})
public class CmisProperty {
- @XmlAttribute(namespace = "http://www.cmis.org/2008/05", required = true)
+ @XmlAttribute(namespace = "http://docs.oasis-open.org/ns/cmis/core/200901", required = true)
protected String name;
- @XmlAttribute(namespace = "http://www.cmis.org/2008/05")
- protected BigInteger index;
@XmlAnyAttribute
private Map otherAttributes = new HashMap();
@@ -78,30 +74,6 @@ public class CmisProperty {
this.name = value;
}
- /**
- * Gets the value of the index property.
- *
- * @return
- * possible object is
- * {@link BigInteger }
- *
- */
- public BigInteger getIndex() {
- return index;
- }
-
- /**
- * Sets the value of the index property.
- *
- * @param value
- * allowed object is
- * {@link BigInteger }
- *
- */
- public void setIndex(BigInteger value) {
- this.index = value;
- }
-
/**
* Gets a map that contains attributes that aren't bound to any typed property on this class.
*
diff --git a/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyBoolean.java b/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyBoolean.java
index 0ebc4f3ad8..da46187a59 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyBoolean.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyBoolean.java
@@ -1,9 +1,11 @@
package org.alfresco.repo.cmis.ws;
+import java.util.ArrayList;
+import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAttribute;
+import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
@@ -15,11 +17,10 @@ import javax.xml.bind.annotation.XmlType;
*
* <complexType name="cmisPropertyBoolean">
* <complexContent>
- * <extension base="{http://www.cmis.org/2008/05}cmisProperty">
+ * <extension base="{http://docs.oasis-open.org/ns/cmis/core/200901}cmisProperty">
* <sequence>
- * <element name="value" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
+ * <element name="value" type="{http://www.w3.org/2001/XMLSchema}boolean" maxOccurs="unbounded" minOccurs="0"/>
* </sequence>
- * <attribute ref="{http://www.cmis.org/2008/05}propertyType default="boolean""/>
* </extension>
* </complexContent>
* </complexType>
@@ -28,67 +29,43 @@ import javax.xml.bind.annotation.XmlType;
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "cmisPropertyBoolean", propOrder = {
+@XmlType(name = "cmisPropertyBoolean", namespace = "http://docs.oasis-open.org/ns/cmis/core/200901", propOrder = {
"value"
})
public class CmisPropertyBoolean
extends CmisProperty
{
- protected Boolean value;
- @XmlAttribute(namespace = "http://www.cmis.org/2008/05")
- protected EnumPropertyType propertyType;
+ @XmlElement(type = Boolean.class)
+ protected List value;
/**
* Gets the value of the value property.
*
- * @return
- * possible object is
- * {@link Boolean }
- *
- */
- public Boolean isValue() {
- return value;
- }
-
- /**
- * Sets the value of the value property.
+ *
+ * This accessor method returns a reference to the live list,
+ * not a snapshot. Therefore any modification you make to the
+ * returned list will be present inside the JAXB object.
+ * This is why there is not a set
method for the value property.
+ *
+ *
+ * For example, to add a new item, do as follows:
+ *
+ * getValue().add(newItem);
+ *
+ *
+ *
+ *
+ * Objects of the following type(s) are allowed in the list
+ * {@link Boolean }
*
- * @param value
- * allowed object is
- * {@link Boolean }
- *
- */
- public void setValue(Boolean value) {
- this.value = value;
- }
-
- /**
- * Gets the value of the propertyType property.
*
- * @return
- * possible object is
- * {@link EnumPropertyType }
- *
*/
- public EnumPropertyType getPropertyType() {
- if (propertyType == null) {
- return EnumPropertyType.BOOLEAN;
- } else {
- return propertyType;
+ public List getValue() {
+ if (value == null) {
+ value = new ArrayList();
}
- }
-
- /**
- * Sets the value of the propertyType property.
- *
- * @param value
- * allowed object is
- * {@link EnumPropertyType }
- *
- */
- public void setPropertyType(EnumPropertyType value) {
- this.propertyType = value;
+ return this.value;
}
}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyBooleanDefinitionType.java b/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyBooleanDefinitionType.java
index 65c2be9ae8..54447a0e2a 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyBooleanDefinitionType.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyBooleanDefinitionType.java
@@ -16,9 +16,9 @@ import javax.xml.bind.annotation.XmlType;
*
* <complexType name="cmisPropertyBooleanDefinitionType">
* <complexContent>
- * <extension base="{http://www.cmis.org/2008/05}cmisPropertyDefinitionType">
+ * <extension base="{http://docs.oasis-open.org/ns/cmis/core/200901}cmisPropertyDefinitionType">
* <sequence>
- * <element name="defaultValue" type="{http://www.cmis.org/2008/05}cmisChoiceBooleanType" maxOccurs="unbounded" minOccurs="0"/>
+ * <element name="defaultValue" type="{http://docs.oasis-open.org/ns/cmis/core/200901}cmisChoiceBooleanType" maxOccurs="unbounded" minOccurs="0"/>
* </sequence>
* </extension>
* </complexContent>
@@ -28,7 +28,7 @@ import javax.xml.bind.annotation.XmlType;
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "cmisPropertyBooleanDefinitionType", propOrder = {
+@XmlType(name = "cmisPropertyBooleanDefinitionType", namespace = "http://docs.oasis-open.org/ns/cmis/core/200901", propOrder = {
"defaultValue"
})
public class CmisPropertyBooleanDefinitionType
diff --git a/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyDateTime.java b/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyDateTime.java
index 9ba4db9d3e..4ff1e3bd86 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyDateTime.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyDateTime.java
@@ -1,9 +1,10 @@
package org.alfresco.repo.cmis.ws;
+import java.util.ArrayList;
+import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
import javax.xml.datatype.XMLGregorianCalendar;
@@ -17,11 +18,10 @@ import javax.xml.datatype.XMLGregorianCalendar;
*
* <complexType name="cmisPropertyDateTime">
* <complexContent>
- * <extension base="{http://www.cmis.org/2008/05}cmisProperty">
+ * <extension base="{http://docs.oasis-open.org/ns/cmis/core/200901}cmisProperty">
* <sequence>
- * <element name="value" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
+ * <element name="value" type="{http://www.w3.org/2001/XMLSchema}dateTime" maxOccurs="unbounded" minOccurs="0"/>
* </sequence>
- * <attribute ref="{http://www.cmis.org/2008/05}propertyType default="datetime""/>
* </extension>
* </complexContent>
* </complexType>
@@ -30,7 +30,7 @@ import javax.xml.datatype.XMLGregorianCalendar;
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "cmisPropertyDateTime", propOrder = {
+@XmlType(name = "cmisPropertyDateTime", namespace = "http://docs.oasis-open.org/ns/cmis/core/200901", propOrder = {
"value"
})
public class CmisPropertyDateTime
@@ -38,60 +38,35 @@ public class CmisPropertyDateTime
{
@XmlSchemaType(name = "dateTime")
- protected XMLGregorianCalendar value;
- @XmlAttribute(namespace = "http://www.cmis.org/2008/05")
- protected EnumPropertyType propertyType;
+ protected List value;
/**
* Gets the value of the value property.
*
- * @return
- * possible object is
- * {@link XMLGregorianCalendar }
- *
- */
- public XMLGregorianCalendar getValue() {
- return value;
- }
-
- /**
- * Sets the value of the value property.
+ *
+ * This accessor method returns a reference to the live list,
+ * not a snapshot. Therefore any modification you make to the
+ * returned list will be present inside the JAXB object.
+ * This is why there is not a set
method for the value property.
+ *
+ *
+ * For example, to add a new item, do as follows:
+ *
+ * getValue().add(newItem);
+ *
+ *
+ *
+ *
+ * Objects of the following type(s) are allowed in the list
+ * {@link XMLGregorianCalendar }
*
- * @param value
- * allowed object is
- * {@link XMLGregorianCalendar }
- *
- */
- public void setValue(XMLGregorianCalendar value) {
- this.value = value;
- }
-
- /**
- * Gets the value of the propertyType property.
*
- * @return
- * possible object is
- * {@link EnumPropertyType }
- *
*/
- public EnumPropertyType getPropertyType() {
- if (propertyType == null) {
- return EnumPropertyType.DATETIME;
- } else {
- return propertyType;
+ public List getValue() {
+ if (value == null) {
+ value = new ArrayList();
}
- }
-
- /**
- * Sets the value of the propertyType property.
- *
- * @param value
- * allowed object is
- * {@link EnumPropertyType }
- *
- */
- public void setPropertyType(EnumPropertyType value) {
- this.propertyType = value;
+ return this.value;
}
}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyDateTimeDefinitionType.java b/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyDateTimeDefinitionType.java
index 41806deb1e..4b62310c09 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyDateTimeDefinitionType.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyDateTimeDefinitionType.java
@@ -16,9 +16,9 @@ import javax.xml.bind.annotation.XmlType;
*
* <complexType name="cmisPropertyDateTimeDefinitionType">
* <complexContent>
- * <extension base="{http://www.cmis.org/2008/05}cmisPropertyDefinitionType">
+ * <extension base="{http://docs.oasis-open.org/ns/cmis/core/200901}cmisPropertyDefinitionType">
* <sequence>
- * <element name="defaultValue" type="{http://www.cmis.org/2008/05}cmisChoiceDateTimeType" maxOccurs="unbounded" minOccurs="0"/>
+ * <element name="defaultValue" type="{http://docs.oasis-open.org/ns/cmis/core/200901}cmisChoiceDateTimeType" maxOccurs="unbounded" minOccurs="0"/>
* </sequence>
* </extension>
* </complexContent>
@@ -28,7 +28,7 @@ import javax.xml.bind.annotation.XmlType;
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "cmisPropertyDateTimeDefinitionType", propOrder = {
+@XmlType(name = "cmisPropertyDateTimeDefinitionType", namespace = "http://docs.oasis-open.org/ns/cmis/core/200901", propOrder = {
"defaultValue"
})
public class CmisPropertyDateTimeDefinitionType
diff --git a/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyDecimal.java b/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyDecimal.java
index 1552919b0b..bc8f8c6f58 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyDecimal.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyDecimal.java
@@ -2,9 +2,10 @@
package org.alfresco.repo.cmis.ws;
import java.math.BigDecimal;
+import java.util.ArrayList;
+import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlType;
@@ -16,11 +17,10 @@ import javax.xml.bind.annotation.XmlType;
*
* <complexType name="cmisPropertyDecimal">
* <complexContent>
- * <extension base="{http://www.cmis.org/2008/05}cmisProperty">
+ * <extension base="{http://docs.oasis-open.org/ns/cmis/core/200901}cmisProperty">
* <sequence>
- * <element name="value" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
+ * <element name="value" type="{http://www.w3.org/2001/XMLSchema}decimal" maxOccurs="unbounded" minOccurs="0"/>
* </sequence>
- * <attribute ref="{http://www.cmis.org/2008/05}propertyType default="decimal""/>
* </extension>
* </complexContent>
* </complexType>
@@ -29,67 +29,42 @@ import javax.xml.bind.annotation.XmlType;
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "cmisPropertyDecimal", propOrder = {
+@XmlType(name = "cmisPropertyDecimal", namespace = "http://docs.oasis-open.org/ns/cmis/core/200901", propOrder = {
"value"
})
public class CmisPropertyDecimal
extends CmisProperty
{
- protected BigDecimal value;
- @XmlAttribute(namespace = "http://www.cmis.org/2008/05")
- protected EnumPropertyType propertyType;
+ protected List value;
/**
* Gets the value of the value property.
*
- * @return
- * possible object is
- * {@link BigDecimal }
- *
- */
- public BigDecimal getValue() {
- return value;
- }
-
- /**
- * Sets the value of the value property.
+ *
+ * This accessor method returns a reference to the live list,
+ * not a snapshot. Therefore any modification you make to the
+ * returned list will be present inside the JAXB object.
+ * This is why there is not a set
method for the value property.
+ *
+ *
+ * For example, to add a new item, do as follows:
+ *
+ * getValue().add(newItem);
+ *
+ *
+ *
+ *
+ * Objects of the following type(s) are allowed in the list
+ * {@link BigDecimal }
*
- * @param value
- * allowed object is
- * {@link BigDecimal }
- *
- */
- public void setValue(BigDecimal value) {
- this.value = value;
- }
-
- /**
- * Gets the value of the propertyType property.
*
- * @return
- * possible object is
- * {@link EnumPropertyType }
- *
*/
- public EnumPropertyType getPropertyType() {
- if (propertyType == null) {
- return EnumPropertyType.DECIMAL;
- } else {
- return propertyType;
+ public List getValue() {
+ if (value == null) {
+ value = new ArrayList();
}
- }
-
- /**
- * Sets the value of the propertyType property.
- *
- * @param value
- * allowed object is
- * {@link EnumPropertyType }
- *
- */
- public void setPropertyType(EnumPropertyType value) {
- this.propertyType = value;
+ return this.value;
}
}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyDecimalDefinitionType.java b/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyDecimalDefinitionType.java
index 6d00cb64e7..12eef583e0 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyDecimalDefinitionType.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyDecimalDefinitionType.java
@@ -17,10 +17,10 @@ import javax.xml.bind.annotation.XmlType;
*
* <complexType name="cmisPropertyDecimalDefinitionType">
* <complexContent>
- * <extension base="{http://www.cmis.org/2008/05}cmisPropertyDefinitionType">
+ * <extension base="{http://docs.oasis-open.org/ns/cmis/core/200901}cmisPropertyDefinitionType">
* <sequence>
- * <element name="defaultValue" type="{http://www.cmis.org/2008/05}cmisChoiceDecimalType" maxOccurs="unbounded" minOccurs="0"/>
- * <element name="precision" type="{http://www.cmis.org/2008/05}enumDecimalPrecision" minOccurs="0"/>
+ * <element name="defaultValue" type="{http://docs.oasis-open.org/ns/cmis/core/200901}cmisChoiceDecimalType" maxOccurs="unbounded" minOccurs="0"/>
+ * <element name="precision" type="{http://docs.oasis-open.org/ns/cmis/core/200901}enumDecimalPrecision" minOccurs="0"/>
* </sequence>
* </extension>
* </complexContent>
@@ -30,7 +30,7 @@ import javax.xml.bind.annotation.XmlType;
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "cmisPropertyDecimalDefinitionType", propOrder = {
+@XmlType(name = "cmisPropertyDecimalDefinitionType", namespace = "http://docs.oasis-open.org/ns/cmis/core/200901", propOrder = {
"defaultValue",
"precision"
})
diff --git a/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyDefinitionType.java b/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyDefinitionType.java
index 83abd860cb..a921c82b30 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyDefinitionType.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyDefinitionType.java
@@ -29,30 +29,31 @@ import org.w3c.dom.Element;
* <sequence>
* <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ * <element name="package" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="displayName" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="propertyType" type="{http://www.cmis.org/2008/05}enumPropertyType"/>
- * <element name="cardinality" type="{http://www.cmis.org/2008/05}enumCardinality"/>
- * <element name="updateability" type="{http://www.cmis.org/2008/05}enumUpdateability"/>
+ * <element name="propertyType" type="{http://docs.oasis-open.org/ns/cmis/core/200901}enumPropertyType"/>
+ * <element name="cardinality" type="{http://docs.oasis-open.org/ns/cmis/core/200901}enumCardinality"/>
+ * <element name="updatability" type="{http://docs.oasis-open.org/ns/cmis/core/200901}enumUpdatability"/>
* <element name="inherited" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
* <element name="required" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
* <element name="queryable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
* <element name="orderable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
* <choice maxOccurs="unbounded" minOccurs="0">
- * <element ref="{http://www.cmis.org/2008/05}choiceBoolean"/>
- * <element ref="{http://www.cmis.org/2008/05}choiceDateTime"/>
- * <element ref="{http://www.cmis.org/2008/05}choiceDecimal"/>
- * <element ref="{http://www.cmis.org/2008/05}choiceHtml"/>
- * <element ref="{http://www.cmis.org/2008/05}choiceId"/>
- * <element ref="{http://www.cmis.org/2008/05}choiceInteger"/>
- * <element ref="{http://www.cmis.org/2008/05}choiceString"/>
- * <element ref="{http://www.cmis.org/2008/05}choiceUri"/>
- * <element ref="{http://www.cmis.org/2008/05}choiceXml"/>
+ * <element ref="{http://docs.oasis-open.org/ns/cmis/core/200901}choiceBoolean"/>
+ * <element ref="{http://docs.oasis-open.org/ns/cmis/core/200901}choiceDateTime"/>
+ * <element ref="{http://docs.oasis-open.org/ns/cmis/core/200901}choiceDecimal"/>
+ * <element ref="{http://docs.oasis-open.org/ns/cmis/core/200901}choiceHtml"/>
+ * <element ref="{http://docs.oasis-open.org/ns/cmis/core/200901}choiceId"/>
+ * <element ref="{http://docs.oasis-open.org/ns/cmis/core/200901}choiceInteger"/>
+ * <element ref="{http://docs.oasis-open.org/ns/cmis/core/200901}choiceString"/>
+ * <element ref="{http://docs.oasis-open.org/ns/cmis/core/200901}choiceUri"/>
+ * <element ref="{http://docs.oasis-open.org/ns/cmis/core/200901}choiceXml"/>
* </choice>
* <element name="openChoice" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
* <any/>
* </sequence>
- * <attGroup ref="{http://www.cmis.org/2008/05}cmisUndefinedAttribute"/>
+ * <attGroup ref="{http://docs.oasis-open.org/ns/cmis/core/200901}cmisUndefinedAttribute"/>
* </restriction>
* </complexContent>
* </complexType>
@@ -61,14 +62,15 @@ import org.w3c.dom.Element;
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "cmisPropertyDefinitionType", propOrder = {
+@XmlType(name = "cmisPropertyDefinitionType", namespace = "http://docs.oasis-open.org/ns/cmis/core/200901", propOrder = {
"name",
"id",
+ "_package",
"displayName",
"description",
"propertyType",
"cardinality",
- "updateability",
+ "updatability",
"inherited",
"required",
"queryable",
@@ -78,15 +80,15 @@ import org.w3c.dom.Element;
"any"
})
@XmlSeeAlso({
- CmisPropertyHtmlDefinitionType.class,
- CmisPropertyIntegerDefinitionType.class,
- CmisPropertyBooleanDefinitionType.class,
- CmisPropertyIdDefinitionType.class,
- CmisPropertyStringDefinitionType.class,
- CmisPropertyDecimalDefinitionType.class,
- CmisPropertyDateTimeDefinitionType.class,
CmisPropertyUriDefinitionType.class,
- CmisPropertyXmlDefinitionType.class
+ CmisPropertyHtmlDefinitionType.class,
+ CmisPropertyStringDefinitionType.class,
+ CmisPropertyIntegerDefinitionType.class,
+ CmisPropertyIdDefinitionType.class,
+ CmisPropertyXmlDefinitionType.class,
+ CmisPropertyBooleanDefinitionType.class,
+ CmisPropertyDecimalDefinitionType.class,
+ CmisPropertyDateTimeDefinitionType.class
})
public class CmisPropertyDefinitionType {
@@ -94,6 +96,8 @@ public class CmisPropertyDefinitionType {
protected String name;
@XmlElement(required = true)
protected String id;
+ @XmlElement(name = "package", required = true)
+ protected String _package;
@XmlElement(required = true)
protected String displayName;
protected String description;
@@ -102,21 +106,21 @@ public class CmisPropertyDefinitionType {
@XmlElement(required = true)
protected EnumCardinality cardinality;
@XmlElement(required = true)
- protected EnumUpdateability updateability;
+ protected EnumUpdatability updatability;
protected Boolean inherited;
protected boolean required;
protected boolean queryable;
protected boolean orderable;
@XmlElements({
- @XmlElement(name = "choiceUri", type = CmisChoiceUriType.class),
- @XmlElement(name = "choiceXml", type = CmisChoiceXmlType.class),
@XmlElement(name = "choiceDateTime", type = CmisChoiceDateTimeType.class),
- @XmlElement(name = "choiceId", type = CmisChoiceIdType.class),
- @XmlElement(name = "choiceHtml", type = CmisChoiceHtmlType.class),
- @XmlElement(name = "choiceString", type = CmisChoiceStringType.class),
- @XmlElement(name = "choiceDecimal", type = CmisChoiceDecimalType.class),
+ @XmlElement(name = "choiceBoolean", type = CmisChoiceBooleanType.class),
+ @XmlElement(name = "choiceUri", type = CmisChoiceUriType.class),
@XmlElement(name = "choiceInteger", type = CmisChoiceIntegerType.class),
- @XmlElement(name = "choiceBoolean", type = CmisChoiceBooleanType.class)
+ @XmlElement(name = "choiceDecimal", type = CmisChoiceDecimalType.class),
+ @XmlElement(name = "choiceHtml", type = CmisChoiceHtmlType.class),
+ @XmlElement(name = "choiceXml", type = CmisChoiceXmlType.class),
+ @XmlElement(name = "choiceId", type = CmisChoiceIdType.class),
+ @XmlElement(name = "choiceString", type = CmisChoiceStringType.class)
})
protected List choice;
protected Boolean openChoice;
@@ -173,6 +177,30 @@ public class CmisPropertyDefinitionType {
this.id = value;
}
+ /**
+ * Gets the value of the package property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getPackage() {
+ return _package;
+ }
+
+ /**
+ * Sets the value of the package property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setPackage(String value) {
+ this._package = value;
+ }
+
/**
* Gets the value of the displayName property.
*
@@ -270,27 +298,27 @@ public class CmisPropertyDefinitionType {
}
/**
- * Gets the value of the updateability property.
+ * Gets the value of the updatability property.
*
* @return
* possible object is
- * {@link EnumUpdateability }
+ * {@link EnumUpdatability }
*
*/
- public EnumUpdateability getUpdateability() {
- return updateability;
+ public EnumUpdatability getUpdatability() {
+ return updatability;
}
/**
- * Sets the value of the updateability property.
+ * Sets the value of the updatability property.
*
* @param value
* allowed object is
- * {@link EnumUpdateability }
+ * {@link EnumUpdatability }
*
*/
- public void setUpdateability(EnumUpdateability value) {
- this.updateability = value;
+ public void setUpdatability(EnumUpdatability value) {
+ this.updatability = value;
}
/**
@@ -383,15 +411,15 @@ public class CmisPropertyDefinitionType {
*
*
* Objects of the following type(s) are allowed in the list
- * {@link CmisChoiceUriType }
- * {@link CmisChoiceXmlType }
* {@link CmisChoiceDateTimeType }
- * {@link CmisChoiceIdType }
- * {@link CmisChoiceHtmlType }
- * {@link CmisChoiceStringType }
- * {@link CmisChoiceDecimalType }
- * {@link CmisChoiceIntegerType }
* {@link CmisChoiceBooleanType }
+ * {@link CmisChoiceUriType }
+ * {@link CmisChoiceIntegerType }
+ * {@link CmisChoiceDecimalType }
+ * {@link CmisChoiceHtmlType }
+ * {@link CmisChoiceXmlType }
+ * {@link CmisChoiceIdType }
+ * {@link CmisChoiceStringType }
*
*
*/
@@ -444,8 +472,8 @@ public class CmisPropertyDefinitionType {
*
*
* Objects of the following type(s) are allowed in the list
- * {@link Element }
* {@link Object }
+ * {@link Element }
*
*
*/
diff --git a/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyHtml.java b/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyHtml.java
index b3208a96e2..ac93036ee5 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyHtml.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyHtml.java
@@ -6,7 +6,6 @@ import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAnyElement;
-import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlType;
import org.w3c.dom.Element;
@@ -19,11 +18,20 @@ import org.w3c.dom.Element;
*
* <complexType name="cmisPropertyHtml">
* <complexContent>
- * <extension base="{http://www.cmis.org/2008/05}cmisProperty">
+ * <extension base="{http://docs.oasis-open.org/ns/cmis/core/200901}cmisProperty">
* <sequence>
- * <any/>
+ * <element name="value" maxOccurs="unbounded" minOccurs="0">
+ * <complexType>
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <any/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
+ * </element>
* </sequence>
- * <attribute ref="{http://www.cmis.org/2008/05}propertyType default="html""/>
* </extension>
* </complexContent>
* </complexType>
@@ -32,74 +40,103 @@ import org.w3c.dom.Element;
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "cmisPropertyHtml", propOrder = {
- "any"
+@XmlType(name = "cmisPropertyHtml", namespace = "http://docs.oasis-open.org/ns/cmis/core/200901", propOrder = {
+ "value"
})
public class CmisPropertyHtml
extends CmisProperty
{
- @XmlAnyElement(lax = true)
- protected List any;
- @XmlAttribute(namespace = "http://www.cmis.org/2008/05")
- protected EnumPropertyType propertyType;
+ protected List value;
/**
- * Gets the value of the any property.
+ * Gets the value of the value property.
*
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
- * This is why there is not a set
method for the any property.
+ * This is why there is not a set
method for the value property.
*
*
* For example, to add a new item, do as follows:
*
- * getAny().add(newItem);
+ * getValue().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
- * {@link Element }
- * {@link Object }
+ * {@link CmisPropertyHtml.Value }
*
*
*/
- public List getAny() {
- if (any == null) {
- any = new ArrayList();
+ public List getValue() {
+ if (value == null) {
+ value = new ArrayList();
}
- return this.any;
+ return this.value;
}
- /**
- * Gets the value of the propertyType property.
- *
- * @return
- * possible object is
- * {@link EnumPropertyType }
- *
- */
- public EnumPropertyType getPropertyType() {
- if (propertyType == null) {
- return EnumPropertyType.HTML;
- } else {
- return propertyType;
- }
- }
/**
- * Sets the value of the propertyType property.
+ * Java class for anonymous complex type.
+ *
+ *
The following schema fragment specifies the expected content contained within this class.
+ *
+ *
+ * <complexType>
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <any/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
+ *
+ *
*
- * @param value
- * allowed object is
- * {@link EnumPropertyType }
- *
*/
- public void setPropertyType(EnumPropertyType value) {
- this.propertyType = value;
+ @XmlAccessorType(XmlAccessType.FIELD)
+ @XmlType(name = "", propOrder = {
+ "any"
+ })
+ public static class Value {
+
+ @XmlAnyElement(lax = true)
+ protected List any;
+
+ /**
+ * Gets the value of the any property.
+ *
+ *
+ * This accessor method returns a reference to the live list,
+ * not a snapshot. Therefore any modification you make to the
+ * returned list will be present inside the JAXB object.
+ * This is why there is not a set
method for the any property.
+ *
+ *
+ * For example, to add a new item, do as follows:
+ *
+ * getAny().add(newItem);
+ *
+ *
+ *
+ *
+ * Objects of the following type(s) are allowed in the list
+ * {@link Object }
+ * {@link Element }
+ *
+ *
+ */
+ public List getAny() {
+ if (any == null) {
+ any = new ArrayList();
+ }
+ return this.any;
+ }
+
}
}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyHtmlDefinitionType.java b/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyHtmlDefinitionType.java
index bec1f9a854..345ce4c6c8 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyHtmlDefinitionType.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyHtmlDefinitionType.java
@@ -16,9 +16,9 @@ import javax.xml.bind.annotation.XmlType;
*
* <complexType name="cmisPropertyHtmlDefinitionType">
* <complexContent>
- * <extension base="{http://www.cmis.org/2008/05}cmisPropertyDefinitionType">
+ * <extension base="{http://docs.oasis-open.org/ns/cmis/core/200901}cmisPropertyDefinitionType">
* <sequence>
- * <element name="defaultValue" type="{http://www.cmis.org/2008/05}cmisChoiceHtmlType" maxOccurs="unbounded" minOccurs="0"/>
+ * <element name="defaultValue" type="{http://docs.oasis-open.org/ns/cmis/core/200901}cmisChoiceHtmlType" maxOccurs="unbounded" minOccurs="0"/>
* </sequence>
* </extension>
* </complexContent>
@@ -28,7 +28,7 @@ import javax.xml.bind.annotation.XmlType;
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "cmisPropertyHtmlDefinitionType", propOrder = {
+@XmlType(name = "cmisPropertyHtmlDefinitionType", namespace = "http://docs.oasis-open.org/ns/cmis/core/200901", propOrder = {
"defaultValue"
})
public class CmisPropertyHtmlDefinitionType
diff --git a/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyId.java b/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyId.java
index c34b8dade8..5b536b998a 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyId.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyId.java
@@ -1,6 +1,8 @@
package org.alfresco.repo.cmis.ws;
+import java.util.ArrayList;
+import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
@@ -16,12 +18,11 @@ import javax.xml.bind.annotation.XmlType;
*
* <complexType name="cmisPropertyId">
* <complexContent>
- * <extension base="{http://www.cmis.org/2008/05}cmisProperty">
+ * <extension base="{http://docs.oasis-open.org/ns/cmis/core/200901}cmisProperty">
* <sequence>
- * <element name="value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ * <element name="value" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
* </sequence>
- * <attribute ref="{http://www.cmis.org/2008/05}propertyType default="id""/>
- * <attribute ref="{http://www.cmis.org/2008/05}href"/>
+ * <attribute ref="{http://docs.oasis-open.org/ns/cmis/core/200901}href"/>
* </extension>
* </complexContent>
* </complexType>
@@ -30,70 +31,45 @@ import javax.xml.bind.annotation.XmlType;
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "cmisPropertyId", propOrder = {
+@XmlType(name = "cmisPropertyId", namespace = "http://docs.oasis-open.org/ns/cmis/core/200901", propOrder = {
"value"
})
public class CmisPropertyId
extends CmisProperty
{
- protected String value;
- @XmlAttribute(namespace = "http://www.cmis.org/2008/05")
- protected EnumPropertyType propertyType;
- @XmlAttribute(namespace = "http://www.cmis.org/2008/05")
+ protected List value;
+ @XmlAttribute(namespace = "http://docs.oasis-open.org/ns/cmis/core/200901")
@XmlSchemaType(name = "anyURI")
protected String href;
/**
* Gets the value of the value property.
*
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getValue() {
- return value;
- }
-
- /**
- * Sets the value of the value property.
+ *
+ * This accessor method returns a reference to the live list,
+ * not a snapshot. Therefore any modification you make to the
+ * returned list will be present inside the JAXB object.
+ * This is why there is not a set
method for the value property.
+ *
+ *
+ * For example, to add a new item, do as follows:
+ *
+ * getValue().add(newItem);
+ *
+ *
+ *
+ *
+ * Objects of the following type(s) are allowed in the list
+ * {@link String }
*
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setValue(String value) {
- this.value = value;
- }
-
- /**
- * Gets the value of the propertyType property.
*
- * @return
- * possible object is
- * {@link EnumPropertyType }
- *
*/
- public EnumPropertyType getPropertyType() {
- if (propertyType == null) {
- return EnumPropertyType.ID;
- } else {
- return propertyType;
+ public List getValue() {
+ if (value == null) {
+ value = new ArrayList();
}
- }
-
- /**
- * Sets the value of the propertyType property.
- *
- * @param value
- * allowed object is
- * {@link EnumPropertyType }
- *
- */
- public void setPropertyType(EnumPropertyType value) {
- this.propertyType = value;
+ return this.value;
}
/**
diff --git a/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyIdDefinitionType.java b/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyIdDefinitionType.java
index e092bbc4cf..8e7a3135f2 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyIdDefinitionType.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyIdDefinitionType.java
@@ -16,9 +16,9 @@ import javax.xml.bind.annotation.XmlType;
*
* <complexType name="cmisPropertyIdDefinitionType">
* <complexContent>
- * <extension base="{http://www.cmis.org/2008/05}cmisPropertyDefinitionType">
+ * <extension base="{http://docs.oasis-open.org/ns/cmis/core/200901}cmisPropertyDefinitionType">
* <sequence>
- * <element name="defaultValue" type="{http://www.cmis.org/2008/05}cmisChoiceIdType" maxOccurs="unbounded" minOccurs="0"/>
+ * <element name="defaultValue" type="{http://docs.oasis-open.org/ns/cmis/core/200901}cmisChoiceIdType" maxOccurs="unbounded" minOccurs="0"/>
* </sequence>
* </extension>
* </complexContent>
@@ -28,7 +28,7 @@ import javax.xml.bind.annotation.XmlType;
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "cmisPropertyIdDefinitionType", propOrder = {
+@XmlType(name = "cmisPropertyIdDefinitionType", namespace = "http://docs.oasis-open.org/ns/cmis/core/200901", propOrder = {
"defaultValue"
})
public class CmisPropertyIdDefinitionType
diff --git a/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyInteger.java b/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyInteger.java
index c171d7b6c7..df347f0f0b 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyInteger.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyInteger.java
@@ -2,9 +2,10 @@
package org.alfresco.repo.cmis.ws;
import java.math.BigInteger;
+import java.util.ArrayList;
+import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlType;
@@ -16,11 +17,10 @@ import javax.xml.bind.annotation.XmlType;
*
* <complexType name="cmisPropertyInteger">
* <complexContent>
- * <extension base="{http://www.cmis.org/2008/05}cmisProperty">
+ * <extension base="{http://docs.oasis-open.org/ns/cmis/core/200901}cmisProperty">
* <sequence>
- * <element name="value" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
+ * <element name="value" type="{http://www.w3.org/2001/XMLSchema}integer" maxOccurs="unbounded" minOccurs="0"/>
* </sequence>
- * <attribute ref="{http://www.cmis.org/2008/05}propertyType default="integer""/>
* </extension>
* </complexContent>
* </complexType>
@@ -29,67 +29,42 @@ import javax.xml.bind.annotation.XmlType;
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "cmisPropertyInteger", propOrder = {
+@XmlType(name = "cmisPropertyInteger", namespace = "http://docs.oasis-open.org/ns/cmis/core/200901", propOrder = {
"value"
})
public class CmisPropertyInteger
extends CmisProperty
{
- protected BigInteger value;
- @XmlAttribute(namespace = "http://www.cmis.org/2008/05")
- protected EnumPropertyType propertyType;
+ protected List value;
/**
* Gets the value of the value property.
*
- * @return
- * possible object is
- * {@link BigInteger }
- *
- */
- public BigInteger getValue() {
- return value;
- }
-
- /**
- * Sets the value of the value property.
+ *
+ * This accessor method returns a reference to the live list,
+ * not a snapshot. Therefore any modification you make to the
+ * returned list will be present inside the JAXB object.
+ * This is why there is not a set
method for the value property.
+ *
+ *
+ * For example, to add a new item, do as follows:
+ *
+ * getValue().add(newItem);
+ *
+ *
+ *
+ *
+ * Objects of the following type(s) are allowed in the list
+ * {@link BigInteger }
*
- * @param value
- * allowed object is
- * {@link BigInteger }
- *
- */
- public void setValue(BigInteger value) {
- this.value = value;
- }
-
- /**
- * Gets the value of the propertyType property.
*
- * @return
- * possible object is
- * {@link EnumPropertyType }
- *
*/
- public EnumPropertyType getPropertyType() {
- if (propertyType == null) {
- return EnumPropertyType.INTEGER;
- } else {
- return propertyType;
+ public List getValue() {
+ if (value == null) {
+ value = new ArrayList();
}
- }
-
- /**
- * Sets the value of the propertyType property.
- *
- * @param value
- * allowed object is
- * {@link EnumPropertyType }
- *
- */
- public void setPropertyType(EnumPropertyType value) {
- this.propertyType = value;
+ return this.value;
}
}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyIntegerDefinitionType.java b/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyIntegerDefinitionType.java
index c3d8e5ccd5..56ab3c10f0 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyIntegerDefinitionType.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyIntegerDefinitionType.java
@@ -17,9 +17,9 @@ import javax.xml.bind.annotation.XmlType;
*
* <complexType name="cmisPropertyIntegerDefinitionType">
* <complexContent>
- * <extension base="{http://www.cmis.org/2008/05}cmisPropertyDefinitionType">
+ * <extension base="{http://docs.oasis-open.org/ns/cmis/core/200901}cmisPropertyDefinitionType">
* <sequence>
- * <element name="defaultValue" type="{http://www.cmis.org/2008/05}cmisChoiceIntegerType" maxOccurs="unbounded" minOccurs="0"/>
+ * <element name="defaultValue" type="{http://docs.oasis-open.org/ns/cmis/core/200901}cmisChoiceIntegerType" maxOccurs="unbounded" minOccurs="0"/>
* <element name="maxValue" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
* <element name="minValue" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
* </sequence>
@@ -31,7 +31,7 @@ import javax.xml.bind.annotation.XmlType;
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "cmisPropertyIntegerDefinitionType", propOrder = {
+@XmlType(name = "cmisPropertyIntegerDefinitionType", namespace = "http://docs.oasis-open.org/ns/cmis/core/200901", propOrder = {
"defaultValue",
"maxValue",
"minValue"
diff --git a/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyString.java b/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyString.java
index 848458b27e..d8f5b1a8b2 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyString.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyString.java
@@ -1,9 +1,10 @@
package org.alfresco.repo.cmis.ws;
+import java.util.ArrayList;
+import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlType;
@@ -15,11 +16,10 @@ import javax.xml.bind.annotation.XmlType;
*
* <complexType name="cmisPropertyString">
* <complexContent>
- * <extension base="{http://www.cmis.org/2008/05}cmisProperty">
+ * <extension base="{http://docs.oasis-open.org/ns/cmis/core/200901}cmisProperty">
* <sequence>
- * <element name="value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ * <element name="value" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
* </sequence>
- * <attribute ref="{http://www.cmis.org/2008/05}propertyType default="string""/>
* </extension>
* </complexContent>
* </complexType>
@@ -28,67 +28,42 @@ import javax.xml.bind.annotation.XmlType;
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "cmisPropertyString", propOrder = {
+@XmlType(name = "cmisPropertyString", namespace = "http://docs.oasis-open.org/ns/cmis/core/200901", propOrder = {
"value"
})
public class CmisPropertyString
extends CmisProperty
{
- protected String value;
- @XmlAttribute(namespace = "http://www.cmis.org/2008/05")
- protected EnumPropertyType propertyType;
+ protected List value;
/**
* Gets the value of the value property.
*
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getValue() {
- return value;
- }
-
- /**
- * Sets the value of the value property.
+ *
+ * This accessor method returns a reference to the live list,
+ * not a snapshot. Therefore any modification you make to the
+ * returned list will be present inside the JAXB object.
+ * This is why there is not a set
method for the value property.
+ *
+ *
+ * For example, to add a new item, do as follows:
+ *
+ * getValue().add(newItem);
+ *
+ *
+ *
+ *
+ * Objects of the following type(s) are allowed in the list
+ * {@link String }
*
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setValue(String value) {
- this.value = value;
- }
-
- /**
- * Gets the value of the propertyType property.
*
- * @return
- * possible object is
- * {@link EnumPropertyType }
- *
*/
- public EnumPropertyType getPropertyType() {
- if (propertyType == null) {
- return EnumPropertyType.STRING;
- } else {
- return propertyType;
+ public List getValue() {
+ if (value == null) {
+ value = new ArrayList();
}
- }
-
- /**
- * Sets the value of the propertyType property.
- *
- * @param value
- * allowed object is
- * {@link EnumPropertyType }
- *
- */
- public void setPropertyType(EnumPropertyType value) {
- this.propertyType = value;
+ return this.value;
}
}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyStringDefinitionType.java b/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyStringDefinitionType.java
index f3285149d3..3dd7693465 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyStringDefinitionType.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyStringDefinitionType.java
@@ -17,9 +17,9 @@ import javax.xml.bind.annotation.XmlType;
*
* <complexType name="cmisPropertyStringDefinitionType">
* <complexContent>
- * <extension base="{http://www.cmis.org/2008/05}cmisPropertyDefinitionType">
+ * <extension base="{http://docs.oasis-open.org/ns/cmis/core/200901}cmisPropertyDefinitionType">
* <sequence>
- * <element name="defaultValue" type="{http://www.cmis.org/2008/05}cmisChoiceStringType" maxOccurs="unbounded" minOccurs="0"/>
+ * <element name="defaultValue" type="{http://docs.oasis-open.org/ns/cmis/core/200901}cmisChoiceStringType" maxOccurs="unbounded" minOccurs="0"/>
* <element name="maxLength" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
* </sequence>
* </extension>
@@ -30,7 +30,7 @@ import javax.xml.bind.annotation.XmlType;
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "cmisPropertyStringDefinitionType", propOrder = {
+@XmlType(name = "cmisPropertyStringDefinitionType", namespace = "http://docs.oasis-open.org/ns/cmis/core/200901", propOrder = {
"defaultValue",
"maxLength"
})
diff --git a/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyUri.java b/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyUri.java
index 1ce76e4388..e555c7844f 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyUri.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyUri.java
@@ -1,9 +1,10 @@
package org.alfresco.repo.cmis.ws;
+import java.util.ArrayList;
+import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
@@ -16,11 +17,10 @@ import javax.xml.bind.annotation.XmlType;
*
* <complexType name="cmisPropertyUri">
* <complexContent>
- * <extension base="{http://www.cmis.org/2008/05}cmisProperty">
+ * <extension base="{http://docs.oasis-open.org/ns/cmis/core/200901}cmisProperty">
* <sequence>
- * <element name="value" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
+ * <element name="value" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded" minOccurs="0"/>
* </sequence>
- * <attribute ref="{http://www.cmis.org/2008/05}propertyType default="uri""/>
* </extension>
* </complexContent>
* </complexType>
@@ -29,7 +29,7 @@ import javax.xml.bind.annotation.XmlType;
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "cmisPropertyUri", propOrder = {
+@XmlType(name = "cmisPropertyUri", namespace = "http://docs.oasis-open.org/ns/cmis/core/200901", propOrder = {
"value"
})
public class CmisPropertyUri
@@ -37,60 +37,35 @@ public class CmisPropertyUri
{
@XmlSchemaType(name = "anyURI")
- protected String value;
- @XmlAttribute(namespace = "http://www.cmis.org/2008/05")
- protected EnumPropertyType propertyType;
+ protected List value;
/**
* Gets the value of the value property.
*
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getValue() {
- return value;
- }
-
- /**
- * Sets the value of the value property.
+ *
+ * This accessor method returns a reference to the live list,
+ * not a snapshot. Therefore any modification you make to the
+ * returned list will be present inside the JAXB object.
+ * This is why there is not a set
method for the value property.
+ *
+ *
+ * For example, to add a new item, do as follows:
+ *
+ * getValue().add(newItem);
+ *
+ *
+ *
+ *
+ * Objects of the following type(s) are allowed in the list
+ * {@link String }
*
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setValue(String value) {
- this.value = value;
- }
-
- /**
- * Gets the value of the propertyType property.
*
- * @return
- * possible object is
- * {@link EnumPropertyType }
- *
*/
- public EnumPropertyType getPropertyType() {
- if (propertyType == null) {
- return EnumPropertyType.URI;
- } else {
- return propertyType;
+ public List getValue() {
+ if (value == null) {
+ value = new ArrayList();
}
- }
-
- /**
- * Sets the value of the propertyType property.
- *
- * @param value
- * allowed object is
- * {@link EnumPropertyType }
- *
- */
- public void setPropertyType(EnumPropertyType value) {
- this.propertyType = value;
+ return this.value;
}
}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyUriDefinitionType.java b/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyUriDefinitionType.java
index 944346a72f..4267c49439 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyUriDefinitionType.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyUriDefinitionType.java
@@ -16,9 +16,9 @@ import javax.xml.bind.annotation.XmlType;
*
* <complexType name="cmisPropertyUriDefinitionType">
* <complexContent>
- * <extension base="{http://www.cmis.org/2008/05}cmisPropertyDefinitionType">
+ * <extension base="{http://docs.oasis-open.org/ns/cmis/core/200901}cmisPropertyDefinitionType">
* <sequence>
- * <element name="defaultValue" type="{http://www.cmis.org/2008/05}cmisChoiceUriType" maxOccurs="unbounded" minOccurs="0"/>
+ * <element name="defaultValue" type="{http://docs.oasis-open.org/ns/cmis/core/200901}cmisChoiceUriType" maxOccurs="unbounded" minOccurs="0"/>
* </sequence>
* </extension>
* </complexContent>
@@ -28,7 +28,7 @@ import javax.xml.bind.annotation.XmlType;
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "cmisPropertyUriDefinitionType", propOrder = {
+@XmlType(name = "cmisPropertyUriDefinitionType", namespace = "http://docs.oasis-open.org/ns/cmis/core/200901", propOrder = {
"defaultValue"
})
public class CmisPropertyUriDefinitionType
diff --git a/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyXml.java b/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyXml.java
index a29ec9b85f..b31bf43999 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyXml.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyXml.java
@@ -6,7 +6,6 @@ import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAnyElement;
-import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlType;
import org.w3c.dom.Element;
@@ -19,11 +18,20 @@ import org.w3c.dom.Element;
*
* <complexType name="cmisPropertyXml">
* <complexContent>
- * <extension base="{http://www.cmis.org/2008/05}cmisProperty">
+ * <extension base="{http://docs.oasis-open.org/ns/cmis/core/200901}cmisProperty">
* <sequence>
- * <any/>
+ * <element name="value" maxOccurs="unbounded" minOccurs="0">
+ * <complexType>
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <any/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
+ * </element>
* </sequence>
- * <attribute ref="{http://www.cmis.org/2008/05}propertyType default="xml""/>
* </extension>
* </complexContent>
* </complexType>
@@ -32,74 +40,103 @@ import org.w3c.dom.Element;
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "cmisPropertyXml", propOrder = {
- "any"
+@XmlType(name = "cmisPropertyXml", namespace = "http://docs.oasis-open.org/ns/cmis/core/200901", propOrder = {
+ "value"
})
public class CmisPropertyXml
extends CmisProperty
{
- @XmlAnyElement(lax = true)
- protected List any;
- @XmlAttribute(namespace = "http://www.cmis.org/2008/05")
- protected EnumPropertyType propertyType;
+ protected List value;
/**
- * Gets the value of the any property.
+ * Gets the value of the value property.
*
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
- * This is why there is not a set
method for the any property.
+ * This is why there is not a set
method for the value property.
*
*
* For example, to add a new item, do as follows:
*
- * getAny().add(newItem);
+ * getValue().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
- * {@link Element }
- * {@link Object }
+ * {@link CmisPropertyXml.Value }
*
*
*/
- public List getAny() {
- if (any == null) {
- any = new ArrayList();
+ public List getValue() {
+ if (value == null) {
+ value = new ArrayList();
}
- return this.any;
+ return this.value;
}
- /**
- * Gets the value of the propertyType property.
- *
- * @return
- * possible object is
- * {@link EnumPropertyType }
- *
- */
- public EnumPropertyType getPropertyType() {
- if (propertyType == null) {
- return EnumPropertyType.XML;
- } else {
- return propertyType;
- }
- }
/**
- * Sets the value of the propertyType property.
+ * Java class for anonymous complex type.
+ *
+ *
The following schema fragment specifies the expected content contained within this class.
+ *
+ *
+ * <complexType>
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <any/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
+ *
+ *
*
- * @param value
- * allowed object is
- * {@link EnumPropertyType }
- *
*/
- public void setPropertyType(EnumPropertyType value) {
- this.propertyType = value;
+ @XmlAccessorType(XmlAccessType.FIELD)
+ @XmlType(name = "", propOrder = {
+ "any"
+ })
+ public static class Value {
+
+ @XmlAnyElement(lax = true)
+ protected List any;
+
+ /**
+ * Gets the value of the any property.
+ *
+ *
+ * This accessor method returns a reference to the live list,
+ * not a snapshot. Therefore any modification you make to the
+ * returned list will be present inside the JAXB object.
+ * This is why there is not a set
method for the any property.
+ *
+ *
+ * For example, to add a new item, do as follows:
+ *
+ * getAny().add(newItem);
+ *
+ *
+ *
+ *
+ * Objects of the following type(s) are allowed in the list
+ * {@link Object }
+ * {@link Element }
+ *
+ *
+ */
+ public List getAny() {
+ if (any == null) {
+ any = new ArrayList();
+ }
+ return this.any;
+ }
+
}
}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyXmlDefinitionType.java b/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyXmlDefinitionType.java
index 4831e89f08..056e1ccf36 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyXmlDefinitionType.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/CmisPropertyXmlDefinitionType.java
@@ -17,11 +17,10 @@ import javax.xml.bind.annotation.XmlType;
*
* <complexType name="cmisPropertyXmlDefinitionType">
* <complexContent>
- * <extension base="{http://www.cmis.org/2008/05}cmisPropertyDefinitionType">
+ * <extension base="{http://docs.oasis-open.org/ns/cmis/core/200901}cmisPropertyDefinitionType">
* <sequence>
- * <element name="defaultValue" type="{http://www.cmis.org/2008/05}cmisChoiceXmlType" maxOccurs="unbounded" minOccurs="0"/>
+ * <element name="defaultValue" type="{http://docs.oasis-open.org/ns/cmis/core/200901}cmisChoiceXmlType" maxOccurs="unbounded" minOccurs="0"/>
* <element name="schemaURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
- * <element name="encoding" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* </sequence>
* </extension>
* </complexContent>
@@ -31,10 +30,9 @@ import javax.xml.bind.annotation.XmlType;
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "cmisPropertyXmlDefinitionType", propOrder = {
+@XmlType(name = "cmisPropertyXmlDefinitionType", namespace = "http://docs.oasis-open.org/ns/cmis/core/200901", propOrder = {
"defaultValue",
- "schemaURI",
- "encoding"
+ "schemaURI"
})
public class CmisPropertyXmlDefinitionType
extends CmisPropertyDefinitionType
@@ -43,7 +41,6 @@ public class CmisPropertyXmlDefinitionType
protected List defaultValue;
@XmlSchemaType(name = "anyURI")
protected String schemaURI;
- protected String encoding;
/**
* Gets the value of the defaultValue property.
@@ -98,28 +95,4 @@ public class CmisPropertyXmlDefinitionType
this.schemaURI = value;
}
- /**
- * Gets the value of the encoding property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getEncoding() {
- return encoding;
- }
-
- /**
- * Sets the value of the encoding property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setEncoding(String value) {
- this.encoding = value;
- }
-
}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/CmisQueryType.java b/source/generated/org/alfresco/repo/cmis/ws/CmisQueryType.java
index 4ab06c38cc..22521b5d7d 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/CmisQueryType.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/CmisQueryType.java
@@ -2,18 +2,14 @@
package org.alfresco.repo.cmis.ws;
import java.math.BigInteger;
-import java.util.ArrayList;
import java.util.HashMap;
-import java.util.List;
import java.util.Map;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAnyAttribute;
-import javax.xml.bind.annotation.XmlAnyElement;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
import javax.xml.namespace.QName;
-import org.w3c.dom.Element;
/**
@@ -26,14 +22,15 @@ import org.w3c.dom.Element;
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
+ * <element name="repositoryId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="statement" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="searchAllVersions" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
* <element name="pageSize" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
* <element name="skipCount" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
* <element name="returnAllowableActions" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- * <any/>
+ * <element name="extension" type="{http://docs.oasis-open.org/ns/cmis/core/200901}cmisAnyXml" minOccurs="0"/>
* </sequence>
- * <attGroup ref="{http://www.cmis.org/2008/05}cmisUndefinedAttribute"/>
+ * <attGroup ref="{http://docs.oasis-open.org/ns/cmis/core/200901}cmisUndefinedAttribute"/>
* </restriction>
* </complexContent>
* </complexType>
@@ -42,27 +39,52 @@ import org.w3c.dom.Element;
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "cmisQueryType", propOrder = {
+@XmlType(name = "cmisQueryType", namespace = "http://docs.oasis-open.org/ns/cmis/core/200901", propOrder = {
+ "repositoryId",
"statement",
"searchAllVersions",
"pageSize",
"skipCount",
"returnAllowableActions",
- "any"
+ "extension"
})
public class CmisQueryType {
+ protected String repositoryId;
@XmlElement(required = true)
protected String statement;
protected Boolean searchAllVersions;
protected BigInteger pageSize;
protected BigInteger skipCount;
protected Boolean returnAllowableActions;
- @XmlAnyElement(lax = true)
- protected List any;
+ protected CmisAnyXml extension;
@XmlAnyAttribute
private Map otherAttributes = new HashMap();
+ /**
+ * Gets the value of the repositoryId property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getRepositoryId() {
+ return repositoryId;
+ }
+
+ /**
+ * Sets the value of the repositoryId property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setRepositoryId(String value) {
+ this.repositoryId = value;
+ }
+
/**
* Gets the value of the statement property.
*
@@ -184,33 +206,27 @@ public class CmisQueryType {
}
/**
- * Gets the value of the any property.
- *
- *
- * This accessor method returns a reference to the live list,
- * not a snapshot. Therefore any modification you make to the
- * returned list will be present inside the JAXB object.
- * This is why there is not a set
method for the any property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getAny().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link Element }
- * {@link Object }
- *
+ * Gets the value of the extension property.
*
+ * @return
+ * possible object is
+ * {@link CmisAnyXml }
+ *
*/
- public List getAny() {
- if (any == null) {
- any = new ArrayList();
- }
- return this.any;
+ public CmisAnyXml getExtension() {
+ return extension;
+ }
+
+ /**
+ * Sets the value of the extension property.
+ *
+ * @param value
+ * allowed object is
+ * {@link CmisAnyXml }
+ *
+ */
+ public void setExtension(CmisAnyXml value) {
+ this.extension = value;
}
/**
diff --git a/source/generated/org/alfresco/repo/cmis/ws/CmisRepositoryCapabilitiesType.java b/source/generated/org/alfresco/repo/cmis/ws/CmisRepositoryCapabilitiesType.java
index b65f5fee1c..c7844dec1f 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/CmisRepositoryCapabilitiesType.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/CmisRepositoryCapabilitiesType.java
@@ -31,12 +31,15 @@ import org.w3c.dom.Element;
* <element name="capabilityPWCUpdateable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
* <element name="capabilityPWCSearchable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
* <element name="capabilityAllVersionsSearchable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
- * <element name="capabilityQuery" type="{http://www.cmis.org/2008/05}enumCapabilityQuery"/>
- * <element name="capabilityJoin" type="{http://www.cmis.org/2008/05}enumCapabilityJoin"/>
- * <element name="capabilityFullText" type="{http://www.cmis.org/2008/05}enumCapabilityFullText"/>
+ * <element name="capabilityQuery" type="{http://docs.oasis-open.org/ns/cmis/core/200901}enumCapabilityQuery"/>
+ * <element name="capabilityJoin" type="{http://docs.oasis-open.org/ns/cmis/core/200901}enumCapabilityJoin"/>
+ * <element name="capabilityChanges" type="{http://docs.oasis-open.org/ns/cmis/core/200901}enumCapabilityChanges" maxOccurs="unbounded"/>
+ * <element name="changesIncomplete" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
+ * <element name="capabilityACL" type="{http://docs.oasis-open.org/ns/cmis/core/200901}enumCapabilityACL"/>
+ * <element name="permissionsSupported" type="{http://docs.oasis-open.org/ns/cmis/core/200901}cmisPermissionSetType" maxOccurs="unbounded" minOccurs="0"/>
* <any/>
* </sequence>
- * <attGroup ref="{http://www.cmis.org/2008/05}cmisUndefinedAttribute"/>
+ * <attGroup ref="{http://docs.oasis-open.org/ns/cmis/core/200901}cmisUndefinedAttribute"/>
* </restriction>
* </complexContent>
* </complexType>
@@ -45,7 +48,7 @@ import org.w3c.dom.Element;
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "cmisRepositoryCapabilitiesType", propOrder = {
+@XmlType(name = "cmisRepositoryCapabilitiesType", namespace = "http://docs.oasis-open.org/ns/cmis/core/200901", propOrder = {
"capabilityMultifiling",
"capabilityUnfiling",
"capabilityVersionSpecificFiling",
@@ -54,7 +57,10 @@ import org.w3c.dom.Element;
"capabilityAllVersionsSearchable",
"capabilityQuery",
"capabilityJoin",
- "capabilityFullText",
+ "capabilityChanges",
+ "changesIncomplete",
+ "capabilityACL",
+ "permissionsSupported",
"any"
})
public class CmisRepositoryCapabilitiesType {
@@ -70,7 +76,11 @@ public class CmisRepositoryCapabilitiesType {
@XmlElement(required = true)
protected EnumCapabilityJoin capabilityJoin;
@XmlElement(required = true)
- protected EnumCapabilityFullText capabilityFullText;
+ protected List capabilityChanges;
+ protected Boolean changesIncomplete;
+ @XmlElement(required = true)
+ protected EnumCapabilityACL capabilityACL;
+ protected List permissionsSupported;
@XmlAnyElement
protected List any;
@XmlAnyAttribute
@@ -221,27 +231,109 @@ public class CmisRepositoryCapabilitiesType {
}
/**
- * Gets the value of the capabilityFullText property.
+ * Gets the value of the capabilityChanges property.
+ *
+ *
+ * This accessor method returns a reference to the live list,
+ * not a snapshot. Therefore any modification you make to the
+ * returned list will be present inside the JAXB object.
+ * This is why there is not a set
method for the capabilityChanges property.
+ *
+ *
+ * For example, to add a new item, do as follows:
+ *
+ * getCapabilityChanges().add(newItem);
+ *
+ *
+ *
+ *
+ * Objects of the following type(s) are allowed in the list
+ * {@link EnumCapabilityChanges }
+ *
*
- * @return
- * possible object is
- * {@link EnumCapabilityFullText }
- *
*/
- public EnumCapabilityFullText getCapabilityFullText() {
- return capabilityFullText;
+ public List getCapabilityChanges() {
+ if (capabilityChanges == null) {
+ capabilityChanges = new ArrayList();
+ }
+ return this.capabilityChanges;
}
/**
- * Sets the value of the capabilityFullText property.
+ * Gets the value of the changesIncomplete property.
+ *
+ * @return
+ * possible object is
+ * {@link Boolean }
+ *
+ */
+ public Boolean isChangesIncomplete() {
+ return changesIncomplete;
+ }
+
+ /**
+ * Sets the value of the changesIncomplete property.
*
* @param value
* allowed object is
- * {@link EnumCapabilityFullText }
+ * {@link Boolean }
*
*/
- public void setCapabilityFullText(EnumCapabilityFullText value) {
- this.capabilityFullText = value;
+ public void setChangesIncomplete(Boolean value) {
+ this.changesIncomplete = value;
+ }
+
+ /**
+ * Gets the value of the capabilityACL property.
+ *
+ * @return
+ * possible object is
+ * {@link EnumCapabilityACL }
+ *
+ */
+ public EnumCapabilityACL getCapabilityACL() {
+ return capabilityACL;
+ }
+
+ /**
+ * Sets the value of the capabilityACL property.
+ *
+ * @param value
+ * allowed object is
+ * {@link EnumCapabilityACL }
+ *
+ */
+ public void setCapabilityACL(EnumCapabilityACL value) {
+ this.capabilityACL = value;
+ }
+
+ /**
+ * Gets the value of the permissionsSupported property.
+ *
+ *
+ * This accessor method returns a reference to the live list,
+ * not a snapshot. Therefore any modification you make to the
+ * returned list will be present inside the JAXB object.
+ * This is why there is not a set
method for the permissionsSupported property.
+ *
+ *
+ * For example, to add a new item, do as follows:
+ *
+ * getPermissionsSupported().add(newItem);
+ *
+ *
+ *
+ *
+ * Objects of the following type(s) are allowed in the list
+ * {@link CmisPermissionSetType }
+ *
+ *
+ */
+ public List getPermissionsSupported() {
+ if (permissionsSupported == null) {
+ permissionsSupported = new ArrayList();
+ }
+ return this.permissionsSupported;
}
/**
diff --git a/source/generated/org/alfresco/repo/cmis/ws/CmisRepositoryEntryType.java b/source/generated/org/alfresco/repo/cmis/ws/CmisRepositoryEntryType.java
index 478a12b072..2483941153 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/CmisRepositoryEntryType.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/CmisRepositoryEntryType.java
@@ -26,12 +26,12 @@ import org.w3c.dom.Element;
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
- * <element name="repositoryID" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ * <element name="repositoryId" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="repositoryName" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="repositoryURI" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
* <any/>
* </sequence>
- * <attGroup ref="{http://www.cmis.org/2008/05}cmisUndefinedAttribute"/>
+ * <attGroup ref="{http://docs.oasis-open.org/ns/cmis/core/200901}cmisUndefinedAttribute"/>
* </restriction>
* </complexContent>
* </complexType>
@@ -40,8 +40,8 @@ import org.w3c.dom.Element;
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "cmisRepositoryEntryType", propOrder = {
- "repositoryID",
+@XmlType(name = "cmisRepositoryEntryType", namespace = "http://docs.oasis-open.org/ns/cmis/core/200901", propOrder = {
+ "repositoryId",
"repositoryName",
"repositoryURI",
"any"
@@ -49,7 +49,7 @@ import org.w3c.dom.Element;
public class CmisRepositoryEntryType {
@XmlElement(required = true)
- protected String repositoryID;
+ protected String repositoryId;
@XmlElement(required = true)
protected String repositoryName;
@XmlElement(required = true)
@@ -61,27 +61,27 @@ public class CmisRepositoryEntryType {
private Map otherAttributes = new HashMap();
/**
- * Gets the value of the repositoryID property.
+ * Gets the value of the repositoryId property.
*
* @return
* possible object is
* {@link String }
*
*/
- public String getRepositoryID() {
- return repositoryID;
+ public String getRepositoryId() {
+ return repositoryId;
}
/**
- * Sets the value of the repositoryID property.
+ * Sets the value of the repositoryId property.
*
* @param value
* allowed object is
* {@link String }
*
*/
- public void setRepositoryID(String value) {
- this.repositoryID = value;
+ public void setRepositoryId(String value) {
+ this.repositoryId = value;
}
/**
@@ -150,8 +150,8 @@ public class CmisRepositoryEntryType {
*
*
* Objects of the following type(s) are allowed in the list
- * {@link Element }
* {@link Object }
+ * {@link Element }
*
*
*/
diff --git a/source/generated/org/alfresco/repo/cmis/ws/CmisRepositoryInfoType.java b/source/generated/org/alfresco/repo/cmis/ws/CmisRepositoryInfoType.java
index 6179045207..3275710026 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/CmisRepositoryInfoType.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/CmisRepositoryInfoType.java
@@ -33,12 +33,12 @@ import org.w3c.dom.Element;
* <element name="productName" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="productVersion" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="rootFolderId" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * <element name="capabilities" type="{http://www.cmis.org/2008/05}cmisRepositoryCapabilitiesType"/>
- * <element name="cmisVersionsSupported" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * <element name="repositorySpecificInformation" type="{http://www.cmis.org/2008/05}cmisAnyXml" minOccurs="0"/>
+ * <element name="capabilities" type="{http://docs.oasis-open.org/ns/cmis/core/200901}cmisRepositoryCapabilitiesType"/>
+ * <element name="cmisVersionSupported" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ * <element name="repositorySpecificInformation" type="{http://docs.oasis-open.org/ns/cmis/core/200901}cmisAnyXml" minOccurs="0"/>
* <any/>
* </sequence>
- * <attGroup ref="{http://www.cmis.org/2008/05}cmisUndefinedAttribute"/>
+ * <attGroup ref="{http://docs.oasis-open.org/ns/cmis/core/200901}cmisUndefinedAttribute"/>
* </restriction>
* </complexContent>
* </complexType>
@@ -47,7 +47,7 @@ import org.w3c.dom.Element;
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "cmisRepositoryInfoType", propOrder = {
+@XmlType(name = "cmisRepositoryInfoType", namespace = "http://docs.oasis-open.org/ns/cmis/core/200901", propOrder = {
"repositoryId",
"repositoryName",
"repositoryRelationship",
@@ -57,7 +57,7 @@ import org.w3c.dom.Element;
"productVersion",
"rootFolderId",
"capabilities",
- "cmisVersionsSupported",
+ "cmisVersionSupported",
"repositorySpecificInformation",
"any"
})
@@ -82,7 +82,7 @@ public class CmisRepositoryInfoType {
@XmlElement(required = true)
protected CmisRepositoryCapabilitiesType capabilities;
@XmlElement(required = true)
- protected String cmisVersionsSupported;
+ protected String cmisVersionSupported;
protected CmisAnyXml repositorySpecificInformation;
@XmlAnyElement(lax = true)
protected List any;
@@ -306,27 +306,27 @@ public class CmisRepositoryInfoType {
}
/**
- * Gets the value of the cmisVersionsSupported property.
+ * Gets the value of the cmisVersionSupported property.
*
* @return
* possible object is
* {@link String }
*
*/
- public String getCmisVersionsSupported() {
- return cmisVersionsSupported;
+ public String getCmisVersionSupported() {
+ return cmisVersionSupported;
}
/**
- * Sets the value of the cmisVersionsSupported property.
+ * Sets the value of the cmisVersionSupported property.
*
* @param value
* allowed object is
* {@link String }
*
*/
- public void setCmisVersionsSupported(String value) {
- this.cmisVersionsSupported = value;
+ public void setCmisVersionSupported(String value) {
+ this.cmisVersionSupported = value;
}
/**
@@ -371,8 +371,8 @@ public class CmisRepositoryInfoType {
*
*
* Objects of the following type(s) are allowed in the list
- * {@link Element }
* {@link Object }
+ * {@link Element }
*
*
*/
diff --git a/source/generated/org/alfresco/repo/cmis/ws/CmisTypeDefinitionType.java b/source/generated/org/alfresco/repo/cmis/ws/CmisTypeDefinitionType.java
index 3664a70019..ddff71c6f8 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/CmisTypeDefinitionType.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/CmisTypeDefinitionType.java
@@ -30,9 +30,9 @@ import org.w3c.dom.Element;
* <element name="typeId" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="queryName" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="displayName" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * <element name="baseType" type="{http://www.cmis.org/2008/05}enumObjectType"/>
+ * <element name="baseType" type="{http://docs.oasis-open.org/ns/cmis/core/200901}enumBaseObjectType"/>
* <element name="baseTypeQueryName" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * <element name="parentId" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
+ * <element name="parentId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="creatable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
* <element name="fileable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
@@ -40,19 +40,19 @@ import org.w3c.dom.Element;
* <element name="controllable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
* <element name="includedInSupertypeQuery" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
* <choice maxOccurs="unbounded" minOccurs="0">
- * <element ref="{http://www.cmis.org/2008/05}propertyBooleanDefinition"/>
- * <element ref="{http://www.cmis.org/2008/05}propertyDateTimeDefinition"/>
- * <element ref="{http://www.cmis.org/2008/05}propertyDecimalDefinition"/>
- * <element ref="{http://www.cmis.org/2008/05}propertyHtmlDefinition"/>
- * <element ref="{http://www.cmis.org/2008/05}propertyIdDefinition"/>
- * <element ref="{http://www.cmis.org/2008/05}propertyIntegerDefinition"/>
- * <element ref="{http://www.cmis.org/2008/05}propertyStringDefinition"/>
- * <element ref="{http://www.cmis.org/2008/05}propertyUriDefinition"/>
- * <element ref="{http://www.cmis.org/2008/05}propertyXmlDefinition"/>
+ * <element ref="{http://docs.oasis-open.org/ns/cmis/core/200901}propertyBooleanDefinition"/>
+ * <element ref="{http://docs.oasis-open.org/ns/cmis/core/200901}propertyDateTimeDefinition"/>
+ * <element ref="{http://docs.oasis-open.org/ns/cmis/core/200901}propertyDecimalDefinition"/>
+ * <element ref="{http://docs.oasis-open.org/ns/cmis/core/200901}propertyHtmlDefinition"/>
+ * <element ref="{http://docs.oasis-open.org/ns/cmis/core/200901}propertyIdDefinition"/>
+ * <element ref="{http://docs.oasis-open.org/ns/cmis/core/200901}propertyIntegerDefinition"/>
+ * <element ref="{http://docs.oasis-open.org/ns/cmis/core/200901}propertyStringDefinition"/>
+ * <element ref="{http://docs.oasis-open.org/ns/cmis/core/200901}propertyUriDefinition"/>
+ * <element ref="{http://docs.oasis-open.org/ns/cmis/core/200901}propertyXmlDefinition"/>
* </choice>
* <any/>
* </sequence>
- * <attGroup ref="{http://www.cmis.org/2008/05}cmisUndefinedAttribute"/>
+ * <attGroup ref="{http://docs.oasis-open.org/ns/cmis/core/200901}cmisUndefinedAttribute"/>
* </restriction>
* </complexContent>
* </complexType>
@@ -61,7 +61,7 @@ import org.w3c.dom.Element;
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "cmisTypeDefinitionType", propOrder = {
+@XmlType(name = "cmisTypeDefinitionType", namespace = "http://docs.oasis-open.org/ns/cmis/core/200901", propOrder = {
"typeId",
"queryName",
"displayName",
@@ -78,9 +78,9 @@ import org.w3c.dom.Element;
"any"
})
@XmlSeeAlso({
- CmisTypeFolderDefinitionType.class,
- CmisTypeRelationshipDefinitionType.class,
CmisTypeDocumentDefinitionType.class,
+ CmisTypeRelationshipDefinitionType.class,
+ CmisTypeFolderDefinitionType.class,
CmisTypePolicyDefinitionType.class
})
public class CmisTypeDefinitionType {
@@ -92,10 +92,10 @@ public class CmisTypeDefinitionType {
@XmlElement(required = true)
protected String displayName;
@XmlElement(required = true)
- protected EnumObjectType baseType;
+ protected EnumBaseObjectType baseType;
@XmlElement(required = true)
protected String baseTypeQueryName;
- protected Object parentId;
+ protected String parentId;
protected String description;
protected boolean creatable;
protected boolean fileable;
@@ -104,15 +104,15 @@ public class CmisTypeDefinitionType {
@XmlElement(defaultValue = "true")
protected boolean includedInSupertypeQuery;
@XmlElements({
- @XmlElement(name = "propertyHtmlDefinition", type = CmisPropertyHtmlDefinitionType.class),
- @XmlElement(name = "propertyIdDefinition", type = CmisPropertyIdDefinitionType.class),
- @XmlElement(name = "propertyIntegerDefinition", type = CmisPropertyIntegerDefinitionType.class),
- @XmlElement(name = "propertyDateTimeDefinition", type = CmisPropertyDateTimeDefinitionType.class),
- @XmlElement(name = "propertyDecimalDefinition", type = CmisPropertyDecimalDefinitionType.class),
- @XmlElement(name = "propertyUriDefinition", type = CmisPropertyUriDefinitionType.class),
- @XmlElement(name = "propertyStringDefinition", type = CmisPropertyStringDefinitionType.class),
@XmlElement(name = "propertyXmlDefinition", type = CmisPropertyXmlDefinitionType.class),
- @XmlElement(name = "propertyBooleanDefinition", type = CmisPropertyBooleanDefinitionType.class)
+ @XmlElement(name = "propertyStringDefinition", type = CmisPropertyStringDefinitionType.class),
+ @XmlElement(name = "propertyIdDefinition", type = CmisPropertyIdDefinitionType.class),
+ @XmlElement(name = "propertyBooleanDefinition", type = CmisPropertyBooleanDefinitionType.class),
+ @XmlElement(name = "propertyDecimalDefinition", type = CmisPropertyDecimalDefinitionType.class),
+ @XmlElement(name = "propertyIntegerDefinition", type = CmisPropertyIntegerDefinitionType.class),
+ @XmlElement(name = "propertyHtmlDefinition", type = CmisPropertyHtmlDefinitionType.class),
+ @XmlElement(name = "propertyDateTimeDefinition", type = CmisPropertyDateTimeDefinitionType.class),
+ @XmlElement(name = "propertyUriDefinition", type = CmisPropertyUriDefinitionType.class)
})
protected List propertyDefinition;
@XmlAnyElement(lax = true)
@@ -197,10 +197,10 @@ public class CmisTypeDefinitionType {
*
* @return
* possible object is
- * {@link EnumObjectType }
+ * {@link EnumBaseObjectType }
*
*/
- public EnumObjectType getBaseType() {
+ public EnumBaseObjectType getBaseType() {
return baseType;
}
@@ -209,10 +209,10 @@ public class CmisTypeDefinitionType {
*
* @param value
* allowed object is
- * {@link EnumObjectType }
+ * {@link EnumBaseObjectType }
*
*/
- public void setBaseType(EnumObjectType value) {
+ public void setBaseType(EnumBaseObjectType value) {
this.baseType = value;
}
@@ -245,10 +245,10 @@ public class CmisTypeDefinitionType {
*
* @return
* possible object is
- * {@link Object }
+ * {@link String }
*
*/
- public Object getParentId() {
+ public String getParentId() {
return parentId;
}
@@ -257,10 +257,10 @@ public class CmisTypeDefinitionType {
*
* @param value
* allowed object is
- * {@link Object }
+ * {@link String }
*
*/
- public void setParentId(Object value) {
+ public void setParentId(String value) {
this.parentId = value;
}
@@ -386,15 +386,15 @@ public class CmisTypeDefinitionType {
*
*
* Objects of the following type(s) are allowed in the list
- * {@link CmisPropertyHtmlDefinitionType }
- * {@link CmisPropertyIdDefinitionType }
- * {@link CmisPropertyIntegerDefinitionType }
- * {@link CmisPropertyDateTimeDefinitionType }
- * {@link CmisPropertyDecimalDefinitionType }
- * {@link CmisPropertyUriDefinitionType }
- * {@link CmisPropertyStringDefinitionType }
* {@link CmisPropertyXmlDefinitionType }
+ * {@link CmisPropertyStringDefinitionType }
+ * {@link CmisPropertyIdDefinitionType }
* {@link CmisPropertyBooleanDefinitionType }
+ * {@link CmisPropertyDecimalDefinitionType }
+ * {@link CmisPropertyIntegerDefinitionType }
+ * {@link CmisPropertyHtmlDefinitionType }
+ * {@link CmisPropertyDateTimeDefinitionType }
+ * {@link CmisPropertyUriDefinitionType }
*
*
*/
@@ -423,8 +423,8 @@ public class CmisTypeDefinitionType {
*
*
* Objects of the following type(s) are allowed in the list
- * {@link Element }
* {@link Object }
+ * {@link Element }
*
*
*/
diff --git a/source/generated/org/alfresco/repo/cmis/ws/CmisTypeDocumentDefinitionType.java b/source/generated/org/alfresco/repo/cmis/ws/CmisTypeDocumentDefinitionType.java
index 4749b16dbd..42ab8d3564 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/CmisTypeDocumentDefinitionType.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/CmisTypeDocumentDefinitionType.java
@@ -15,10 +15,10 @@ import javax.xml.bind.annotation.XmlType;
*
* <complexType name="cmisTypeDocumentDefinitionType">
* <complexContent>
- * <extension base="{http://www.cmis.org/2008/05}cmisTypeDefinitionType">
+ * <extension base="{http://docs.oasis-open.org/ns/cmis/core/200901}cmisTypeDefinitionType">
* <sequence>
* <element name="versionable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
- * <element name="contentStreamAllowed" type="{http://www.cmis.org/2008/05}enumContentStreamAllowed"/>
+ * <element name="contentStreamAllowed" type="{http://docs.oasis-open.org/ns/cmis/core/200901}enumContentStreamAllowed"/>
* </sequence>
* </extension>
* </complexContent>
@@ -28,7 +28,7 @@ import javax.xml.bind.annotation.XmlType;
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "cmisTypeDocumentDefinitionType", propOrder = {
+@XmlType(name = "cmisTypeDocumentDefinitionType", namespace = "http://docs.oasis-open.org/ns/cmis/core/200901", propOrder = {
"versionable",
"contentStreamAllowed"
})
diff --git a/source/generated/org/alfresco/repo/cmis/ws/CmisTypeFolderDefinitionType.java b/source/generated/org/alfresco/repo/cmis/ws/CmisTypeFolderDefinitionType.java
index 92a24ecc5b..2b73169d79 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/CmisTypeFolderDefinitionType.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/CmisTypeFolderDefinitionType.java
@@ -14,7 +14,7 @@ import javax.xml.bind.annotation.XmlType;
*
* <complexType name="cmisTypeFolderDefinitionType">
* <complexContent>
- * <extension base="{http://www.cmis.org/2008/05}cmisTypeDefinitionType">
+ * <extension base="{http://docs.oasis-open.org/ns/cmis/core/200901}cmisTypeDefinitionType">
* <sequence>
* </sequence>
* </extension>
@@ -25,7 +25,7 @@ import javax.xml.bind.annotation.XmlType;
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "cmisTypeFolderDefinitionType")
+@XmlType(name = "cmisTypeFolderDefinitionType", namespace = "http://docs.oasis-open.org/ns/cmis/core/200901")
public class CmisTypeFolderDefinitionType
extends CmisTypeDefinitionType
{
diff --git a/source/generated/org/alfresco/repo/cmis/ws/CmisTypePolicyDefinitionType.java b/source/generated/org/alfresco/repo/cmis/ws/CmisTypePolicyDefinitionType.java
index f45e970383..b89ec089f9 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/CmisTypePolicyDefinitionType.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/CmisTypePolicyDefinitionType.java
@@ -14,7 +14,7 @@ import javax.xml.bind.annotation.XmlType;
*
* <complexType name="cmisTypePolicyDefinitionType">
* <complexContent>
- * <extension base="{http://www.cmis.org/2008/05}cmisTypeDefinitionType">
+ * <extension base="{http://docs.oasis-open.org/ns/cmis/core/200901}cmisTypeDefinitionType">
* <sequence>
* </sequence>
* </extension>
@@ -25,7 +25,7 @@ import javax.xml.bind.annotation.XmlType;
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "cmisTypePolicyDefinitionType")
+@XmlType(name = "cmisTypePolicyDefinitionType", namespace = "http://docs.oasis-open.org/ns/cmis/core/200901")
public class CmisTypePolicyDefinitionType
extends CmisTypeDefinitionType
{
diff --git a/source/generated/org/alfresco/repo/cmis/ws/CmisTypeRelationshipDefinitionType.java b/source/generated/org/alfresco/repo/cmis/ws/CmisTypeRelationshipDefinitionType.java
index aaa1ac38f4..e4e15ee34a 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/CmisTypeRelationshipDefinitionType.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/CmisTypeRelationshipDefinitionType.java
@@ -16,7 +16,7 @@ import javax.xml.bind.annotation.XmlType;
*
* <complexType name="cmisTypeRelationshipDefinitionType">
* <complexContent>
- * <extension base="{http://www.cmis.org/2008/05}cmisTypeDefinitionType">
+ * <extension base="{http://docs.oasis-open.org/ns/cmis/core/200901}cmisTypeDefinitionType">
* <sequence>
* <element name="allowedSourceTypes" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
* <element name="allowedTargetTypes" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
@@ -29,7 +29,7 @@ import javax.xml.bind.annotation.XmlType;
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "cmisTypeRelationshipDefinitionType", propOrder = {
+@XmlType(name = "cmisTypeRelationshipDefinitionType", namespace = "http://docs.oasis-open.org/ns/cmis/core/200901", propOrder = {
"allowedSourceTypes",
"allowedTargetTypes"
})
diff --git a/source/generated/org/alfresco/repo/cmis/ws/ConstraintViolationException.java b/source/generated/org/alfresco/repo/cmis/ws/ConstraintViolationException.java
deleted file mode 100644
index e463b4a0cb..0000000000
--- a/source/generated/org/alfresco/repo/cmis/ws/ConstraintViolationException.java
+++ /dev/null
@@ -1,45 +0,0 @@
-
-package org.alfresco.repo.cmis.ws;
-
-import javax.xml.ws.WebFault;
-
-
-/**
- * This class was generated by Apache CXF 2.1.2
- * Fri Sep 05 13:45:08 EEST 2008
- * Generated source version: 2.1.2
- *
- */
-
-@WebFault(name = "constraintViolationException", targetNamespace = "http://www.cmis.org/2008/05")
-public class ConstraintViolationException extends Exception {
- public static final long serialVersionUID = 20080905134508L;
-
- private org.alfresco.repo.cmis.ws.ConstraintViolationExceptionType constraintViolationException;
-
- public ConstraintViolationException() {
- super();
- }
-
- public ConstraintViolationException(String message) {
- super(message);
- }
-
- public ConstraintViolationException(String message, Throwable cause) {
- super(message, cause);
- }
-
- public ConstraintViolationException(String message, org.alfresco.repo.cmis.ws.ConstraintViolationExceptionType constraintViolationException) {
- super(message);
- this.constraintViolationException = constraintViolationException;
- }
-
- public ConstraintViolationException(String message, org.alfresco.repo.cmis.ws.ConstraintViolationExceptionType constraintViolationException, Throwable cause) {
- super(message, cause);
- this.constraintViolationException = constraintViolationException;
- }
-
- public org.alfresco.repo.cmis.ws.ConstraintViolationExceptionType getFaultInfo() {
- return this.constraintViolationException;
- }
-}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/ConstraintViolationExceptionType.java b/source/generated/org/alfresco/repo/cmis/ws/ConstraintViolationExceptionType.java
deleted file mode 100755
index e69c375f20..0000000000
--- a/source/generated/org/alfresco/repo/cmis/ws/ConstraintViolationExceptionType.java
+++ /dev/null
@@ -1,32 +0,0 @@
-
-package org.alfresco.repo.cmis.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Java class for constraintViolationExceptionType complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="constraintViolationExceptionType">
- * <complexContent>
- * <extension base="{http://www.cmis.org/2008/05}cmisFaultType">
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "constraintViolationExceptionType")
-public class ConstraintViolationExceptionType
- extends CmisFaultType
-{
-
-
-}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/ContentAlreadyExistsException.java b/source/generated/org/alfresco/repo/cmis/ws/ContentAlreadyExistsException.java
deleted file mode 100755
index 8caad2573d..0000000000
--- a/source/generated/org/alfresco/repo/cmis/ws/ContentAlreadyExistsException.java
+++ /dev/null
@@ -1,45 +0,0 @@
-
-package org.alfresco.repo.cmis.ws;
-
-import javax.xml.ws.WebFault;
-
-
-/**
- * This class was generated by Apache CXF 2.1.2
- * Fri Sep 05 13:44:38 EEST 2008
- * Generated source version: 2.1.2
- *
- */
-
-@WebFault(name = "contentAlreadyExistsException", targetNamespace = "http://www.cmis.org/2008/05")
-public class ContentAlreadyExistsException extends Exception {
- public static final long serialVersionUID = 20080905134438L;
-
- private org.alfresco.repo.cmis.ws.ContentAlreadyExistsExceptionType contentAlreadyExistsException;
-
- public ContentAlreadyExistsException() {
- super();
- }
-
- public ContentAlreadyExistsException(String message) {
- super(message);
- }
-
- public ContentAlreadyExistsException(String message, Throwable cause) {
- super(message, cause);
- }
-
- public ContentAlreadyExistsException(String message, org.alfresco.repo.cmis.ws.ContentAlreadyExistsExceptionType contentAlreadyExistsException) {
- super(message);
- this.contentAlreadyExistsException = contentAlreadyExistsException;
- }
-
- public ContentAlreadyExistsException(String message, org.alfresco.repo.cmis.ws.ContentAlreadyExistsExceptionType contentAlreadyExistsException, Throwable cause) {
- super(message, cause);
- this.contentAlreadyExistsException = contentAlreadyExistsException;
- }
-
- public org.alfresco.repo.cmis.ws.ContentAlreadyExistsExceptionType getFaultInfo() {
- return this.contentAlreadyExistsException;
- }
-}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/ContentAlreadyExistsExceptionType.java b/source/generated/org/alfresco/repo/cmis/ws/ContentAlreadyExistsExceptionType.java
deleted file mode 100755
index 239882ae3f..0000000000
--- a/source/generated/org/alfresco/repo/cmis/ws/ContentAlreadyExistsExceptionType.java
+++ /dev/null
@@ -1,32 +0,0 @@
-
-package org.alfresco.repo.cmis.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Java class for contentAlreadyExistsExceptionType complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="contentAlreadyExistsExceptionType">
- * <complexContent>
- * <extension base="{http://www.cmis.org/2008/05}cmisFaultType">
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "contentAlreadyExistsExceptionType")
-public class ContentAlreadyExistsExceptionType
- extends CmisFaultType
-{
-
-
-}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/CreateDocument.java b/source/generated/org/alfresco/repo/cmis/ws/CreateDocument.java
index 93915c838d..192391195a 100644
--- a/source/generated/org/alfresco/repo/cmis/ws/CreateDocument.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/CreateDocument.java
@@ -22,10 +22,10 @@ import javax.xml.bind.annotation.XmlType;
* <sequence>
* <element name="repositoryId" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="typeId" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * <element name="properties" type="{http://www.cmis.org/2008/05}cmisPropertiesType"/>
+ * <element name="properties" type="{http://docs.oasis-open.org/ns/cmis/core/200901}cmisPropertiesType"/>
* <element name="folderId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="contentStream" type="{http://www.cmis.org/2008/05}cmisContentStreamType" minOccurs="0"/>
- * <element name="versioningState" type="{http://www.cmis.org/2008/05}enumVersioningState" minOccurs="0"/>
+ * <element name="contentStream" type="{http://docs.oasis-open.org/ns/cmis/core/200901}cmisContentStreamType" minOccurs="0"/>
+ * <element name="versioningState" type="{http://docs.oasis-open.org/ns/cmis/core/200901}enumVersioningState" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
@@ -53,9 +53,9 @@ public class CreateDocument {
@XmlElement(required = true)
protected CmisPropertiesType properties;
protected String folderId;
- @XmlElementRef(name = "contentStream", namespace = "http://www.cmis.org/2008/05", type = JAXBElement.class)
+ @XmlElementRef(name = "contentStream", namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", type = JAXBElement.class)
protected JAXBElement contentStream;
- @XmlElementRef(name = "versioningState", namespace = "http://www.cmis.org/2008/05", type = JAXBElement.class)
+ @XmlElementRef(name = "versioningState", namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", type = JAXBElement.class)
protected JAXBElement versioningState;
/**
diff --git a/source/generated/org/alfresco/repo/cmis/ws/CreateFolder.java b/source/generated/org/alfresco/repo/cmis/ws/CreateFolder.java
index d6974690b0..627fbdd06b 100644
--- a/source/generated/org/alfresco/repo/cmis/ws/CreateFolder.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/CreateFolder.java
@@ -20,7 +20,7 @@ import javax.xml.bind.annotation.XmlType;
* <sequence>
* <element name="repositoryId" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="typeId" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * <element name="properties" type="{http://www.cmis.org/2008/05}cmisPropertiesType"/>
+ * <element name="properties" type="{http://docs.oasis-open.org/ns/cmis/core/200901}cmisPropertiesType"/>
* <element name="folderId" type="{http://www.w3.org/2001/XMLSchema}string"/>
* </sequence>
* </restriction>
diff --git a/source/generated/org/alfresco/repo/cmis/ws/CreatePolicy.java b/source/generated/org/alfresco/repo/cmis/ws/CreatePolicy.java
index f5cfce22e1..60400cce04 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/CreatePolicy.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/CreatePolicy.java
@@ -22,7 +22,7 @@ import javax.xml.bind.annotation.XmlType;
* <sequence>
* <element name="repositoryId" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="typeId" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * <element name="properties" type="{http://www.cmis.org/2008/05}cmisPropertiesType"/>
+ * <element name="properties" type="{http://docs.oasis-open.org/ns/cmis/core/200901}cmisPropertiesType"/>
* <element name="folderId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* </sequence>
* </restriction>
@@ -48,7 +48,7 @@ public class CreatePolicy {
protected String typeId;
@XmlElement(required = true)
protected CmisPropertiesType properties;
- @XmlElementRef(name = "folderId", namespace = "http://www.cmis.org/2008/05", type = JAXBElement.class)
+ @XmlElementRef(name = "folderId", namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", type = JAXBElement.class)
protected JAXBElement folderId;
/**
diff --git a/source/generated/org/alfresco/repo/cmis/ws/CreateRelationship.java b/source/generated/org/alfresco/repo/cmis/ws/CreateRelationship.java
index 52f0597337..6aec6816da 100644
--- a/source/generated/org/alfresco/repo/cmis/ws/CreateRelationship.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/CreateRelationship.java
@@ -20,7 +20,7 @@ import javax.xml.bind.annotation.XmlType;
* <sequence>
* <element name="repositoryId" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="typeId" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * <element name="properties" type="{http://www.cmis.org/2008/05}cmisPropertiesType"/>
+ * <element name="properties" type="{http://docs.oasis-open.org/ns/cmis/core/200901}cmisPropertiesType"/>
* <element name="sourceObjectId" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="targetObjectId" type="{http://www.w3.org/2001/XMLSchema}string"/>
* </sequence>
diff --git a/source/generated/org/alfresco/repo/cmis/ws/DeleteTree.java b/source/generated/org/alfresco/repo/cmis/ws/DeleteTree.java
index 07fb677168..1876695115 100644
--- a/source/generated/org/alfresco/repo/cmis/ws/DeleteTree.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/DeleteTree.java
@@ -22,7 +22,7 @@ import javax.xml.bind.annotation.XmlType;
* <sequence>
* <element name="repositoryId" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="folderId" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * <element name="unfileNonfolderObjects" type="{http://www.cmis.org/2008/05}enumUnfileNonfolderObjects"/>
+ * <element name="unfileNonfolderObjects" type="{http://docs.oasis-open.org/ns/cmis/core/200901}enumUnfileNonfolderObjects"/>
* <element name="continueOnFailure" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
* </sequence>
* </restriction>
@@ -48,7 +48,7 @@ public class DeleteTree {
protected String folderId;
@XmlElement(required = true)
protected EnumUnfileNonfolderObjects unfileNonfolderObjects;
- @XmlElementRef(name = "continueOnFailure", namespace = "http://www.cmis.org/2008/05", type = JAXBElement.class)
+ @XmlElementRef(name = "continueOnFailure", namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", type = JAXBElement.class)
protected JAXBElement continueOnFailure;
/**
diff --git a/source/generated/org/alfresco/repo/cmis/ws/DiscoveryService.java b/source/generated/org/alfresco/repo/cmis/ws/DiscoveryService.java
index 349db7da86..f50abe979b 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/DiscoveryService.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/DiscoveryService.java
@@ -15,26 +15,26 @@ import javax.xml.ws.WebServiceFeature;
/**
* This class was generated by Apache CXF 2.1.2
- * Fri Sep 05 13:44:51 EEST 2008
+ * Mon Apr 27 21:08:02 EEST 2009
* Generated source version: 2.1.2
*
*/
@WebServiceClient(name = "DiscoveryService",
- wsdlLocation = "file:/D:/work/CMIS-WS/CMIS-WS/web/wsdl/cmis/DiscoveryService.wsdl",
- targetNamespace = "http://www.cmis.org/2008/05")
+ wsdlLocation = "file:/D:/work/alfresco-cmis/WS-Binding-061c-t2/source/wsdl/CMISWS-Service.wsdl",
+ targetNamespace = "http://docs.oasis-open.org/ns/cmis/ws/200901")
public class DiscoveryService extends Service {
public final static URL WSDL_LOCATION;
- public final static QName SERVICE = new QName("http://www.cmis.org/2008/05", "DiscoveryService");
- public final static QName DiscoveryServicePort = new QName("http://www.cmis.org/2008/05", "DiscoveryServicePort");
+ public final static QName SERVICE = new QName("http://docs.oasis-open.org/ns/cmis/ws/200901", "DiscoveryService");
+ public final static QName DiscoveryServicePort = new QName("http://docs.oasis-open.org/ns/cmis/ws/200901", "DiscoveryServicePort");
static {
URL url = null;
try {
- url = new URL("file:/D:/work/CMIS-WS/CMIS-WS/web/wsdl/cmis/DiscoveryService.wsdl");
+ url = new URL("file:/D:/work/alfresco-cmis/WS-Binding-061c-t2/source/wsdl/CMISWS-Service.wsdl");
} catch (MalformedURLException e) {
- System.err.println("Can not initialize the default wsdl from file:/D:/work/CMIS-WS/CMIS-WS/web/wsdl/cmis/DiscoveryService.wsdl");
+ System.err.println("Can not initialize the default wsdl from file:/D:/work/alfresco-cmis/WS-Binding-061c-t2/source/wsdl/CMISWS-Service.wsdl");
// e.printStackTrace();
}
WSDL_LOCATION = url;
diff --git a/source/generated/org/alfresco/repo/cmis/ws/DiscoveryServicePort.java b/source/generated/org/alfresco/repo/cmis/ws/DiscoveryServicePort.java
index 8d1567fa9e..4b94453a52 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/DiscoveryServicePort.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/DiscoveryServicePort.java
@@ -2,28 +2,51 @@ package org.alfresco.repo.cmis.ws;
import javax.jws.WebMethod;
import javax.jws.WebParam;
+import javax.jws.WebParam.Mode;
import javax.jws.WebResult;
import javax.jws.WebService;
import javax.jws.soap.SOAPBinding;
import javax.jws.soap.SOAPBinding.ParameterStyle;
import javax.xml.bind.annotation.XmlSeeAlso;
+import javax.xml.ws.RequestWrapper;
+import javax.xml.ws.ResponseWrapper;
/**
* This class was generated by Apache CXF 2.1.2
- * Fri Sep 05 13:44:51 EEST 2008
+ * Mon Apr 27 21:08:02 EEST 2009
* Generated source version: 2.1.2
*
*/
-@WebService(targetNamespace = "http://www.cmis.org/2008/05", name = "DiscoveryServicePort")
+@WebService(targetNamespace = "http://docs.oasis-open.org/ns/cmis/ws/200901", name = "DiscoveryServicePort")
@XmlSeeAlso({ObjectFactory.class})
-@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
public interface DiscoveryServicePort {
- @WebResult(name = "queryResponse", targetNamespace = "http://www.cmis.org/2008/05", partName = "parameters")
+ @SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
+ @WebResult(name = "queryResponse", targetNamespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", partName = "parameters")
@WebMethod
public QueryResponse query(
- @WebParam(partName = "parameters", name = "query", targetNamespace = "http://www.cmis.org/2008/05")
+ @WebParam(partName = "parameters", name = "query", targetNamespace = "http://docs.oasis-open.org/ns/cmis/core/200901")
CmisQueryType parameters
- ) throws PermissionDeniedException, UpdateConflictException, OperationNotSupportedException, InvalidArgumentException, RuntimeException, ConstraintViolationException;
+ ) throws CmisException;
+
+ @RequestWrapper(localName = "getContentChanges", targetNamespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", className = "org.alfresco.repo.cmis.ws.GetContentChanges")
+ @ResponseWrapper(localName = "getContentChangesResponse", targetNamespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", className = "org.alfresco.repo.cmis.ws.GetContentChangesResponse")
+ @WebMethod
+ public void getContentChanges(
+ @WebParam(name = "repositoryId", targetNamespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901")
+ java.lang.String repositoryId,
+ @WebParam(mode = WebParam.Mode.INOUT, name = "changeToken", targetNamespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901")
+ javax.xml.ws.Holder changeToken,
+ @WebParam(name = "maxItems", targetNamespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901")
+ java.math.BigInteger maxItems,
+ @WebParam(name = "includeACL", targetNamespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901")
+ java.lang.Boolean includeACL,
+ @WebParam(name = "includeProperties", targetNamespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901")
+ java.lang.Boolean includeProperties,
+ @WebParam(name = "filter", targetNamespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901")
+ java.lang.String filter,
+ @WebParam(mode = WebParam.Mode.OUT, name = "changedObject", targetNamespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901")
+ javax.xml.ws.Holder> changedObject
+ ) throws CmisException;
}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/EnumBaseObjectType.java b/source/generated/org/alfresco/repo/cmis/ws/EnumBaseObjectType.java
new file mode 100755
index 0000000000..b30b1b8de5
--- /dev/null
+++ b/source/generated/org/alfresco/repo/cmis/ws/EnumBaseObjectType.java
@@ -0,0 +1,57 @@
+
+package org.alfresco.repo.cmis.ws;
+
+import javax.xml.bind.annotation.XmlEnum;
+import javax.xml.bind.annotation.XmlEnumValue;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * Java class for enumBaseObjectType.
+ *
+ *
The following schema fragment specifies the expected content contained within this class.
+ *
+ *
+ * <simpleType name="enumBaseObjectType">
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}string">
+ * <enumeration value="document"/>
+ * <enumeration value="folder"/>
+ * <enumeration value="relationship"/>
+ * <enumeration value="policy"/>
+ * </restriction>
+ * </simpleType>
+ *
+ *
+ */
+@XmlType(name = "enumBaseObjectType", namespace = "http://docs.oasis-open.org/ns/cmis/core/200901")
+@XmlEnum
+public enum EnumBaseObjectType {
+
+ @XmlEnumValue("document")
+ DOCUMENT("document"),
+ @XmlEnumValue("folder")
+ FOLDER("folder"),
+ @XmlEnumValue("relationship")
+ RELATIONSHIP("relationship"),
+ @XmlEnumValue("policy")
+ POLICY("policy");
+ private final String value;
+
+ EnumBaseObjectType(String v) {
+ value = v;
+ }
+
+ public String value() {
+ return value;
+ }
+
+ public static EnumBaseObjectType fromValue(String v) {
+ for (EnumBaseObjectType c: EnumBaseObjectType.values()) {
+ if (c.value.equals(v)) {
+ return c;
+ }
+ }
+ throw new IllegalArgumentException(v);
+ }
+
+}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/EnumBasicPrivileges.java b/source/generated/org/alfresco/repo/cmis/ws/EnumBasicPrivileges.java
new file mode 100755
index 0000000000..a91f3b1863
--- /dev/null
+++ b/source/generated/org/alfresco/repo/cmis/ws/EnumBasicPrivileges.java
@@ -0,0 +1,54 @@
+
+package org.alfresco.repo.cmis.ws;
+
+import javax.xml.bind.annotation.XmlEnum;
+import javax.xml.bind.annotation.XmlEnumValue;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * Java class for enumBasicPrivileges.
+ *
+ *
The following schema fragment specifies the expected content contained within this class.
+ *
+ *
+ * <simpleType name="enumBasicPrivileges">
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}string">
+ * <enumeration value="CMIS.BasicPermission.Read"/>
+ * <enumeration value="CMIS.BasicPermission.Write"/>
+ * <enumeration value="CMIS.BasicPermission.All"/>
+ * </restriction>
+ * </simpleType>
+ *
+ *
+ */
+@XmlType(name = "enumBasicPrivileges", namespace = "http://docs.oasis-open.org/ns/cmis/core/200901")
+@XmlEnum
+public enum EnumBasicPrivileges {
+
+ @XmlEnumValue("CMIS.BasicPermission.Read")
+ CMIS_BASIC_PERMISSION_READ("CMIS.BasicPermission.Read"),
+ @XmlEnumValue("CMIS.BasicPermission.Write")
+ CMIS_BASIC_PERMISSION_WRITE("CMIS.BasicPermission.Write"),
+ @XmlEnumValue("CMIS.BasicPermission.All")
+ CMIS_BASIC_PERMISSION_ALL("CMIS.BasicPermission.All");
+ private final String value;
+
+ EnumBasicPrivileges(String v) {
+ value = v;
+ }
+
+ public String value() {
+ return value;
+ }
+
+ public static EnumBasicPrivileges fromValue(String v) {
+ for (EnumBasicPrivileges c: EnumBasicPrivileges.values()) {
+ if (c.value.equals(v)) {
+ return c;
+ }
+ }
+ throw new IllegalArgumentException(v);
+ }
+
+}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/EnumCapabilityFullText.java b/source/generated/org/alfresco/repo/cmis/ws/EnumCapabilityACL.java
similarity index 53%
rename from source/generated/org/alfresco/repo/cmis/ws/EnumCapabilityFullText.java
rename to source/generated/org/alfresco/repo/cmis/ws/EnumCapabilityACL.java
index b1564f5936..319c0feed0 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/EnumCapabilityFullText.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/EnumCapabilityACL.java
@@ -7,34 +7,34 @@ import javax.xml.bind.annotation.XmlType;
/**
- * Java class for enumCapabilityFullText.
+ *
Java class for enumCapabilityACL.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
- * <simpleType name="enumCapabilityFullText">
+ * <simpleType name="enumCapabilityACL">
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <enumeration value="none"/>
- * <enumeration value="fulltextonly"/>
- * <enumeration value="fulltextandstructured"/>
+ * <enumeration value="read"/>
+ * <enumeration value="set"/>
* </restriction>
* </simpleType>
*
*
*/
-@XmlType(name = "enumCapabilityFullText")
+@XmlType(name = "enumCapabilityACL", namespace = "http://docs.oasis-open.org/ns/cmis/core/200901")
@XmlEnum
-public enum EnumCapabilityFullText {
+public enum EnumCapabilityACL {
@XmlEnumValue("none")
NONE("none"),
- @XmlEnumValue("fulltextonly")
- FULLTEXTONLY("fulltextonly"),
- @XmlEnumValue("fulltextandstructured")
- FULLTEXTANDSTRUCTURED("fulltextandstructured");
+ @XmlEnumValue("read")
+ READ("read"),
+ @XmlEnumValue("set")
+ SET("set");
private final String value;
- EnumCapabilityFullText(String v) {
+ EnumCapabilityACL(String v) {
value = v;
}
@@ -42,8 +42,8 @@ public enum EnumCapabilityFullText {
return value;
}
- public static EnumCapabilityFullText fromValue(String v) {
- for (EnumCapabilityFullText c: EnumCapabilityFullText.values()) {
+ public static EnumCapabilityACL fromValue(String v) {
+ for (EnumCapabilityACL c: EnumCapabilityACL.values()) {
if (c.value.equals(v)) {
return c;
}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/EnumCapabilityChanges.java b/source/generated/org/alfresco/repo/cmis/ws/EnumCapabilityChanges.java
new file mode 100755
index 0000000000..175e34151f
--- /dev/null
+++ b/source/generated/org/alfresco/repo/cmis/ws/EnumCapabilityChanges.java
@@ -0,0 +1,69 @@
+
+package org.alfresco.repo.cmis.ws;
+
+import javax.xml.bind.annotation.XmlEnum;
+import javax.xml.bind.annotation.XmlEnumValue;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * Java class for enumCapabilityChanges.
+ *
+ *
The following schema fragment specifies the expected content contained within this class.
+ *
+ *
+ * <simpleType name="enumCapabilityChanges">
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}string">
+ * <enumeration value="none"/>
+ * <enumeration value="includeACL"/>
+ * <enumeration value="includeProperties"/>
+ * <enumeration value="includeFolders"/>
+ * <enumeration value="includeDocuments"/>
+ * <enumeration value="includeRelationships"/>
+ * <enumeration value="includePolicies"/>
+ * <enumeration value="all"/>
+ * </restriction>
+ * </simpleType>
+ *
+ *
+ */
+@XmlType(name = "enumCapabilityChanges", namespace = "http://docs.oasis-open.org/ns/cmis/core/200901")
+@XmlEnum
+public enum EnumCapabilityChanges {
+
+ @XmlEnumValue("none")
+ NONE("none"),
+ @XmlEnumValue("includeACL")
+ INCLUDE_ACL("includeACL"),
+ @XmlEnumValue("includeProperties")
+ INCLUDE_PROPERTIES("includeProperties"),
+ @XmlEnumValue("includeFolders")
+ INCLUDE_FOLDERS("includeFolders"),
+ @XmlEnumValue("includeDocuments")
+ INCLUDE_DOCUMENTS("includeDocuments"),
+ @XmlEnumValue("includeRelationships")
+ INCLUDE_RELATIONSHIPS("includeRelationships"),
+ @XmlEnumValue("includePolicies")
+ INCLUDE_POLICIES("includePolicies"),
+ @XmlEnumValue("all")
+ ALL("all");
+ private final String value;
+
+ EnumCapabilityChanges(String v) {
+ value = v;
+ }
+
+ public String value() {
+ return value;
+ }
+
+ public static EnumCapabilityChanges fromValue(String v) {
+ for (EnumCapabilityChanges c: EnumCapabilityChanges.values()) {
+ if (c.value.equals(v)) {
+ return c;
+ }
+ }
+ throw new IllegalArgumentException(v);
+ }
+
+}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/EnumCapabilityJoin.java b/source/generated/org/alfresco/repo/cmis/ws/EnumCapabilityJoin.java
index e376d29812..60ea348691 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/EnumCapabilityJoin.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/EnumCapabilityJoin.java
@@ -14,7 +14,7 @@ import javax.xml.bind.annotation.XmlType;
*
* <simpleType name="enumCapabilityJoin">
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- * <enumeration value="nojoin"/>
+ * <enumeration value="none"/>
* <enumeration value="inneronly"/>
* <enumeration value="innerandouter"/>
* </restriction>
@@ -22,12 +22,12 @@ import javax.xml.bind.annotation.XmlType;
*
*
*/
-@XmlType(name = "enumCapabilityJoin")
+@XmlType(name = "enumCapabilityJoin", namespace = "http://docs.oasis-open.org/ns/cmis/core/200901")
@XmlEnum
public enum EnumCapabilityJoin {
- @XmlEnumValue("nojoin")
- NOJOIN("nojoin"),
+ @XmlEnumValue("none")
+ NONE("none"),
@XmlEnumValue("inneronly")
INNERONLY("inneronly"),
@XmlEnumValue("innerandouter")
diff --git a/source/generated/org/alfresco/repo/cmis/ws/EnumCapabilityQuery.java b/source/generated/org/alfresco/repo/cmis/ws/EnumCapabilityQuery.java
index d1c66688ca..a4e86cb2e7 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/EnumCapabilityQuery.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/EnumCapabilityQuery.java
@@ -17,13 +17,14 @@ import javax.xml.bind.annotation.XmlType;
* <enumeration value="none"/>
* <enumeration value="metadataonly"/>
* <enumeration value="fulltextonly"/>
- * <enumeration value="both"/>
+ * <enumeration value="bothseparate"/>
+ * <enumeration value="bothcombined"/>
* </restriction>
* </simpleType>
*
*
*/
-@XmlType(name = "enumCapabilityQuery")
+@XmlType(name = "enumCapabilityQuery", namespace = "http://docs.oasis-open.org/ns/cmis/core/200901")
@XmlEnum
public enum EnumCapabilityQuery {
@@ -33,8 +34,10 @@ public enum EnumCapabilityQuery {
METADATAONLY("metadataonly"),
@XmlEnumValue("fulltextonly")
FULLTEXTONLY("fulltextonly"),
- @XmlEnumValue("both")
- BOTH("both");
+ @XmlEnumValue("bothseparate")
+ BOTHSEPARATE("bothseparate"),
+ @XmlEnumValue("bothcombined")
+ BOTHCOMBINED("bothcombined");
private final String value;
EnumCapabilityQuery(String v) {
diff --git a/source/generated/org/alfresco/repo/cmis/ws/EnumCardinality.java b/source/generated/org/alfresco/repo/cmis/ws/EnumCardinality.java
index 11401b726e..c9b1f3d3f3 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/EnumCardinality.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/EnumCardinality.java
@@ -21,7 +21,7 @@ import javax.xml.bind.annotation.XmlType;
*
*
*/
-@XmlType(name = "enumCardinality")
+@XmlType(name = "enumCardinality", namespace = "http://docs.oasis-open.org/ns/cmis/core/200901")
@XmlEnum
public enum EnumCardinality {
diff --git a/source/generated/org/alfresco/repo/cmis/ws/EnumCollectionType.java b/source/generated/org/alfresco/repo/cmis/ws/EnumCollectionType.java
index 6cf4f82e3b..d45ed804bb 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/EnumCollectionType.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/EnumCollectionType.java
@@ -14,36 +14,39 @@ import javax.xml.bind.annotation.XmlType;
*
* <simpleType name="enumCollectionType">
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- * <enumeration value="root-children"/>
- * <enumeration value="root-descendants"/>
+ * <enumeration value="rootchildren"/>
+ * <enumeration value="rootdescendants"/>
* <enumeration value="unfiled"/>
* <enumeration value="checkedout"/>
- * <enumeration value="types-children"/>
- * <enumeration value="types-descendants"/>
+ * <enumeration value="typeschildren"/>
+ * <enumeration value="typesdescendants"/>
* <enumeration value="query"/>
+ * <enumeration value="changes"/>
* </restriction>
* </simpleType>
*
*
*/
-@XmlType(name = "enumCollectionType")
+@XmlType(name = "enumCollectionType", namespace = "http://docs.oasis-open.org/ns/cmis/core/200901")
@XmlEnum
public enum EnumCollectionType {
- @XmlEnumValue("root-children")
- ROOT_CHILDREN("root-children"),
- @XmlEnumValue("root-descendants")
- ROOT_DESCENDANTS("root-descendants"),
+ @XmlEnumValue("rootchildren")
+ ROOTCHILDREN("rootchildren"),
+ @XmlEnumValue("rootdescendants")
+ ROOTDESCENDANTS("rootdescendants"),
@XmlEnumValue("unfiled")
UNFILED("unfiled"),
@XmlEnumValue("checkedout")
CHECKEDOUT("checkedout"),
- @XmlEnumValue("types-children")
- TYPES_CHILDREN("types-children"),
- @XmlEnumValue("types-descendants")
- TYPES_DESCENDANTS("types-descendants"),
+ @XmlEnumValue("typeschildren")
+ TYPESCHILDREN("typeschildren"),
+ @XmlEnumValue("typesdescendants")
+ TYPESDESCENDANTS("typesdescendants"),
@XmlEnumValue("query")
- QUERY("query");
+ QUERY("query"),
+ @XmlEnumValue("changes")
+ CHANGES("changes");
private final String value;
EnumCollectionType(String v) {
diff --git a/source/generated/org/alfresco/repo/cmis/ws/EnumContentStreamAllowed.java b/source/generated/org/alfresco/repo/cmis/ws/EnumContentStreamAllowed.java
index 25c82fccc3..739a85d259 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/EnumContentStreamAllowed.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/EnumContentStreamAllowed.java
@@ -22,7 +22,7 @@ import javax.xml.bind.annotation.XmlType;
*
*
*/
-@XmlType(name = "enumContentStreamAllowed")
+@XmlType(name = "enumContentStreamAllowed", namespace = "http://docs.oasis-open.org/ns/cmis/core/200901")
@XmlEnum
public enum EnumContentStreamAllowed {
diff --git a/source/generated/org/alfresco/repo/cmis/ws/EnumIncludeRelationships.java b/source/generated/org/alfresco/repo/cmis/ws/EnumIncludeRelationships.java
index 45fbe4e55a..10aa84dfdc 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/EnumIncludeRelationships.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/EnumIncludeRelationships.java
@@ -23,7 +23,7 @@ import javax.xml.bind.annotation.XmlType;
*
*
*/
-@XmlType(name = "enumIncludeRelationships")
+@XmlType(name = "enumIncludeRelationships", namespace = "http://docs.oasis-open.org/ns/cmis/core/200901")
@XmlEnum
public enum EnumIncludeRelationships {
diff --git a/source/generated/org/alfresco/repo/cmis/ws/EnumObjectType.java b/source/generated/org/alfresco/repo/cmis/ws/EnumObjectType.java
index 64cd594cd7..8e96590ad7 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/EnumObjectType.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/EnumObjectType.java
@@ -23,7 +23,7 @@ import javax.xml.bind.annotation.XmlType;
*
*
*/
-@XmlType(name = "enumObjectType")
+@XmlType(name = "enumObjectType", namespace = "http://docs.oasis-open.org/ns/cmis/core/200901")
@XmlEnum
public enum EnumObjectType {
diff --git a/source/generated/org/alfresco/repo/cmis/ws/EnumPropertiesBase.java b/source/generated/org/alfresco/repo/cmis/ws/EnumPropertiesBase.java
index 5aef9d5265..a4d73868dd 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/EnumPropertiesBase.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/EnumPropertiesBase.java
@@ -17,17 +17,19 @@ import javax.xml.bind.annotation.XmlType;
* <enumeration value="ObjectId"/>
* <enumeration value="Uri"/>
* <enumeration value="ObjectTypeId"/>
+ * <enumeration value="BaseTypeId"/>
* <enumeration value="CreatedBy"/>
* <enumeration value="CreationDate"/>
* <enumeration value="LastModifiedBy"/>
* <enumeration value="LastModificationDate"/>
* <enumeration value="ChangeToken"/>
+ * <enumeration value="Name"/>
* </restriction>
* </simpleType>
*
*
*/
-@XmlType(name = "enumPropertiesBase")
+@XmlType(name = "enumPropertiesBase", namespace = "http://docs.oasis-open.org/ns/cmis/core/200901")
@XmlEnum
public enum EnumPropertiesBase {
@@ -37,6 +39,8 @@ public enum EnumPropertiesBase {
URI("Uri"),
@XmlEnumValue("ObjectTypeId")
OBJECT_TYPE_ID("ObjectTypeId"),
+ @XmlEnumValue("BaseTypeId")
+ BASE_TYPE_ID("BaseTypeId"),
@XmlEnumValue("CreatedBy")
CREATED_BY("CreatedBy"),
@XmlEnumValue("CreationDate")
@@ -46,7 +50,9 @@ public enum EnumPropertiesBase {
@XmlEnumValue("LastModificationDate")
LAST_MODIFICATION_DATE("LastModificationDate"),
@XmlEnumValue("ChangeToken")
- CHANGE_TOKEN("ChangeToken");
+ CHANGE_TOKEN("ChangeToken"),
+ @XmlEnumValue("Name")
+ NAME("Name");
private final String value;
EnumPropertiesBase(String v) {
diff --git a/source/generated/org/alfresco/repo/cmis/ws/EnumPropertiesDocument.java b/source/generated/org/alfresco/repo/cmis/ws/EnumPropertiesDocument.java
new file mode 100755
index 0000000000..8aff6969bd
--- /dev/null
+++ b/source/generated/org/alfresco/repo/cmis/ws/EnumPropertiesDocument.java
@@ -0,0 +1,120 @@
+
+package org.alfresco.repo.cmis.ws;
+
+import javax.xml.bind.annotation.XmlEnum;
+import javax.xml.bind.annotation.XmlEnumValue;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * Java class for enumPropertiesDocument.
+ *
+ *
The following schema fragment specifies the expected content contained within this class.
+ *
+ *
+ * <simpleType name="enumPropertiesDocument">
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}string">
+ * <enumeration value="Name"/>
+ * <enumeration value="ObjectId"/>
+ * <enumeration value="BaseTypeId"/>
+ * <enumeration value="Uri"/>
+ * <enumeration value="ObjectTypeId"/>
+ * <enumeration value="CreatedBy"/>
+ * <enumeration value="CreationDate"/>
+ * <enumeration value="LastModifiedBy"/>
+ * <enumeration value="LastModificationDate"/>
+ * <enumeration value="ChangeToken"/>
+ * <enumeration value="IsImmutable"/>
+ * <enumeration value="IsLatestVersion"/>
+ * <enumeration value="IsMajorVersion"/>
+ * <enumeration value="IsLatestMajorVersion"/>
+ * <enumeration value="VersionLabel"/>
+ * <enumeration value="VersionSeriesId"/>
+ * <enumeration value="IsVersionSeriesCheckedOut"/>
+ * <enumeration value="VersionSeriesCheckedOutBy"/>
+ * <enumeration value="VersionSeriesCheckedOutId"/>
+ * <enumeration value="CheckinComment"/>
+ * <enumeration value="ContentStreamAllowed"/>
+ * <enumeration value="ContentStreamLength"/>
+ * <enumeration value="ContentStreamMimeType"/>
+ * <enumeration value="ContentStreamFilename"/>
+ * <enumeration value="ContentStreamUri"/>
+ * </restriction>
+ * </simpleType>
+ *
+ *
+ */
+@XmlType(name = "enumPropertiesDocument", namespace = "http://docs.oasis-open.org/ns/cmis/core/200901")
+@XmlEnum
+public enum EnumPropertiesDocument {
+
+ @XmlEnumValue("Name")
+ NAME("Name"),
+ @XmlEnumValue("ObjectId")
+ OBJECT_ID("ObjectId"),
+ @XmlEnumValue("BaseTypeId")
+ BASE_TYPE_ID("BaseTypeId"),
+ @XmlEnumValue("Uri")
+ URI("Uri"),
+ @XmlEnumValue("ObjectTypeId")
+ OBJECT_TYPE_ID("ObjectTypeId"),
+ @XmlEnumValue("CreatedBy")
+ CREATED_BY("CreatedBy"),
+ @XmlEnumValue("CreationDate")
+ CREATION_DATE("CreationDate"),
+ @XmlEnumValue("LastModifiedBy")
+ LAST_MODIFIED_BY("LastModifiedBy"),
+ @XmlEnumValue("LastModificationDate")
+ LAST_MODIFICATION_DATE("LastModificationDate"),
+ @XmlEnumValue("ChangeToken")
+ CHANGE_TOKEN("ChangeToken"),
+ @XmlEnumValue("IsImmutable")
+ IS_IMMUTABLE("IsImmutable"),
+ @XmlEnumValue("IsLatestVersion")
+ IS_LATEST_VERSION("IsLatestVersion"),
+ @XmlEnumValue("IsMajorVersion")
+ IS_MAJOR_VERSION("IsMajorVersion"),
+ @XmlEnumValue("IsLatestMajorVersion")
+ IS_LATEST_MAJOR_VERSION("IsLatestMajorVersion"),
+ @XmlEnumValue("VersionLabel")
+ VERSION_LABEL("VersionLabel"),
+ @XmlEnumValue("VersionSeriesId")
+ VERSION_SERIES_ID("VersionSeriesId"),
+ @XmlEnumValue("IsVersionSeriesCheckedOut")
+ IS_VERSION_SERIES_CHECKED_OUT("IsVersionSeriesCheckedOut"),
+ @XmlEnumValue("VersionSeriesCheckedOutBy")
+ VERSION_SERIES_CHECKED_OUT_BY("VersionSeriesCheckedOutBy"),
+ @XmlEnumValue("VersionSeriesCheckedOutId")
+ VERSION_SERIES_CHECKED_OUT_ID("VersionSeriesCheckedOutId"),
+ @XmlEnumValue("CheckinComment")
+ CHECKIN_COMMENT("CheckinComment"),
+ @XmlEnumValue("ContentStreamAllowed")
+ CONTENT_STREAM_ALLOWED("ContentStreamAllowed"),
+ @XmlEnumValue("ContentStreamLength")
+ CONTENT_STREAM_LENGTH("ContentStreamLength"),
+ @XmlEnumValue("ContentStreamMimeType")
+ CONTENT_STREAM_MIME_TYPE("ContentStreamMimeType"),
+ @XmlEnumValue("ContentStreamFilename")
+ CONTENT_STREAM_FILENAME("ContentStreamFilename"),
+ @XmlEnumValue("ContentStreamUri")
+ CONTENT_STREAM_URI("ContentStreamUri");
+ private final String value;
+
+ EnumPropertiesDocument(String v) {
+ value = v;
+ }
+
+ public String value() {
+ return value;
+ }
+
+ public static EnumPropertiesDocument fromValue(String v) {
+ for (EnumPropertiesDocument c: EnumPropertiesDocument.values()) {
+ if (c.value.equals(v)) {
+ return c;
+ }
+ }
+ throw new IllegalArgumentException(v);
+ }
+
+}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/EnumPropertiesFolder.java b/source/generated/org/alfresco/repo/cmis/ws/EnumPropertiesFolder.java
index 463d6ce7b0..0dbf9067cf 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/EnumPropertiesFolder.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/EnumPropertiesFolder.java
@@ -14,7 +14,9 @@ import javax.xml.bind.annotation.XmlType;
*
* <simpleType name="enumPropertiesFolder">
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
+ * <enumeration value="Name"/>
* <enumeration value="ObjectId"/>
+ * <enumeration value="BaseTypeId"/>
* <enumeration value="Uri"/>
* <enumeration value="ObjectTypeId"/>
* <enumeration value="CreatedBy"/>
@@ -29,12 +31,16 @@ import javax.xml.bind.annotation.XmlType;
*
*
*/
-@XmlType(name = "enumPropertiesFolder")
+@XmlType(name = "enumPropertiesFolder", namespace = "http://docs.oasis-open.org/ns/cmis/core/200901")
@XmlEnum
public enum EnumPropertiesFolder {
+ @XmlEnumValue("Name")
+ NAME("Name"),
@XmlEnumValue("ObjectId")
OBJECT_ID("ObjectId"),
+ @XmlEnumValue("BaseTypeId")
+ BASE_TYPE_ID("BaseTypeId"),
@XmlEnumValue("Uri")
URI("Uri"),
@XmlEnumValue("ObjectTypeId")
diff --git a/source/generated/org/alfresco/repo/cmis/ws/EnumPropertiesPolicy.java b/source/generated/org/alfresco/repo/cmis/ws/EnumPropertiesPolicy.java
index 16a3665104..f3d4195b4b 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/EnumPropertiesPolicy.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/EnumPropertiesPolicy.java
@@ -14,9 +14,11 @@ import javax.xml.bind.annotation.XmlType;
*
* <simpleType name="enumPropertiesPolicy">
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
+ * <enumeration value="Name"/>
* <enumeration value="ObjectId"/>
* <enumeration value="Uri"/>
* <enumeration value="ObjectTypeId"/>
+ * <enumeration value="BaseTypeId"/>
* <enumeration value="CreatedBy"/>
* <enumeration value="CreationDate"/>
* <enumeration value="LastModifiedBy"/>
@@ -29,16 +31,20 @@ import javax.xml.bind.annotation.XmlType;
*
*
*/
-@XmlType(name = "enumPropertiesPolicy")
+@XmlType(name = "enumPropertiesPolicy", namespace = "http://docs.oasis-open.org/ns/cmis/core/200901")
@XmlEnum
public enum EnumPropertiesPolicy {
+ @XmlEnumValue("Name")
+ NAME("Name"),
@XmlEnumValue("ObjectId")
OBJECT_ID("ObjectId"),
@XmlEnumValue("Uri")
URI("Uri"),
@XmlEnumValue("ObjectTypeId")
OBJECT_TYPE_ID("ObjectTypeId"),
+ @XmlEnumValue("BaseTypeId")
+ BASE_TYPE_ID("BaseTypeId"),
@XmlEnumValue("CreatedBy")
CREATED_BY("CreatedBy"),
@XmlEnumValue("CreationDate")
diff --git a/source/generated/org/alfresco/repo/cmis/ws/EnumPropertiesRelationship.java b/source/generated/org/alfresco/repo/cmis/ws/EnumPropertiesRelationship.java
index 40be3b8483..cced8c646d 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/EnumPropertiesRelationship.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/EnumPropertiesRelationship.java
@@ -14,9 +14,11 @@ import javax.xml.bind.annotation.XmlType;
*
* <simpleType name="enumPropertiesRelationship">
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
+ * <enumeration value="Name"/>
* <enumeration value="ObjectId"/>
* <enumeration value="Uri"/>
* <enumeration value="ObjectTypeId"/>
+ * <enumeration value="BaseTypeId"/>
* <enumeration value="CreatedBy"/>
* <enumeration value="CreationDate"/>
* <enumeration value="LastModifiedBy"/>
@@ -29,16 +31,20 @@ import javax.xml.bind.annotation.XmlType;
*
*
*/
-@XmlType(name = "enumPropertiesRelationship")
+@XmlType(name = "enumPropertiesRelationship", namespace = "http://docs.oasis-open.org/ns/cmis/core/200901")
@XmlEnum
public enum EnumPropertiesRelationship {
+ @XmlEnumValue("Name")
+ NAME("Name"),
@XmlEnumValue("ObjectId")
OBJECT_ID("ObjectId"),
@XmlEnumValue("Uri")
URI("Uri"),
@XmlEnumValue("ObjectTypeId")
OBJECT_TYPE_ID("ObjectTypeId"),
+ @XmlEnumValue("BaseTypeId")
+ BASE_TYPE_ID("BaseTypeId"),
@XmlEnumValue("CreatedBy")
CREATED_BY("CreatedBy"),
@XmlEnumValue("CreationDate")
diff --git a/source/generated/org/alfresco/repo/cmis/ws/EnumPropertyType.java b/source/generated/org/alfresco/repo/cmis/ws/EnumPropertyType.java
index a56e0008f4..bf89ee019b 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/EnumPropertyType.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/EnumPropertyType.java
@@ -28,7 +28,7 @@ import javax.xml.bind.annotation.XmlType;
*
*
*/
-@XmlType(name = "enumPropertyType")
+@XmlType(name = "enumPropertyType", namespace = "http://docs.oasis-open.org/ns/cmis/core/200901")
@XmlEnum
public enum EnumPropertyType {
diff --git a/source/generated/org/alfresco/repo/cmis/ws/EnumRelationshipDirection.java b/source/generated/org/alfresco/repo/cmis/ws/EnumRelationshipDirection.java
index 59a8969892..bb9604e6af 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/EnumRelationshipDirection.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/EnumRelationshipDirection.java
@@ -16,13 +16,13 @@ import javax.xml.bind.annotation.XmlType;
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <enumeration value="source"/>
* <enumeration value="target"/>
- * <enumeration value="both"/>
+ * <enumeration value="either"/>
* </restriction>
* </simpleType>
*
*
*/
-@XmlType(name = "enumRelationshipDirection")
+@XmlType(name = "enumRelationshipDirection", namespace = "http://docs.oasis-open.org/ns/cmis/core/200901")
@XmlEnum
public enum EnumRelationshipDirection {
@@ -30,8 +30,8 @@ public enum EnumRelationshipDirection {
SOURCE("source"),
@XmlEnumValue("target")
TARGET("target"),
- @XmlEnumValue("both")
- BOTH("both");
+ @XmlEnumValue("either")
+ EITHER("either");
private final String value;
EnumRelationshipDirection(String v) {
diff --git a/source/generated/org/alfresco/repo/cmis/ws/EnumRepositoryRelationship.java b/source/generated/org/alfresco/repo/cmis/ws/EnumRepositoryRelationship.java
index be7b83db04..b0cad47085 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/EnumRepositoryRelationship.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/EnumRepositoryRelationship.java
@@ -25,7 +25,7 @@ import javax.xml.bind.annotation.XmlType;
*
*
*/
-@XmlType(name = "enumRepositoryRelationship")
+@XmlType(name = "enumRepositoryRelationship", namespace = "http://docs.oasis-open.org/ns/cmis/core/200901")
@XmlEnum
public enum EnumRepositoryRelationship {
diff --git a/source/generated/org/alfresco/repo/cmis/ws/EnumRestArguments.java b/source/generated/org/alfresco/repo/cmis/ws/EnumRestArguments.java
index 310f2bb65c..d11de9e7ef 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/EnumRestArguments.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/EnumRestArguments.java
@@ -16,15 +16,19 @@ import javax.xml.bind.annotation.XmlType;
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <enumeration value="childTypes"/>
* <enumeration value="continueOnFailure"/>
+ * <enumeration value="checkin"/>
+ * <enumeration value="checkinComment"/>
* <enumeration value="depth"/>
* <enumeration value="direction"/>
* <enumeration value="filter"/>
* <enumeration value="folderByPath"/>
+ * <enumeration value="folderId"/>
* <enumeration value="includeAllowableActions"/>
* <enumeration value="includePropertyDefinitions"/>
* <enumeration value="includeRelationships"/>
* <enumeration value="includeSubrelationshipTypes"/>
* <enumeration value="length"/>
+ * <enumeration value="major"/>
* <enumeration value="majorVersion"/>
* <enumeration value="maxItems"/>
* <enumeration value="offset"/>
@@ -44,7 +48,7 @@ import javax.xml.bind.annotation.XmlType;
*
*
*/
-@XmlType(name = "enumRestArguments")
+@XmlType(name = "enumRestArguments", namespace = "http://docs.oasis-open.org/ns/cmis/core/200901")
@XmlEnum
public enum EnumRestArguments {
@@ -52,6 +56,10 @@ public enum EnumRestArguments {
CHILD_TYPES("childTypes"),
@XmlEnumValue("continueOnFailure")
CONTINUE_ON_FAILURE("continueOnFailure"),
+ @XmlEnumValue("checkin")
+ CHECKIN("checkin"),
+ @XmlEnumValue("checkinComment")
+ CHECKIN_COMMENT("checkinComment"),
@XmlEnumValue("depth")
DEPTH("depth"),
@XmlEnumValue("direction")
@@ -60,6 +68,8 @@ public enum EnumRestArguments {
FILTER("filter"),
@XmlEnumValue("folderByPath")
FOLDER_BY_PATH("folderByPath"),
+ @XmlEnumValue("folderId")
+ FOLDER_ID("folderId"),
@XmlEnumValue("includeAllowableActions")
INCLUDE_ALLOWABLE_ACTIONS("includeAllowableActions"),
@XmlEnumValue("includePropertyDefinitions")
@@ -70,6 +80,8 @@ public enum EnumRestArguments {
INCLUDE_SUBRELATIONSHIP_TYPES("includeSubrelationshipTypes"),
@XmlEnumValue("length")
LENGTH("length"),
+ @XmlEnumValue("major")
+ MAJOR("major"),
@XmlEnumValue("majorVersion")
MAJOR_VERSION("majorVersion"),
@XmlEnumValue("maxItems")
diff --git a/source/generated/org/alfresco/repo/cmis/ws/EnumRestOutputHeaders.java b/source/generated/org/alfresco/repo/cmis/ws/EnumRestOutputHeaders.java
index 2261d692d9..b640d747a9 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/EnumRestOutputHeaders.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/EnumRestOutputHeaders.java
@@ -20,7 +20,7 @@ import javax.xml.bind.annotation.XmlType;
*
*
*/
-@XmlType(name = "enumRestOutputHeaders")
+@XmlType(name = "enumRestOutputHeaders", namespace = "http://docs.oasis-open.org/ns/cmis/core/200901")
@XmlEnum
public enum EnumRestOutputHeaders {
diff --git a/source/generated/org/alfresco/repo/cmis/ws/EnumReturnVersion.java b/source/generated/org/alfresco/repo/cmis/ws/EnumReturnVersion.java
index 0badec073c..b7004c8727 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/EnumReturnVersion.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/EnumReturnVersion.java
@@ -22,7 +22,7 @@ import javax.xml.bind.annotation.XmlType;
*
*
*/
-@XmlType(name = "enumReturnVersion")
+@XmlType(name = "enumReturnVersion", namespace = "http://docs.oasis-open.org/ns/cmis/core/200901")
@XmlEnum
public enum EnumReturnVersion {
diff --git a/source/generated/org/alfresco/repo/cmis/ws/EnumServiceException.java b/source/generated/org/alfresco/repo/cmis/ws/EnumServiceException.java
new file mode 100755
index 0000000000..58b16eb169
--- /dev/null
+++ b/source/generated/org/alfresco/repo/cmis/ws/EnumServiceException.java
@@ -0,0 +1,93 @@
+
+package org.alfresco.repo.cmis.ws;
+
+import javax.xml.bind.annotation.XmlEnum;
+import javax.xml.bind.annotation.XmlEnumValue;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * Java class for enumServiceException.
+ *
+ *
The following schema fragment specifies the expected content contained within this class.
+ *
+ *
+ * <simpleType name="enumServiceException">
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}string">
+ * <enumeration value="constraint"/>
+ * <enumeration value="contentAlreadyExists"/>
+ * <enumeration value="filterNotValid"/>
+ * <enumeration value="folderNotValid"/>
+ * <enumeration value="invalidArgument"/>
+ * <enumeration value="notInFolder"/>
+ * <enumeration value="objectNotFound"/>
+ * <enumeration value="offset"/>
+ * <enumeration value="notSupported"/>
+ * <enumeration value="permissionDenied"/>
+ * <enumeration value="runtime"/>
+ * <enumeration value="storage"/>
+ * <enumeration value="streamNotSupported"/>
+ * <enumeration value="type"/>
+ * <enumeration value="updateConflict"/>
+ * <enumeration value="versioning"/>
+ * </restriction>
+ * </simpleType>
+ *
+ *
+ */
+@XmlType(name = "enumServiceException")
+@XmlEnum
+public enum EnumServiceException {
+
+ @XmlEnumValue("constraint")
+ CONSTRAINT("constraint"),
+ @XmlEnumValue("contentAlreadyExists")
+ CONTENT_ALREADY_EXISTS("contentAlreadyExists"),
+ @XmlEnumValue("filterNotValid")
+ FILTER_NOT_VALID("filterNotValid"),
+ @XmlEnumValue("folderNotValid")
+ FOLDER_NOT_VALID("folderNotValid"),
+ @XmlEnumValue("invalidArgument")
+ INVALID_ARGUMENT("invalidArgument"),
+ @XmlEnumValue("notInFolder")
+ NOT_IN_FOLDER("notInFolder"),
+ @XmlEnumValue("objectNotFound")
+ OBJECT_NOT_FOUND("objectNotFound"),
+ @XmlEnumValue("offset")
+ OFFSET("offset"),
+ @XmlEnumValue("notSupported")
+ NOT_SUPPORTED("notSupported"),
+ @XmlEnumValue("permissionDenied")
+ PERMISSION_DENIED("permissionDenied"),
+ @XmlEnumValue("runtime")
+ RUNTIME("runtime"),
+ @XmlEnumValue("storage")
+ STORAGE("storage"),
+ @XmlEnumValue("streamNotSupported")
+ STREAM_NOT_SUPPORTED("streamNotSupported"),
+ @XmlEnumValue("type")
+ TYPE("type"),
+ @XmlEnumValue("updateConflict")
+ UPDATE_CONFLICT("updateConflict"),
+ @XmlEnumValue("versioning")
+ VERSIONING("versioning");
+ private final String value;
+
+ EnumServiceException(String v) {
+ value = v;
+ }
+
+ public String value() {
+ return value;
+ }
+
+ public static EnumServiceException fromValue(String v) {
+ for (EnumServiceException c: EnumServiceException.values()) {
+ if (c.value.equals(v)) {
+ return c;
+ }
+ }
+ throw new IllegalArgumentException(v);
+ }
+
+}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/EnumTypeOfChanges.java b/source/generated/org/alfresco/repo/cmis/ws/EnumTypeOfChanges.java
new file mode 100755
index 0000000000..04e5ac2b10
--- /dev/null
+++ b/source/generated/org/alfresco/repo/cmis/ws/EnumTypeOfChanges.java
@@ -0,0 +1,57 @@
+
+package org.alfresco.repo.cmis.ws;
+
+import javax.xml.bind.annotation.XmlEnum;
+import javax.xml.bind.annotation.XmlEnumValue;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * Java class for enumTypeOfChanges.
+ *
+ *
The following schema fragment specifies the expected content contained within this class.
+ *
+ *
+ * <simpleType name="enumTypeOfChanges">
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}string">
+ * <enumeration value="created"/>
+ * <enumeration value="updated"/>
+ * <enumeration value="deleted"/>
+ * <enumeration value="security"/>
+ * </restriction>
+ * </simpleType>
+ *
+ *
+ */
+@XmlType(name = "enumTypeOfChanges", namespace = "http://docs.oasis-open.org/ns/cmis/core/200901")
+@XmlEnum
+public enum EnumTypeOfChanges {
+
+ @XmlEnumValue("created")
+ CREATED("created"),
+ @XmlEnumValue("updated")
+ UPDATED("updated"),
+ @XmlEnumValue("deleted")
+ DELETED("deleted"),
+ @XmlEnumValue("security")
+ SECURITY("security");
+ private final String value;
+
+ EnumTypeOfChanges(String v) {
+ value = v;
+ }
+
+ public String value() {
+ return value;
+ }
+
+ public static EnumTypeOfChanges fromValue(String v) {
+ for (EnumTypeOfChanges c: EnumTypeOfChanges.values()) {
+ if (c.value.equals(v)) {
+ return c;
+ }
+ }
+ throw new IllegalArgumentException(v);
+ }
+
+}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/EnumTypesOfFileableObjects.java b/source/generated/org/alfresco/repo/cmis/ws/EnumTypesOfFileableObjects.java
index c89071f554..ca0f5be7b3 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/EnumTypesOfFileableObjects.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/EnumTypesOfFileableObjects.java
@@ -23,7 +23,7 @@ import javax.xml.bind.annotation.XmlType;
*
*
*/
-@XmlType(name = "enumTypesOfFileableObjects")
+@XmlType(name = "enumTypesOfFileableObjects", namespace = "http://docs.oasis-open.org/ns/cmis/core/200901")
@XmlEnum
public enum EnumTypesOfFileableObjects {
diff --git a/source/generated/org/alfresco/repo/cmis/ws/EnumUnfileNonfolderObjects.java b/source/generated/org/alfresco/repo/cmis/ws/EnumUnfileNonfolderObjects.java
index d9893bd4cd..f9ff6f29c7 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/EnumUnfileNonfolderObjects.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/EnumUnfileNonfolderObjects.java
@@ -22,7 +22,7 @@ import javax.xml.bind.annotation.XmlType;
*
*
*/
-@XmlType(name = "enumUnfileNonfolderObjects")
+@XmlType(name = "enumUnfileNonfolderObjects", namespace = "http://docs.oasis-open.org/ns/cmis/core/200901")
@XmlEnum
public enum EnumUnfileNonfolderObjects {
diff --git a/source/generated/org/alfresco/repo/cmis/ws/EnumUpdatability.java b/source/generated/org/alfresco/repo/cmis/ws/EnumUpdatability.java
new file mode 100755
index 0000000000..563cedc176
--- /dev/null
+++ b/source/generated/org/alfresco/repo/cmis/ws/EnumUpdatability.java
@@ -0,0 +1,54 @@
+
+package org.alfresco.repo.cmis.ws;
+
+import javax.xml.bind.annotation.XmlEnum;
+import javax.xml.bind.annotation.XmlEnumValue;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * Java class for enumUpdatability.
+ *
+ *
The following schema fragment specifies the expected content contained within this class.
+ *
+ *
+ * <simpleType name="enumUpdatability">
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}string">
+ * <enumeration value="readonly"/>
+ * <enumeration value="readwrite"/>
+ * <enumeration value="whencheckedout"/>
+ * </restriction>
+ * </simpleType>
+ *
+ *
+ */
+@XmlType(name = "enumUpdatability", namespace = "http://docs.oasis-open.org/ns/cmis/core/200901")
+@XmlEnum
+public enum EnumUpdatability {
+
+ @XmlEnumValue("readonly")
+ READONLY("readonly"),
+ @XmlEnumValue("readwrite")
+ READWRITE("readwrite"),
+ @XmlEnumValue("whencheckedout")
+ WHENCHECKEDOUT("whencheckedout");
+ private final String value;
+
+ EnumUpdatability(String v) {
+ value = v;
+ }
+
+ public String value() {
+ return value;
+ }
+
+ public static EnumUpdatability fromValue(String v) {
+ for (EnumUpdatability c: EnumUpdatability.values()) {
+ if (c.value.equals(v)) {
+ return c;
+ }
+ }
+ throw new IllegalArgumentException(v);
+ }
+
+}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/EnumUpdateability.java b/source/generated/org/alfresco/repo/cmis/ws/EnumUpdateability.java
index 2a6a643f95..cfe8549df8 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/EnumUpdateability.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/EnumUpdateability.java
@@ -22,7 +22,7 @@ import javax.xml.bind.annotation.XmlType;
*
*
*/
-@XmlType(name = "enumUpdateability")
+@XmlType(name = "enumUpdateability", namespace = "http://docs.oasis-open.org/ns/cmis/core/200901")
@XmlEnum
public enum EnumUpdateability {
diff --git a/source/generated/org/alfresco/repo/cmis/ws/EnumVersioningState.java b/source/generated/org/alfresco/repo/cmis/ws/EnumVersioningState.java
index ce2c2032a7..495b8ca089 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/EnumVersioningState.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/EnumVersioningState.java
@@ -22,7 +22,7 @@ import javax.xml.bind.annotation.XmlType;
*
*
*/
-@XmlType(name = "enumVersioningState")
+@XmlType(name = "enumVersioningState", namespace = "http://docs.oasis-open.org/ns/cmis/core/200901")
@XmlEnum
public enum EnumVersioningState {
diff --git a/source/generated/org/alfresco/repo/cmis/ws/FilterNotValidException.java b/source/generated/org/alfresco/repo/cmis/ws/FilterNotValidException.java
deleted file mode 100644
index f095a4078a..0000000000
--- a/source/generated/org/alfresco/repo/cmis/ws/FilterNotValidException.java
+++ /dev/null
@@ -1,45 +0,0 @@
-
-package org.alfresco.repo.cmis.ws;
-
-import javax.xml.ws.WebFault;
-
-
-/**
- * This class was generated by Apache CXF 2.1.2
- * Fri Sep 05 13:45:08 EEST 2008
- * Generated source version: 2.1.2
- *
- */
-
-@WebFault(name = "filterNotValidException", targetNamespace = "http://www.cmis.org/2008/05")
-public class FilterNotValidException extends Exception {
- public static final long serialVersionUID = 20080905134508L;
-
- private org.alfresco.repo.cmis.ws.FilterNotValidExceptionType filterNotValidException;
-
- public FilterNotValidException() {
- super();
- }
-
- public FilterNotValidException(String message) {
- super(message);
- }
-
- public FilterNotValidException(String message, Throwable cause) {
- super(message, cause);
- }
-
- public FilterNotValidException(String message, org.alfresco.repo.cmis.ws.FilterNotValidExceptionType filterNotValidException) {
- super(message);
- this.filterNotValidException = filterNotValidException;
- }
-
- public FilterNotValidException(String message, org.alfresco.repo.cmis.ws.FilterNotValidExceptionType filterNotValidException, Throwable cause) {
- super(message, cause);
- this.filterNotValidException = filterNotValidException;
- }
-
- public org.alfresco.repo.cmis.ws.FilterNotValidExceptionType getFaultInfo() {
- return this.filterNotValidException;
- }
-}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/FilterNotValidExceptionType.java b/source/generated/org/alfresco/repo/cmis/ws/FilterNotValidExceptionType.java
deleted file mode 100755
index bc1447acbf..0000000000
--- a/source/generated/org/alfresco/repo/cmis/ws/FilterNotValidExceptionType.java
+++ /dev/null
@@ -1,32 +0,0 @@
-
-package org.alfresco.repo.cmis.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Java class for filterNotValidExceptionType complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="filterNotValidExceptionType">
- * <complexContent>
- * <extension base="{http://www.cmis.org/2008/05}cmisFaultType">
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "filterNotValidExceptionType")
-public class FilterNotValidExceptionType
- extends CmisFaultType
-{
-
-
-}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/FolderNotValidException.java b/source/generated/org/alfresco/repo/cmis/ws/FolderNotValidException.java
deleted file mode 100644
index 9b4e5f0994..0000000000
--- a/source/generated/org/alfresco/repo/cmis/ws/FolderNotValidException.java
+++ /dev/null
@@ -1,45 +0,0 @@
-
-package org.alfresco.repo.cmis.ws;
-
-import javax.xml.ws.WebFault;
-
-
-/**
- * This class was generated by Apache CXF 2.1.2
- * Fri Sep 05 13:44:55 EEST 2008
- * Generated source version: 2.1.2
- *
- */
-
-@WebFault(name = "folderNotValidException", targetNamespace = "http://www.cmis.org/2008/05")
-public class FolderNotValidException extends Exception {
- public static final long serialVersionUID = 20080905134455L;
-
- private org.alfresco.repo.cmis.ws.FolderNotValidExceptionType folderNotValidException;
-
- public FolderNotValidException() {
- super();
- }
-
- public FolderNotValidException(String message) {
- super(message);
- }
-
- public FolderNotValidException(String message, Throwable cause) {
- super(message, cause);
- }
-
- public FolderNotValidException(String message, org.alfresco.repo.cmis.ws.FolderNotValidExceptionType folderNotValidException) {
- super(message);
- this.folderNotValidException = folderNotValidException;
- }
-
- public FolderNotValidException(String message, org.alfresco.repo.cmis.ws.FolderNotValidExceptionType folderNotValidException, Throwable cause) {
- super(message, cause);
- this.folderNotValidException = folderNotValidException;
- }
-
- public org.alfresco.repo.cmis.ws.FolderNotValidExceptionType getFaultInfo() {
- return this.folderNotValidException;
- }
-}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/FolderNotValidExceptionType.java b/source/generated/org/alfresco/repo/cmis/ws/FolderNotValidExceptionType.java
deleted file mode 100755
index f759d492cf..0000000000
--- a/source/generated/org/alfresco/repo/cmis/ws/FolderNotValidExceptionType.java
+++ /dev/null
@@ -1,32 +0,0 @@
-
-package org.alfresco.repo.cmis.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Java class for folderNotValidExceptionType complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="folderNotValidExceptionType">
- * <complexContent>
- * <extension base="{http://www.cmis.org/2008/05}cmisFaultType">
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "folderNotValidExceptionType")
-public class FolderNotValidExceptionType
- extends CmisFaultType
-{
-
-
-}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/GetAllVersions.java b/source/generated/org/alfresco/repo/cmis/ws/GetAllVersions.java
index 038bd3e3b1..fd462cb7b7 100644
--- a/source/generated/org/alfresco/repo/cmis/ws/GetAllVersions.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/GetAllVersions.java
@@ -24,7 +24,7 @@ import javax.xml.bind.annotation.XmlType;
* <element name="versionSeriesId" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="filter" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="includeAllowableActions" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- * <element name="includeRelationships" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
+ * <element name="includeRelationships" type="{http://docs.oasis-open.org/ns/cmis/core/200901}enumIncludeRelationships" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
@@ -48,12 +48,12 @@ public class GetAllVersions {
protected String repositoryId;
@XmlElement(required = true)
protected String versionSeriesId;
- @XmlElementRef(name = "filter", namespace = "http://www.cmis.org/2008/05", type = JAXBElement.class)
+ @XmlElementRef(name = "filter", namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", type = JAXBElement.class)
protected JAXBElement filter;
- @XmlElementRef(name = "includeAllowableActions", namespace = "http://www.cmis.org/2008/05", type = JAXBElement.class)
+ @XmlElementRef(name = "includeAllowableActions", namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", type = JAXBElement.class)
protected JAXBElement includeAllowableActions;
- @XmlElementRef(name = "includeRelationships", namespace = "http://www.cmis.org/2008/05", type = JAXBElement.class)
- protected JAXBElement includeRelationships;
+ @XmlElementRef(name = "includeRelationships", namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", type = JAXBElement.class)
+ protected JAXBElement includeRelationships;
/**
* Gets the value of the repositoryId property.
@@ -156,10 +156,10 @@ public class GetAllVersions {
*
* @return
* possible object is
- * {@link JAXBElement }{@code <}{@link Boolean }{@code >}
+ * {@link JAXBElement }{@code <}{@link EnumIncludeRelationships }{@code >}
*
*/
- public JAXBElement getIncludeRelationships() {
+ public JAXBElement getIncludeRelationships() {
return includeRelationships;
}
@@ -168,11 +168,11 @@ public class GetAllVersions {
*
* @param value
* allowed object is
- * {@link JAXBElement }{@code <}{@link Boolean }{@code >}
+ * {@link JAXBElement }{@code <}{@link EnumIncludeRelationships }{@code >}
*
*/
- public void setIncludeRelationships(JAXBElement value) {
- this.includeRelationships = ((JAXBElement ) value);
+ public void setIncludeRelationships(JAXBElement value) {
+ this.includeRelationships = ((JAXBElement ) value);
}
}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/GetAllVersionsResponse.java b/source/generated/org/alfresco/repo/cmis/ws/GetAllVersionsResponse.java
index 8cd1442f88..14df04b4d3 100644
--- a/source/generated/org/alfresco/repo/cmis/ws/GetAllVersionsResponse.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/GetAllVersionsResponse.java
@@ -5,6 +5,7 @@ import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
@@ -19,7 +20,7 @@ import javax.xml.bind.annotation.XmlType;
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
- * <element ref="{http://www.cmis.org/2008/05}object" maxOccurs="unbounded" minOccurs="0"/>
+ * <element ref="{http://docs.oasis-open.org/ns/cmis/core/200901}object" maxOccurs="unbounded" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
@@ -35,6 +36,7 @@ import javax.xml.bind.annotation.XmlType;
@XmlRootElement(name = "getAllVersionsResponse")
public class GetAllVersionsResponse {
+ @XmlElement(namespace = "http://docs.oasis-open.org/ns/cmis/core/200901")
protected List object;
/**
diff --git a/source/generated/org/alfresco/repo/cmis/ws/GetAllowableActionsResponse.java b/source/generated/org/alfresco/repo/cmis/ws/GetAllowableActionsResponse.java
index 84965c952a..9d0f1306ca 100644
--- a/source/generated/org/alfresco/repo/cmis/ws/GetAllowableActionsResponse.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/GetAllowableActionsResponse.java
@@ -18,7 +18,7 @@ import javax.xml.bind.annotation.XmlType;
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
- * <element name="allowableActions" type="{http://www.cmis.org/2008/05}cmisAllowableActionsType"/>
+ * <element name="allowableActions" type="{http://docs.oasis-open.org/ns/cmis/core/200901}cmisAllowableActionsType"/>
* </sequence>
* </restriction>
* </complexContent>
diff --git a/source/generated/org/alfresco/repo/cmis/ws/GetAppliedPolicies.java b/source/generated/org/alfresco/repo/cmis/ws/GetAppliedPolicies.java
index 93c8513ad2..7a3b7d7bc7 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/GetAppliedPolicies.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/GetAppliedPolicies.java
@@ -44,7 +44,7 @@ public class GetAppliedPolicies {
protected String repositoryId;
@XmlElement(required = true)
protected String objectId;
- @XmlElementRef(name = "filter", namespace = "http://www.cmis.org/2008/05", type = JAXBElement.class)
+ @XmlElementRef(name = "filter", namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", type = JAXBElement.class)
protected JAXBElement filter;
/**
diff --git a/source/generated/org/alfresco/repo/cmis/ws/GetAppliedPoliciesResponse.java b/source/generated/org/alfresco/repo/cmis/ws/GetAppliedPoliciesResponse.java
index fa5105226d..e4fa207b87 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/GetAppliedPoliciesResponse.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/GetAppliedPoliciesResponse.java
@@ -5,6 +5,7 @@ import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
@@ -19,7 +20,7 @@ import javax.xml.bind.annotation.XmlType;
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
- * <element ref="{http://www.cmis.org/2008/05}object" maxOccurs="unbounded" minOccurs="0"/>
+ * <element ref="{http://docs.oasis-open.org/ns/cmis/core/200901}object" maxOccurs="unbounded" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
@@ -35,6 +36,7 @@ import javax.xml.bind.annotation.XmlType;
@XmlRootElement(name = "getAppliedPoliciesResponse")
public class GetAppliedPoliciesResponse {
+ @XmlElement(namespace = "http://docs.oasis-open.org/ns/cmis/core/200901")
protected List object;
/**
diff --git a/source/generated/org/alfresco/repo/cmis/ws/GetCheckedoutDocs.java b/source/generated/org/alfresco/repo/cmis/ws/GetCheckedoutDocs.java
index 7e64618566..fa1c931f20 100644
--- a/source/generated/org/alfresco/repo/cmis/ws/GetCheckedoutDocs.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/GetCheckedoutDocs.java
@@ -22,10 +22,11 @@ import javax.xml.bind.annotation.XmlType;
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="repositoryId" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * <element name="folderID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ * <element name="folderId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="filter" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ * <element name="orderBy" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="includeAllowableActions" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- * <element name="includeRelationships" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
+ * <element name="includeRelationships" type="{http://docs.oasis-open.org/ns/cmis/core/200901}enumIncludeRelationships" minOccurs="0"/>
* <element name="maxItems" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
* <element name="skipCount" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
* </sequence>
@@ -39,8 +40,9 @@ import javax.xml.bind.annotation.XmlType;
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"repositoryId",
- "folderID",
+ "folderId",
"filter",
+ "orderBy",
"includeAllowableActions",
"includeRelationships",
"maxItems",
@@ -51,17 +53,19 @@ public class GetCheckedoutDocs {
@XmlElement(required = true)
protected String repositoryId;
- @XmlElementRef(name = "folderID", namespace = "http://www.cmis.org/2008/05", type = JAXBElement.class)
- protected JAXBElement folderID;
- @XmlElementRef(name = "filter", namespace = "http://www.cmis.org/2008/05", type = JAXBElement.class)
+ @XmlElementRef(name = "folderId", namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", type = JAXBElement.class)
+ protected JAXBElement folderId;
+ @XmlElementRef(name = "filter", namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", type = JAXBElement.class)
protected JAXBElement filter;
- @XmlElementRef(name = "includeAllowableActions", namespace = "http://www.cmis.org/2008/05", type = JAXBElement.class)
+ @XmlElementRef(name = "orderBy", namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", type = JAXBElement.class)
+ protected JAXBElement orderBy;
+ @XmlElementRef(name = "includeAllowableActions", namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", type = JAXBElement.class)
protected JAXBElement includeAllowableActions;
- @XmlElementRef(name = "includeRelationships", namespace = "http://www.cmis.org/2008/05", type = JAXBElement.class)
- protected JAXBElement includeRelationships;
- @XmlElementRef(name = "maxItems", namespace = "http://www.cmis.org/2008/05", type = JAXBElement.class)
+ @XmlElementRef(name = "includeRelationships", namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", type = JAXBElement.class)
+ protected JAXBElement includeRelationships;
+ @XmlElementRef(name = "maxItems", namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", type = JAXBElement.class)
protected JAXBElement maxItems;
- @XmlElementRef(name = "skipCount", namespace = "http://www.cmis.org/2008/05", type = JAXBElement.class)
+ @XmlElementRef(name = "skipCount", namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", type = JAXBElement.class)
protected JAXBElement skipCount;
/**
@@ -89,27 +93,27 @@ public class GetCheckedoutDocs {
}
/**
- * Gets the value of the folderID property.
+ * Gets the value of the folderId property.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link String }{@code >}
*
*/
- public JAXBElement getFolderID() {
- return folderID;
+ public JAXBElement getFolderId() {
+ return folderId;
}
/**
- * Sets the value of the folderID property.
+ * Sets the value of the folderId property.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link String }{@code >}
*
*/
- public void setFolderID(JAXBElement value) {
- this.folderID = ((JAXBElement ) value);
+ public void setFolderId(JAXBElement value) {
+ this.folderId = ((JAXBElement ) value);
}
/**
@@ -136,6 +140,30 @@ public class GetCheckedoutDocs {
this.filter = ((JAXBElement ) value);
}
+ /**
+ * Gets the value of the orderBy property.
+ *
+ * @return
+ * possible object is
+ * {@link JAXBElement }{@code <}{@link String }{@code >}
+ *
+ */
+ public JAXBElement getOrderBy() {
+ return orderBy;
+ }
+
+ /**
+ * Sets the value of the orderBy property.
+ *
+ * @param value
+ * allowed object is
+ * {@link JAXBElement }{@code <}{@link String }{@code >}
+ *
+ */
+ public void setOrderBy(JAXBElement value) {
+ this.orderBy = ((JAXBElement ) value);
+ }
+
/**
* Gets the value of the includeAllowableActions property.
*
@@ -165,10 +193,10 @@ public class GetCheckedoutDocs {
*
* @return
* possible object is
- * {@link JAXBElement }{@code <}{@link Boolean }{@code >}
+ * {@link JAXBElement }{@code <}{@link EnumIncludeRelationships }{@code >}
*
*/
- public JAXBElement getIncludeRelationships() {
+ public JAXBElement getIncludeRelationships() {
return includeRelationships;
}
@@ -177,11 +205,11 @@ public class GetCheckedoutDocs {
*
* @param value
* allowed object is
- * {@link JAXBElement }{@code <}{@link Boolean }{@code >}
+ * {@link JAXBElement }{@code <}{@link EnumIncludeRelationships }{@code >}
*
*/
- public void setIncludeRelationships(JAXBElement value) {
- this.includeRelationships = ((JAXBElement ) value);
+ public void setIncludeRelationships(JAXBElement value) {
+ this.includeRelationships = ((JAXBElement ) value);
}
/**
diff --git a/source/generated/org/alfresco/repo/cmis/ws/GetCheckedoutDocsResponse.java b/source/generated/org/alfresco/repo/cmis/ws/GetCheckedoutDocsResponse.java
index f699eb45be..1ce7c5aa03 100644
--- a/source/generated/org/alfresco/repo/cmis/ws/GetCheckedoutDocsResponse.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/GetCheckedoutDocsResponse.java
@@ -5,6 +5,7 @@ import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
@@ -19,7 +20,7 @@ import javax.xml.bind.annotation.XmlType;
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
- * <element ref="{http://www.cmis.org/2008/05}object" maxOccurs="unbounded" minOccurs="0"/>
+ * <element ref="{http://docs.oasis-open.org/ns/cmis/core/200901}object" maxOccurs="unbounded" minOccurs="0"/>
* <element name="hasMoreItems" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
* </sequence>
* </restriction>
@@ -37,6 +38,7 @@ import javax.xml.bind.annotation.XmlType;
@XmlRootElement(name = "getCheckedoutDocsResponse")
public class GetCheckedoutDocsResponse {
+ @XmlElement(namespace = "http://docs.oasis-open.org/ns/cmis/core/200901")
protected List object;
protected boolean hasMoreItems;
diff --git a/source/generated/org/alfresco/repo/cmis/ws/GetChildren.java b/source/generated/org/alfresco/repo/cmis/ws/GetChildren.java
index c4f88c1540..277949a1e4 100644
--- a/source/generated/org/alfresco/repo/cmis/ws/GetChildren.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/GetChildren.java
@@ -23,12 +23,13 @@ import javax.xml.bind.annotation.XmlType;
* <sequence>
* <element name="repositoryId" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="folderId" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * <element name="type" type="{http://www.cmis.org/2008/05}enumTypesOfFileableObjects" minOccurs="0"/>
+ * <element name="type" type="{http://docs.oasis-open.org/ns/cmis/core/200901}enumTypesOfFileableObjects" minOccurs="0"/>
* <element name="filter" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="includeAllowableActions" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- * <element name="includeRelationships" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
+ * <element name="includeRelationships" type="{http://docs.oasis-open.org/ns/cmis/core/200901}enumIncludeRelationships" minOccurs="0"/>
* <element name="maxItems" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
* <element name="skipCount" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
+ * <element name="orderBy" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
@@ -46,7 +47,8 @@ import javax.xml.bind.annotation.XmlType;
"includeAllowableActions",
"includeRelationships",
"maxItems",
- "skipCount"
+ "skipCount",
+ "orderBy"
})
@XmlRootElement(name = "getChildren")
public class GetChildren {
@@ -55,18 +57,19 @@ public class GetChildren {
protected String repositoryId;
@XmlElement(required = true)
protected String folderId;
- @XmlElementRef(name = "type", namespace = "http://www.cmis.org/2008/05", type = JAXBElement.class)
+ @XmlElementRef(name = "type", namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", type = JAXBElement.class)
protected JAXBElement type;
- @XmlElementRef(name = "filter", namespace = "http://www.cmis.org/2008/05", type = JAXBElement.class)
+ @XmlElementRef(name = "filter", namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", type = JAXBElement.class)
protected JAXBElement filter;
- @XmlElementRef(name = "includeAllowableActions", namespace = "http://www.cmis.org/2008/05", type = JAXBElement.class)
+ @XmlElementRef(name = "includeAllowableActions", namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", type = JAXBElement.class)
protected JAXBElement includeAllowableActions;
- @XmlElementRef(name = "includeRelationships", namespace = "http://www.cmis.org/2008/05", type = JAXBElement.class)
- protected JAXBElement includeRelationships;
- @XmlElementRef(name = "maxItems", namespace = "http://www.cmis.org/2008/05", type = JAXBElement.class)
+ @XmlElementRef(name = "includeRelationships", namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", type = JAXBElement.class)
+ protected JAXBElement includeRelationships;
+ @XmlElementRef(name = "maxItems", namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", type = JAXBElement.class)
protected JAXBElement maxItems;
- @XmlElementRef(name = "skipCount", namespace = "http://www.cmis.org/2008/05", type = JAXBElement.class)
+ @XmlElementRef(name = "skipCount", namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", type = JAXBElement.class)
protected JAXBElement skipCount;
+ protected String orderBy;
/**
* Gets the value of the repositoryId property.
@@ -193,10 +196,10 @@ public class GetChildren {
*
* @return
* possible object is
- * {@link JAXBElement }{@code <}{@link Boolean }{@code >}
+ * {@link JAXBElement }{@code <}{@link EnumIncludeRelationships }{@code >}
*
*/
- public JAXBElement getIncludeRelationships() {
+ public JAXBElement getIncludeRelationships() {
return includeRelationships;
}
@@ -205,11 +208,11 @@ public class GetChildren {
*
* @param value
* allowed object is
- * {@link JAXBElement }{@code <}{@link Boolean }{@code >}
+ * {@link JAXBElement }{@code <}{@link EnumIncludeRelationships }{@code >}
*
*/
- public void setIncludeRelationships(JAXBElement value) {
- this.includeRelationships = ((JAXBElement ) value);
+ public void setIncludeRelationships(JAXBElement value) {
+ this.includeRelationships = ((JAXBElement ) value);
}
/**
@@ -260,4 +263,28 @@ public class GetChildren {
this.skipCount = ((JAXBElement ) value);
}
+ /**
+ * Gets the value of the orderBy property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getOrderBy() {
+ return orderBy;
+ }
+
+ /**
+ * Sets the value of the orderBy property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setOrderBy(String value) {
+ this.orderBy = value;
+ }
+
}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/GetChildrenResponse.java b/source/generated/org/alfresco/repo/cmis/ws/GetChildrenResponse.java
index 6e6b650a6d..44c15c62c3 100644
--- a/source/generated/org/alfresco/repo/cmis/ws/GetChildrenResponse.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/GetChildrenResponse.java
@@ -5,6 +5,7 @@ import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
@@ -19,7 +20,7 @@ import javax.xml.bind.annotation.XmlType;
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
- * <element ref="{http://www.cmis.org/2008/05}object" maxOccurs="unbounded" minOccurs="0"/>
+ * <element ref="{http://docs.oasis-open.org/ns/cmis/core/200901}object" maxOccurs="unbounded" minOccurs="0"/>
* <element name="hasMoreItems" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
* </sequence>
* </restriction>
@@ -37,6 +38,7 @@ import javax.xml.bind.annotation.XmlType;
@XmlRootElement(name = "getChildrenResponse")
public class GetChildrenResponse {
+ @XmlElement(namespace = "http://docs.oasis-open.org/ns/cmis/core/200901")
protected List object;
protected boolean hasMoreItems;
diff --git a/source/generated/org/alfresco/repo/cmis/ws/GetContentChanges.java b/source/generated/org/alfresco/repo/cmis/ws/GetContentChanges.java
new file mode 100755
index 0000000000..0f68b2084d
--- /dev/null
+++ b/source/generated/org/alfresco/repo/cmis/ws/GetContentChanges.java
@@ -0,0 +1,205 @@
+
+package org.alfresco.repo.cmis.ws;
+
+import java.math.BigInteger;
+import javax.xml.bind.JAXBElement;
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlElementRef;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * Java class for anonymous complex type.
+ *
+ *
The following schema fragment specifies the expected content contained within this class.
+ *
+ *
+ * <complexType>
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element name="repositoryId" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ * <element name="changeToken" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ * <element name="maxItems" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
+ * <element name="includeACL" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
+ * <element name="includeProperties" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
+ * <element name="filter" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
+ *
+ *
+ *
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "", propOrder = {
+ "repositoryId",
+ "changeToken",
+ "maxItems",
+ "includeACL",
+ "includeProperties",
+ "filter"
+})
+@XmlRootElement(name = "getContentChanges")
+public class GetContentChanges {
+
+ @XmlElement(required = true)
+ protected String repositoryId;
+ protected String changeToken;
+ @XmlElementRef(name = "maxItems", namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", type = JAXBElement.class)
+ protected JAXBElement maxItems;
+ @XmlElementRef(name = "includeACL", namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", type = JAXBElement.class)
+ protected JAXBElement includeACL;
+ @XmlElementRef(name = "includeProperties", namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", type = JAXBElement.class)
+ protected JAXBElement includeProperties;
+ protected String filter;
+
+ /**
+ * Gets the value of the repositoryId property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getRepositoryId() {
+ return repositoryId;
+ }
+
+ /**
+ * Sets the value of the repositoryId property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setRepositoryId(String value) {
+ this.repositoryId = value;
+ }
+
+ /**
+ * Gets the value of the changeToken property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getChangeToken() {
+ return changeToken;
+ }
+
+ /**
+ * Sets the value of the changeToken property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setChangeToken(String value) {
+ this.changeToken = value;
+ }
+
+ /**
+ * Gets the value of the maxItems property.
+ *
+ * @return
+ * possible object is
+ * {@link JAXBElement }{@code <}{@link BigInteger }{@code >}
+ *
+ */
+ public JAXBElement getMaxItems() {
+ return maxItems;
+ }
+
+ /**
+ * Sets the value of the maxItems property.
+ *
+ * @param value
+ * allowed object is
+ * {@link JAXBElement }{@code <}{@link BigInteger }{@code >}
+ *
+ */
+ public void setMaxItems(JAXBElement value) {
+ this.maxItems = ((JAXBElement ) value);
+ }
+
+ /**
+ * Gets the value of the includeACL property.
+ *
+ * @return
+ * possible object is
+ * {@link JAXBElement }{@code <}{@link Boolean }{@code >}
+ *
+ */
+ public JAXBElement getIncludeACL() {
+ return includeACL;
+ }
+
+ /**
+ * Sets the value of the includeACL property.
+ *
+ * @param value
+ * allowed object is
+ * {@link JAXBElement }{@code <}{@link Boolean }{@code >}
+ *
+ */
+ public void setIncludeACL(JAXBElement value) {
+ this.includeACL = ((JAXBElement ) value);
+ }
+
+ /**
+ * Gets the value of the includeProperties property.
+ *
+ * @return
+ * possible object is
+ * {@link JAXBElement }{@code <}{@link Boolean }{@code >}
+ *
+ */
+ public JAXBElement getIncludeProperties() {
+ return includeProperties;
+ }
+
+ /**
+ * Sets the value of the includeProperties property.
+ *
+ * @param value
+ * allowed object is
+ * {@link JAXBElement }{@code <}{@link Boolean }{@code >}
+ *
+ */
+ public void setIncludeProperties(JAXBElement value) {
+ this.includeProperties = ((JAXBElement ) value);
+ }
+
+ /**
+ * Gets the value of the filter property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getFilter() {
+ return filter;
+ }
+
+ /**
+ * Sets the value of the filter property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setFilter(String value) {
+ this.filter = value;
+ }
+
+}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/GetContentChangesResponse.java b/source/generated/org/alfresco/repo/cmis/ws/GetContentChangesResponse.java
new file mode 100755
index 0000000000..e6730708b7
--- /dev/null
+++ b/source/generated/org/alfresco/repo/cmis/ws/GetContentChangesResponse.java
@@ -0,0 +1,99 @@
+
+package org.alfresco.repo.cmis.ws;
+
+import java.util.ArrayList;
+import java.util.List;
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * Java class for anonymous complex type.
+ *
+ *
The following schema fragment specifies the expected content contained within this class.
+ *
+ *
+ * <complexType>
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element name="changedObject" type="{http://docs.oasis-open.org/ns/cmis/core/200901}cmisObjectType" maxOccurs="unbounded" minOccurs="0"/>
+ * <element name="changeToken" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
+ *
+ *
+ *
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "", propOrder = {
+ "changedObject",
+ "changeToken"
+})
+@XmlRootElement(name = "getContentChangesResponse")
+public class GetContentChangesResponse {
+
+ @XmlElement(nillable = true)
+ protected List changedObject;
+ @XmlElement(required = true)
+ protected String changeToken;
+
+ /**
+ * Gets the value of the changedObject property.
+ *
+ *
+ * This accessor method returns a reference to the live list,
+ * not a snapshot. Therefore any modification you make to the
+ * returned list will be present inside the JAXB object.
+ * This is why there is not a set
method for the changedObject property.
+ *
+ *
+ * For example, to add a new item, do as follows:
+ *
+ * getChangedObject().add(newItem);
+ *
+ *
+ *
+ *
+ * Objects of the following type(s) are allowed in the list
+ * {@link CmisObjectType }
+ *
+ *
+ */
+ public List getChangedObject() {
+ if (changedObject == null) {
+ changedObject = new ArrayList();
+ }
+ return this.changedObject;
+ }
+
+ /**
+ * Gets the value of the changeToken property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getChangeToken() {
+ return changeToken;
+ }
+
+ /**
+ * Sets the value of the changeToken property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setChangeToken(String value) {
+ this.changeToken = value;
+ }
+
+}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/GetContentStreamResponse.java b/source/generated/org/alfresco/repo/cmis/ws/GetContentStreamResponse.java
index 761001c298..059d44ddd7 100644
--- a/source/generated/org/alfresco/repo/cmis/ws/GetContentStreamResponse.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/GetContentStreamResponse.java
@@ -18,7 +18,7 @@ import javax.xml.bind.annotation.XmlType;
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
- * <element name="contentStream" type="{http://www.cmis.org/2008/05}cmisContentStreamType"/>
+ * <element name="contentStream" type="{http://docs.oasis-open.org/ns/cmis/core/200901}cmisContentStreamType"/>
* </sequence>
* </restriction>
* </complexContent>
diff --git a/source/generated/org/alfresco/repo/cmis/ws/GetDescendants.java b/source/generated/org/alfresco/repo/cmis/ws/GetDescendants.java
index cfddbe4ac0..47dc40cff1 100644
--- a/source/generated/org/alfresco/repo/cmis/ws/GetDescendants.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/GetDescendants.java
@@ -23,11 +23,12 @@ import javax.xml.bind.annotation.XmlType;
* <sequence>
* <element name="repositoryId" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="folderId" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * <element name="type" type="{http://www.cmis.org/2008/05}enumTypesOfFileableObjects" minOccurs="0"/>
+ * <element name="type" type="{http://docs.oasis-open.org/ns/cmis/core/200901}enumTypesOfFileableObjects" minOccurs="0"/>
* <element name="depth" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
* <element name="filter" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="includeAllowableActions" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- * <element name="includeRelationships" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
+ * <element name="includeRelationships" type="{http://docs.oasis-open.org/ns/cmis/core/200901}enumIncludeRelationships" minOccurs="0"/>
+ * <element name="orderBy" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
@@ -44,7 +45,8 @@ import javax.xml.bind.annotation.XmlType;
"depth",
"filter",
"includeAllowableActions",
- "includeRelationships"
+ "includeRelationships",
+ "orderBy"
})
@XmlRootElement(name = "getDescendants")
public class GetDescendants {
@@ -54,14 +56,15 @@ public class GetDescendants {
@XmlElement(required = true)
protected String folderId;
protected EnumTypesOfFileableObjects type;
- @XmlElementRef(name = "depth", namespace = "http://www.cmis.org/2008/05", type = JAXBElement.class)
+ @XmlElementRef(name = "depth", namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", type = JAXBElement.class)
protected JAXBElement depth;
- @XmlElementRef(name = "filter", namespace = "http://www.cmis.org/2008/05", type = JAXBElement.class)
+ @XmlElementRef(name = "filter", namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", type = JAXBElement.class)
protected JAXBElement filter;
- @XmlElementRef(name = "includeAllowableActions", namespace = "http://www.cmis.org/2008/05", type = JAXBElement.class)
+ @XmlElementRef(name = "includeAllowableActions", namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", type = JAXBElement.class)
protected JAXBElement includeAllowableActions;
- @XmlElementRef(name = "includeRelationships", namespace = "http://www.cmis.org/2008/05", type = JAXBElement.class)
- protected JAXBElement includeRelationships;
+ @XmlElementRef(name = "includeRelationships", namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", type = JAXBElement.class)
+ protected JAXBElement includeRelationships;
+ protected String orderBy;
/**
* Gets the value of the repositoryId property.
@@ -212,10 +215,10 @@ public class GetDescendants {
*
* @return
* possible object is
- * {@link JAXBElement }{@code <}{@link Boolean }{@code >}
+ * {@link JAXBElement }{@code <}{@link EnumIncludeRelationships }{@code >}
*
*/
- public JAXBElement getIncludeRelationships() {
+ public JAXBElement getIncludeRelationships() {
return includeRelationships;
}
@@ -224,11 +227,35 @@ public class GetDescendants {
*
* @param value
* allowed object is
- * {@link JAXBElement }{@code <}{@link Boolean }{@code >}
+ * {@link JAXBElement }{@code <}{@link EnumIncludeRelationships }{@code >}
*
*/
- public void setIncludeRelationships(JAXBElement value) {
- this.includeRelationships = ((JAXBElement ) value);
+ public void setIncludeRelationships(JAXBElement value) {
+ this.includeRelationships = ((JAXBElement ) value);
+ }
+
+ /**
+ * Gets the value of the orderBy property.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getOrderBy() {
+ return orderBy;
+ }
+
+ /**
+ * Sets the value of the orderBy property.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setOrderBy(String value) {
+ this.orderBy = value;
}
}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/GetDescendantsResponse.java b/source/generated/org/alfresco/repo/cmis/ws/GetDescendantsResponse.java
index b8ed7bdadc..5f218b6c91 100644
--- a/source/generated/org/alfresco/repo/cmis/ws/GetDescendantsResponse.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/GetDescendantsResponse.java
@@ -5,6 +5,7 @@ import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
@@ -19,7 +20,7 @@ import javax.xml.bind.annotation.XmlType;
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
- * <element ref="{http://www.cmis.org/2008/05}object" maxOccurs="unbounded" minOccurs="0"/>
+ * <element ref="{http://docs.oasis-open.org/ns/cmis/core/200901}object" maxOccurs="unbounded" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
@@ -35,6 +36,7 @@ import javax.xml.bind.annotation.XmlType;
@XmlRootElement(name = "getDescendantsResponse")
public class GetDescendantsResponse {
+ @XmlElement(namespace = "http://docs.oasis-open.org/ns/cmis/core/200901")
protected List object;
/**
diff --git a/source/generated/org/alfresco/repo/cmis/ws/GetFolderParent.java b/source/generated/org/alfresco/repo/cmis/ws/GetFolderParent.java
index 3450ba290d..3a0e3b63dc 100644
--- a/source/generated/org/alfresco/repo/cmis/ws/GetFolderParent.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/GetFolderParent.java
@@ -24,7 +24,7 @@ import javax.xml.bind.annotation.XmlType;
* <element name="folderId" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="filter" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="includeAllowableActions" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- * <element name="includeRelationships" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
+ * <element name="includeRelationships" type="{http://docs.oasis-open.org/ns/cmis/core/200901}enumIncludeRelationships" minOccurs="0"/>
* <element name="returnToRoot" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
* </sequence>
* </restriction>
@@ -51,11 +51,11 @@ public class GetFolderParent {
@XmlElement(required = true)
protected String folderId;
protected String filter;
- @XmlElementRef(name = "includeAllowableActions", namespace = "http://www.cmis.org/2008/05", type = JAXBElement.class)
+ @XmlElementRef(name = "includeAllowableActions", namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", type = JAXBElement.class)
protected JAXBElement includeAllowableActions;
- @XmlElementRef(name = "includeRelationships", namespace = "http://www.cmis.org/2008/05", type = JAXBElement.class)
- protected JAXBElement includeRelationships;
- @XmlElementRef(name = "returnToRoot", namespace = "http://www.cmis.org/2008/05", type = JAXBElement.class)
+ @XmlElementRef(name = "includeRelationships", namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", type = JAXBElement.class)
+ protected JAXBElement includeRelationships;
+ @XmlElementRef(name = "returnToRoot", namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", type = JAXBElement.class)
protected JAXBElement returnToRoot;
/**
@@ -159,10 +159,10 @@ public class GetFolderParent {
*
* @return
* possible object is
- * {@link JAXBElement }{@code <}{@link Boolean }{@code >}
+ * {@link JAXBElement }{@code <}{@link EnumIncludeRelationships }{@code >}
*
*/
- public JAXBElement getIncludeRelationships() {
+ public JAXBElement getIncludeRelationships() {
return includeRelationships;
}
@@ -171,11 +171,11 @@ public class GetFolderParent {
*
* @param value
* allowed object is
- * {@link JAXBElement }{@code <}{@link Boolean }{@code >}
+ * {@link JAXBElement }{@code <}{@link EnumIncludeRelationships }{@code >}
*
*/
- public void setIncludeRelationships(JAXBElement value) {
- this.includeRelationships = ((JAXBElement ) value);
+ public void setIncludeRelationships(JAXBElement value) {
+ this.includeRelationships = ((JAXBElement ) value);
}
/**
diff --git a/source/generated/org/alfresco/repo/cmis/ws/GetFolderParentResponse.java b/source/generated/org/alfresco/repo/cmis/ws/GetFolderParentResponse.java
index 2b24c1f6b2..acaa54f957 100644
--- a/source/generated/org/alfresco/repo/cmis/ws/GetFolderParentResponse.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/GetFolderParentResponse.java
@@ -5,6 +5,7 @@ import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
@@ -19,7 +20,7 @@ import javax.xml.bind.annotation.XmlType;
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
- * <element ref="{http://www.cmis.org/2008/05}object" maxOccurs="unbounded" minOccurs="0"/>
+ * <element ref="{http://docs.oasis-open.org/ns/cmis/core/200901}object" maxOccurs="unbounded" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
@@ -35,6 +36,7 @@ import javax.xml.bind.annotation.XmlType;
@XmlRootElement(name = "getFolderParentResponse")
public class GetFolderParentResponse {
+ @XmlElement(namespace = "http://docs.oasis-open.org/ns/cmis/core/200901")
protected List object;
/**
diff --git a/source/generated/org/alfresco/repo/cmis/ws/GetObjectParents.java b/source/generated/org/alfresco/repo/cmis/ws/GetObjectParents.java
index d8410550dd..fdcc479428 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/GetObjectParents.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/GetObjectParents.java
@@ -24,7 +24,7 @@ import javax.xml.bind.annotation.XmlType;
* <element name="objectId" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="filter" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="includeAllowableActions" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- * <element name="includeRelationships" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
+ * <element name="includeRelationships" type="{http://docs.oasis-open.org/ns/cmis/core/200901}enumIncludeRelationships" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
@@ -49,10 +49,10 @@ public class GetObjectParents {
@XmlElement(required = true)
protected String objectId;
protected String filter;
- @XmlElementRef(name = "includeAllowableActions", namespace = "http://www.cmis.org/2008/05", type = JAXBElement.class)
+ @XmlElementRef(name = "includeAllowableActions", namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", type = JAXBElement.class)
protected JAXBElement includeAllowableActions;
- @XmlElementRef(name = "includeRelationships", namespace = "http://www.cmis.org/2008/05", type = JAXBElement.class)
- protected JAXBElement includeRelationships;
+ @XmlElementRef(name = "includeRelationships", namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", type = JAXBElement.class)
+ protected JAXBElement includeRelationships;
/**
* Gets the value of the repositoryId property.
@@ -155,10 +155,10 @@ public class GetObjectParents {
*
* @return
* possible object is
- * {@link JAXBElement }{@code <}{@link Boolean }{@code >}
+ * {@link JAXBElement }{@code <}{@link EnumIncludeRelationships }{@code >}
*
*/
- public JAXBElement getIncludeRelationships() {
+ public JAXBElement getIncludeRelationships() {
return includeRelationships;
}
@@ -167,11 +167,11 @@ public class GetObjectParents {
*
* @param value
* allowed object is
- * {@link JAXBElement }{@code <}{@link Boolean }{@code >}
+ * {@link JAXBElement }{@code <}{@link EnumIncludeRelationships }{@code >}
*
*/
- public void setIncludeRelationships(JAXBElement value) {
- this.includeRelationships = ((JAXBElement ) value);
+ public void setIncludeRelationships(JAXBElement value) {
+ this.includeRelationships = ((JAXBElement ) value);
}
}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/GetObjectParentsResponse.java b/source/generated/org/alfresco/repo/cmis/ws/GetObjectParentsResponse.java
index 344ef7ab4c..3441924f31 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/GetObjectParentsResponse.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/GetObjectParentsResponse.java
@@ -5,6 +5,7 @@ import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
@@ -19,7 +20,7 @@ import javax.xml.bind.annotation.XmlType;
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
- * <element ref="{http://www.cmis.org/2008/05}object" maxOccurs="unbounded" minOccurs="0"/>
+ * <element ref="{http://docs.oasis-open.org/ns/cmis/core/200901}object" maxOccurs="unbounded" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
@@ -35,6 +36,7 @@ import javax.xml.bind.annotation.XmlType;
@XmlRootElement(name = "getObjectParentsResponse")
public class GetObjectParentsResponse {
+ @XmlElement(namespace = "http://docs.oasis-open.org/ns/cmis/core/200901")
protected List object;
/**
diff --git a/source/generated/org/alfresco/repo/cmis/ws/GetProperties.java b/source/generated/org/alfresco/repo/cmis/ws/GetProperties.java
index 97e694be15..a8646d5e67 100644
--- a/source/generated/org/alfresco/repo/cmis/ws/GetProperties.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/GetProperties.java
@@ -22,10 +22,10 @@ import javax.xml.bind.annotation.XmlType;
* <sequence>
* <element name="repositoryId" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="objectId" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * <element name="returnVersion" type="{http://www.cmis.org/2008/05}enumReturnVersion" minOccurs="0"/>
+ * <element name="returnVersion" type="{http://docs.oasis-open.org/ns/cmis/core/200901}enumReturnVersion" minOccurs="0"/>
* <element name="filter" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="includeAllowableActions" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- * <element name="includeRelationships" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
+ * <element name="includeRelationships" type="{http://docs.oasis-open.org/ns/cmis/core/200901}enumIncludeRelationships" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
@@ -50,14 +50,14 @@ public class GetProperties {
protected String repositoryId;
@XmlElement(required = true)
protected String objectId;
- @XmlElementRef(name = "returnVersion", namespace = "http://www.cmis.org/2008/05", type = JAXBElement.class)
+ @XmlElementRef(name = "returnVersion", namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", type = JAXBElement.class)
protected JAXBElement returnVersion;
- @XmlElementRef(name = "filter", namespace = "http://www.cmis.org/2008/05", type = JAXBElement.class)
+ @XmlElementRef(name = "filter", namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", type = JAXBElement.class)
protected JAXBElement filter;
- @XmlElementRef(name = "includeAllowableActions", namespace = "http://www.cmis.org/2008/05", type = JAXBElement.class)
+ @XmlElementRef(name = "includeAllowableActions", namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", type = JAXBElement.class)
protected JAXBElement includeAllowableActions;
- @XmlElementRef(name = "includeRelationships", namespace = "http://www.cmis.org/2008/05", type = JAXBElement.class)
- protected JAXBElement includeRelationships;
+ @XmlElementRef(name = "includeRelationships", namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", type = JAXBElement.class)
+ protected JAXBElement includeRelationships;
/**
* Gets the value of the repositoryId property.
@@ -184,10 +184,10 @@ public class GetProperties {
*
* @return
* possible object is
- * {@link JAXBElement }{@code <}{@link Boolean }{@code >}
+ * {@link JAXBElement }{@code <}{@link EnumIncludeRelationships }{@code >}
*
*/
- public JAXBElement getIncludeRelationships() {
+ public JAXBElement getIncludeRelationships() {
return includeRelationships;
}
@@ -196,11 +196,11 @@ public class GetProperties {
*
* @param value
* allowed object is
- * {@link JAXBElement }{@code <}{@link Boolean }{@code >}
+ * {@link JAXBElement }{@code <}{@link EnumIncludeRelationships }{@code >}
*
*/
- public void setIncludeRelationships(JAXBElement value) {
- this.includeRelationships = ((JAXBElement ) value);
+ public void setIncludeRelationships(JAXBElement value) {
+ this.includeRelationships = ((JAXBElement ) value);
}
}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/GetPropertiesOfLatestVersion.java b/source/generated/org/alfresco/repo/cmis/ws/GetPropertiesOfLatestVersion.java
index 005ea25aee..ca51eed5c4 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/GetPropertiesOfLatestVersion.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/GetPropertiesOfLatestVersion.java
@@ -47,7 +47,7 @@ public class GetPropertiesOfLatestVersion {
@XmlElement(required = true)
protected String versionSeriesId;
protected boolean majorVersion;
- @XmlElementRef(name = "filter", namespace = "http://www.cmis.org/2008/05", type = JAXBElement.class)
+ @XmlElementRef(name = "filter", namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", type = JAXBElement.class)
protected JAXBElement filter;
/**
diff --git a/source/generated/org/alfresco/repo/cmis/ws/GetPropertiesOfLatestVersionResponse.java b/source/generated/org/alfresco/repo/cmis/ws/GetPropertiesOfLatestVersionResponse.java
index c4f09a659c..1c60d18098 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/GetPropertiesOfLatestVersionResponse.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/GetPropertiesOfLatestVersionResponse.java
@@ -18,7 +18,7 @@ import javax.xml.bind.annotation.XmlType;
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
- * <element ref="{http://www.cmis.org/2008/05}object"/>
+ * <element ref="{http://docs.oasis-open.org/ns/cmis/core/200901}object"/>
* </sequence>
* </restriction>
* </complexContent>
@@ -34,7 +34,7 @@ import javax.xml.bind.annotation.XmlType;
@XmlRootElement(name = "getPropertiesOfLatestVersionResponse")
public class GetPropertiesOfLatestVersionResponse {
- @XmlElement(required = true)
+ @XmlElement(namespace = "http://docs.oasis-open.org/ns/cmis/core/200901", required = true)
protected CmisObjectType object;
/**
diff --git a/source/generated/org/alfresco/repo/cmis/ws/GetPropertiesResponse.java b/source/generated/org/alfresco/repo/cmis/ws/GetPropertiesResponse.java
index c3b14d7cbf..0682eda53e 100644
--- a/source/generated/org/alfresco/repo/cmis/ws/GetPropertiesResponse.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/GetPropertiesResponse.java
@@ -18,7 +18,7 @@ import javax.xml.bind.annotation.XmlType;
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
- * <element ref="{http://www.cmis.org/2008/05}object"/>
+ * <element ref="{http://docs.oasis-open.org/ns/cmis/core/200901}object"/>
* </sequence>
* </restriction>
* </complexContent>
@@ -34,7 +34,7 @@ import javax.xml.bind.annotation.XmlType;
@XmlRootElement(name = "getPropertiesResponse")
public class GetPropertiesResponse {
- @XmlElement(required = true)
+ @XmlElement(namespace = "http://docs.oasis-open.org/ns/cmis/core/200901", required = true)
protected CmisObjectType object;
/**
diff --git a/source/generated/org/alfresco/repo/cmis/ws/GetRelationships.java b/source/generated/org/alfresco/repo/cmis/ws/GetRelationships.java
index cd9acb1fa1..ef105fb547 100644
--- a/source/generated/org/alfresco/repo/cmis/ws/GetRelationships.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/GetRelationships.java
@@ -23,12 +23,12 @@ import javax.xml.bind.annotation.XmlType;
* <sequence>
* <element name="repositoryId" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="objectId" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * <element name="direction" type="{http://www.cmis.org/2008/05}enumRelationshipDirection" minOccurs="0"/>
+ * <element name="direction" type="{http://docs.oasis-open.org/ns/cmis/core/200901}enumRelationshipDirection" minOccurs="0"/>
* <element name="typeId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="includeSubRelationshipTypes" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
* <element name="filter" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="includeAllowableActions" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- * <element name="includeRelationships" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
+ * <element name="includeRelationships" type="{http://docs.oasis-open.org/ns/cmis/core/200901}enumIncludeRelationships" minOccurs="0"/>
* <element name="maxItems" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
* <element name="skipCount" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
* </sequence>
@@ -59,21 +59,21 @@ public class GetRelationships {
protected String repositoryId;
@XmlElement(required = true)
protected String objectId;
- @XmlElementRef(name = "direction", namespace = "http://www.cmis.org/2008/05", type = JAXBElement.class)
+ @XmlElementRef(name = "direction", namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", type = JAXBElement.class)
protected JAXBElement direction;
- @XmlElementRef(name = "typeId", namespace = "http://www.cmis.org/2008/05", type = JAXBElement.class)
+ @XmlElementRef(name = "typeId", namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", type = JAXBElement.class)
protected JAXBElement typeId;
- @XmlElementRef(name = "includeSubRelationshipTypes", namespace = "http://www.cmis.org/2008/05", type = JAXBElement.class)
+ @XmlElementRef(name = "includeSubRelationshipTypes", namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", type = JAXBElement.class)
protected JAXBElement includeSubRelationshipTypes;
- @XmlElementRef(name = "filter", namespace = "http://www.cmis.org/2008/05", type = JAXBElement.class)
+ @XmlElementRef(name = "filter", namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", type = JAXBElement.class)
protected JAXBElement filter;
- @XmlElementRef(name = "includeAllowableActions", namespace = "http://www.cmis.org/2008/05", type = JAXBElement.class)
+ @XmlElementRef(name = "includeAllowableActions", namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", type = JAXBElement.class)
protected JAXBElement includeAllowableActions;
- @XmlElementRef(name = "includeRelationships", namespace = "http://www.cmis.org/2008/05", type = JAXBElement.class)
- protected JAXBElement includeRelationships;
- @XmlElementRef(name = "maxItems", namespace = "http://www.cmis.org/2008/05", type = JAXBElement.class)
+ @XmlElementRef(name = "includeRelationships", namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", type = JAXBElement.class)
+ protected JAXBElement includeRelationships;
+ @XmlElementRef(name = "maxItems", namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", type = JAXBElement.class)
protected JAXBElement maxItems;
- @XmlElementRef(name = "skipCount", namespace = "http://www.cmis.org/2008/05", type = JAXBElement.class)
+ @XmlElementRef(name = "skipCount", namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", type = JAXBElement.class)
protected JAXBElement skipCount;
/**
@@ -249,10 +249,10 @@ public class GetRelationships {
*
* @return
* possible object is
- * {@link JAXBElement }{@code <}{@link Boolean }{@code >}
+ * {@link JAXBElement }{@code <}{@link EnumIncludeRelationships }{@code >}
*
*/
- public JAXBElement getIncludeRelationships() {
+ public JAXBElement getIncludeRelationships() {
return includeRelationships;
}
@@ -261,11 +261,11 @@ public class GetRelationships {
*
* @param value
* allowed object is
- * {@link JAXBElement }{@code <}{@link Boolean }{@code >}
+ * {@link JAXBElement }{@code <}{@link EnumIncludeRelationships }{@code >}
*
*/
- public void setIncludeRelationships(JAXBElement value) {
- this.includeRelationships = ((JAXBElement ) value);
+ public void setIncludeRelationships(JAXBElement value) {
+ this.includeRelationships = ((JAXBElement ) value);
}
/**
diff --git a/source/generated/org/alfresco/repo/cmis/ws/GetRelationshipsResponse.java b/source/generated/org/alfresco/repo/cmis/ws/GetRelationshipsResponse.java
index 9cbb191d0d..bebf688167 100644
--- a/source/generated/org/alfresco/repo/cmis/ws/GetRelationshipsResponse.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/GetRelationshipsResponse.java
@@ -5,6 +5,7 @@ import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
@@ -19,7 +20,7 @@ import javax.xml.bind.annotation.XmlType;
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
- * <element ref="{http://www.cmis.org/2008/05}object" maxOccurs="unbounded" minOccurs="0"/>
+ * <element ref="{http://docs.oasis-open.org/ns/cmis/core/200901}object" maxOccurs="unbounded" minOccurs="0"/>
* <element name="hasMoreItems" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
* </sequence>
* </restriction>
@@ -37,6 +38,7 @@ import javax.xml.bind.annotation.XmlType;
@XmlRootElement(name = "getRelationshipsResponse")
public class GetRelationshipsResponse {
+ @XmlElement(namespace = "http://docs.oasis-open.org/ns/cmis/core/200901")
protected List object;
protected boolean hasMoreItems;
diff --git a/source/generated/org/alfresco/repo/cmis/ws/GetRepositoriesResponse.java b/source/generated/org/alfresco/repo/cmis/ws/GetRepositoriesResponse.java
index 37f7f33d5d..ac73e38ad3 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/GetRepositoriesResponse.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/GetRepositoriesResponse.java
@@ -20,7 +20,7 @@ import javax.xml.bind.annotation.XmlType;
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
- * <element name="repository" type="{http://www.cmis.org/2008/05}cmisRepositoryEntryType" maxOccurs="unbounded" minOccurs="0"/>
+ * <element name="repository" type="{http://docs.oasis-open.org/ns/cmis/core/200901}cmisRepositoryEntryType" maxOccurs="unbounded" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
diff --git a/source/generated/org/alfresco/repo/cmis/ws/GetRepositoryInfoResponse.java b/source/generated/org/alfresco/repo/cmis/ws/GetRepositoryInfoResponse.java
new file mode 100755
index 0000000000..8962c4d091
--- /dev/null
+++ b/source/generated/org/alfresco/repo/cmis/ws/GetRepositoryInfoResponse.java
@@ -0,0 +1,64 @@
+
+package org.alfresco.repo.cmis.ws;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * Java class for anonymous complex type.
+ *
+ *
The following schema fragment specifies the expected content contained within this class.
+ *
+ *
+ * <complexType>
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element name="repositoryInfo" type="{http://docs.oasis-open.org/ns/cmis/core/200901}cmisRepositoryInfoType"/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
+ *
+ *
+ *
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "", propOrder = {
+ "repositoryInfo"
+})
+@XmlRootElement(name = "getRepositoryInfoResponse")
+public class GetRepositoryInfoResponse {
+
+ @XmlElement(required = true)
+ protected CmisRepositoryInfoType repositoryInfo;
+
+ /**
+ * Gets the value of the repositoryInfo property.
+ *
+ * @return
+ * possible object is
+ * {@link CmisRepositoryInfoType }
+ *
+ */
+ public CmisRepositoryInfoType getRepositoryInfo() {
+ return repositoryInfo;
+ }
+
+ /**
+ * Sets the value of the repositoryInfo property.
+ *
+ * @param value
+ * allowed object is
+ * {@link CmisRepositoryInfoType }
+ *
+ */
+ public void setRepositoryInfo(CmisRepositoryInfoType value) {
+ this.repositoryInfo = value;
+ }
+
+}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/GetTypeDefinitionResponse.java b/source/generated/org/alfresco/repo/cmis/ws/GetTypeDefinitionResponse.java
index adfbfc9e78..d27e7416f0 100644
--- a/source/generated/org/alfresco/repo/cmis/ws/GetTypeDefinitionResponse.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/GetTypeDefinitionResponse.java
@@ -1,10 +1,8 @@
package org.alfresco.repo.cmis.ws;
-import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElementRef;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
@@ -19,7 +17,7 @@ import javax.xml.bind.annotation.XmlType;
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
- * <element ref="{http://www.cmis.org/2008/05}type" minOccurs="0"/>
+ * <element name="type" type="{http://docs.oasis-open.org/ns/cmis/core/200901}cmisTypeDefinitionType" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
@@ -35,22 +33,17 @@ import javax.xml.bind.annotation.XmlType;
@XmlRootElement(name = "getTypeDefinitionResponse")
public class GetTypeDefinitionResponse {
- @XmlElementRef(name = "type", namespace = "http://www.cmis.org/2008/05", type = JAXBElement.class)
- protected JAXBElement extends CmisTypeDefinitionType> type;
+ protected CmisTypeDefinitionType type;
/**
* Gets the value of the type property.
*
* @return
* possible object is
- * {@link JAXBElement }{@code <}{@link CmisTypeFolderDefinitionType }{@code >}
- * {@link JAXBElement }{@code <}{@link CmisTypePolicyDefinitionType }{@code >}
- * {@link JAXBElement }{@code <}{@link CmisTypeDocumentDefinitionType }{@code >}
- * {@link JAXBElement }{@code <}{@link CmisTypeRelationshipDefinitionType }{@code >}
- * {@link JAXBElement }{@code <}{@link CmisTypeDefinitionType }{@code >}
+ * {@link CmisTypeDefinitionType }
*
*/
- public JAXBElement extends CmisTypeDefinitionType> getType() {
+ public CmisTypeDefinitionType getType() {
return type;
}
@@ -59,15 +52,11 @@ public class GetTypeDefinitionResponse {
*
* @param value
* allowed object is
- * {@link JAXBElement }{@code <}{@link CmisTypeFolderDefinitionType }{@code >}
- * {@link JAXBElement }{@code <}{@link CmisTypePolicyDefinitionType }{@code >}
- * {@link JAXBElement }{@code <}{@link CmisTypeDocumentDefinitionType }{@code >}
- * {@link JAXBElement }{@code <}{@link CmisTypeRelationshipDefinitionType }{@code >}
- * {@link JAXBElement }{@code <}{@link CmisTypeDefinitionType }{@code >}
+ * {@link CmisTypeDefinitionType }
*
*/
- public void setType(JAXBElement extends CmisTypeDefinitionType> value) {
- this.type = ((JAXBElement extends CmisTypeDefinitionType> ) value);
+ public void setType(CmisTypeDefinitionType value) {
+ this.type = value;
}
}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/GetTypes.java b/source/generated/org/alfresco/repo/cmis/ws/GetTypes.java
index d95bcfb87e..dd812154fa 100644
--- a/source/generated/org/alfresco/repo/cmis/ws/GetTypes.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/GetTypes.java
@@ -23,7 +23,7 @@ import javax.xml.bind.annotation.XmlType;
* <sequence>
* <element name="repositoryId" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="typeId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * <element name="returnPropertyDefinitions" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
+ * <element name="includePropertyDefinitions" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
* <element name="maxItems" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
* <element name="skipCount" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
* </sequence>
@@ -38,7 +38,7 @@ import javax.xml.bind.annotation.XmlType;
@XmlType(name = "", propOrder = {
"repositoryId",
"typeId",
- "returnPropertyDefinitions",
+ "includePropertyDefinitions",
"maxItems",
"skipCount"
})
@@ -47,13 +47,13 @@ public class GetTypes {
@XmlElement(required = true)
protected String repositoryId;
- @XmlElementRef(name = "typeId", namespace = "http://www.cmis.org/2008/05", type = JAXBElement.class)
+ @XmlElementRef(name = "typeId", namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", type = JAXBElement.class)
protected JAXBElement typeId;
- @XmlElementRef(name = "returnPropertyDefinitions", namespace = "http://www.cmis.org/2008/05", type = JAXBElement.class)
- protected JAXBElement returnPropertyDefinitions;
- @XmlElementRef(name = "maxItems", namespace = "http://www.cmis.org/2008/05", type = JAXBElement.class)
+ @XmlElementRef(name = "includePropertyDefinitions", namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", type = JAXBElement.class)
+ protected JAXBElement includePropertyDefinitions;
+ @XmlElementRef(name = "maxItems", namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", type = JAXBElement.class)
protected JAXBElement maxItems;
- @XmlElementRef(name = "skipCount", namespace = "http://www.cmis.org/2008/05", type = JAXBElement.class)
+ @XmlElementRef(name = "skipCount", namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", type = JAXBElement.class)
protected JAXBElement skipCount;
/**
@@ -105,27 +105,27 @@ public class GetTypes {
}
/**
- * Gets the value of the returnPropertyDefinitions property.
+ * Gets the value of the includePropertyDefinitions property.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link Boolean }{@code >}
*
*/
- public JAXBElement getReturnPropertyDefinitions() {
- return returnPropertyDefinitions;
+ public JAXBElement getIncludePropertyDefinitions() {
+ return includePropertyDefinitions;
}
/**
- * Sets the value of the returnPropertyDefinitions property.
+ * Sets the value of the includePropertyDefinitions property.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link Boolean }{@code >}
*
*/
- public void setReturnPropertyDefinitions(JAXBElement value) {
- this.returnPropertyDefinitions = ((JAXBElement ) value);
+ public void setIncludePropertyDefinitions(JAXBElement value) {
+ this.includePropertyDefinitions = ((JAXBElement ) value);
}
/**
diff --git a/source/generated/org/alfresco/repo/cmis/ws/GetTypesResponse.java b/source/generated/org/alfresco/repo/cmis/ws/GetTypesResponse.java
index 50d5976719..795a454f45 100644
--- a/source/generated/org/alfresco/repo/cmis/ws/GetTypesResponse.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/GetTypesResponse.java
@@ -3,10 +3,8 @@ package org.alfresco.repo.cmis.ws;
import java.util.ArrayList;
import java.util.List;
-import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElementRef;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
@@ -21,7 +19,7 @@ import javax.xml.bind.annotation.XmlType;
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
- * <element ref="{http://www.cmis.org/2008/05}type" maxOccurs="unbounded" minOccurs="0"/>
+ * <element name="type" type="{http://docs.oasis-open.org/ns/cmis/core/200901}cmisTypeDefinitionType" maxOccurs="unbounded" minOccurs="0"/>
* <element name="hasMoreItems" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
* </sequence>
* </restriction>
@@ -39,8 +37,7 @@ import javax.xml.bind.annotation.XmlType;
@XmlRootElement(name = "getTypesResponse")
public class GetTypesResponse {
- @XmlElementRef(name = "type", namespace = "http://www.cmis.org/2008/05", type = JAXBElement.class)
- protected List> type;
+ protected List type;
protected boolean hasMoreItems;
/**
@@ -61,17 +58,13 @@ public class GetTypesResponse {
*
*
* Objects of the following type(s) are allowed in the list
- * {@link JAXBElement }{@code <}{@link CmisTypeFolderDefinitionType }{@code >}
- * {@link JAXBElement }{@code <}{@link CmisTypePolicyDefinitionType }{@code >}
- * {@link JAXBElement }{@code <}{@link CmisTypeDocumentDefinitionType }{@code >}
- * {@link JAXBElement }{@code <}{@link CmisTypeRelationshipDefinitionType }{@code >}
- * {@link JAXBElement }{@code <}{@link CmisTypeDefinitionType }{@code >}
+ * {@link CmisTypeDefinitionType }
*
*
*/
- public List> getType() {
+ public List getType() {
if (type == null) {
- type = new ArrayList>();
+ type = new ArrayList();
}
return this.type;
}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/InvalidArgumentException.java b/source/generated/org/alfresco/repo/cmis/ws/InvalidArgumentException.java
deleted file mode 100644
index 85aac0c4bc..0000000000
--- a/source/generated/org/alfresco/repo/cmis/ws/InvalidArgumentException.java
+++ /dev/null
@@ -1,45 +0,0 @@
-
-package org.alfresco.repo.cmis.ws;
-
-import javax.xml.ws.WebFault;
-
-
-/**
- * This class was generated by Apache CXF 2.1.2
- * Fri Sep 05 13:45:08 EEST 2008
- * Generated source version: 2.1.2
- *
- */
-
-@WebFault(name = "invalidArgumentException", targetNamespace = "http://www.cmis.org/2008/05")
-public class InvalidArgumentException extends Exception {
- public static final long serialVersionUID = 20080905134508L;
-
- private org.alfresco.repo.cmis.ws.InvalidArgumentExceptionType invalidArgumentException;
-
- public InvalidArgumentException() {
- super();
- }
-
- public InvalidArgumentException(String message) {
- super(message);
- }
-
- public InvalidArgumentException(String message, Throwable cause) {
- super(message, cause);
- }
-
- public InvalidArgumentException(String message, org.alfresco.repo.cmis.ws.InvalidArgumentExceptionType invalidArgumentException) {
- super(message);
- this.invalidArgumentException = invalidArgumentException;
- }
-
- public InvalidArgumentException(String message, org.alfresco.repo.cmis.ws.InvalidArgumentExceptionType invalidArgumentException, Throwable cause) {
- super(message, cause);
- this.invalidArgumentException = invalidArgumentException;
- }
-
- public org.alfresco.repo.cmis.ws.InvalidArgumentExceptionType getFaultInfo() {
- return this.invalidArgumentException;
- }
-}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/InvalidArgumentExceptionType.java b/source/generated/org/alfresco/repo/cmis/ws/InvalidArgumentExceptionType.java
deleted file mode 100755
index 0ad32d46f1..0000000000
--- a/source/generated/org/alfresco/repo/cmis/ws/InvalidArgumentExceptionType.java
+++ /dev/null
@@ -1,32 +0,0 @@
-
-package org.alfresco.repo.cmis.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Java class for invalidArgumentExceptionType complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="invalidArgumentExceptionType">
- * <complexContent>
- * <extension base="{http://www.cmis.org/2008/05}cmisFaultType">
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "invalidArgumentExceptionType")
-public class InvalidArgumentExceptionType
- extends CmisFaultType
-{
-
-
-}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/MoveObject.java b/source/generated/org/alfresco/repo/cmis/ws/MoveObject.java
index 55ef7cab82..a79af106c8 100644
--- a/source/generated/org/alfresco/repo/cmis/ws/MoveObject.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/MoveObject.java
@@ -48,7 +48,7 @@ public class MoveObject {
protected String objectId;
@XmlElement(required = true)
protected String targetFolderId;
- @XmlElementRef(name = "sourceFolderId", namespace = "http://www.cmis.org/2008/05", type = JAXBElement.class)
+ @XmlElementRef(name = "sourceFolderId", namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", type = JAXBElement.class)
protected JAXBElement sourceFolderId;
/**
diff --git a/source/generated/org/alfresco/repo/cmis/ws/MultiFilingService.java b/source/generated/org/alfresco/repo/cmis/ws/MultiFilingService.java
index 31c6598238..134b32a26c 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/MultiFilingService.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/MultiFilingService.java
@@ -15,26 +15,26 @@ import javax.xml.ws.WebServiceFeature;
/**
* This class was generated by Apache CXF 2.1.2
- * Fri Sep 05 13:44:55 EEST 2008
+ * Mon Apr 27 21:08:02 EEST 2009
* Generated source version: 2.1.2
*
*/
@WebServiceClient(name = "MultiFilingService",
- wsdlLocation = "file:/D:/work/CMIS-WS/CMIS-WS/web/wsdl/cmis/MultiFilingService.wsdl",
- targetNamespace = "http://www.cmis.org/2008/05")
+ wsdlLocation = "file:/D:/work/alfresco-cmis/WS-Binding-061c-t2/source/wsdl/CMISWS-Service.wsdl",
+ targetNamespace = "http://docs.oasis-open.org/ns/cmis/ws/200901")
public class MultiFilingService extends Service {
public final static URL WSDL_LOCATION;
- public final static QName SERVICE = new QName("http://www.cmis.org/2008/05", "MultiFilingService");
- public final static QName MultiFilingServicePort = new QName("http://www.cmis.org/2008/05", "MultiFilingServicePort");
+ public final static QName SERVICE = new QName("http://docs.oasis-open.org/ns/cmis/ws/200901", "MultiFilingService");
+ public final static QName MultiFilingServicePort = new QName("http://docs.oasis-open.org/ns/cmis/ws/200901", "MultiFilingServicePort");
static {
URL url = null;
try {
- url = new URL("file:/D:/work/CMIS-WS/CMIS-WS/web/wsdl/cmis/MultiFilingService.wsdl");
+ url = new URL("file:/D:/work/alfresco-cmis/WS-Binding-061c-t2/source/wsdl/CMISWS-Service.wsdl");
} catch (MalformedURLException e) {
- System.err.println("Can not initialize the default wsdl from file:/D:/work/CMIS-WS/CMIS-WS/web/wsdl/cmis/MultiFilingService.wsdl");
+ System.err.println("Can not initialize the default wsdl from file:/D:/work/alfresco-cmis/WS-Binding-061c-t2/source/wsdl/CMISWS-Service.wsdl");
// e.printStackTrace();
}
WSDL_LOCATION = url;
diff --git a/source/generated/org/alfresco/repo/cmis/ws/MultiFilingServicePort.java b/source/generated/org/alfresco/repo/cmis/ws/MultiFilingServicePort.java
index 5ba99bfc0d..8cdd524d95 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/MultiFilingServicePort.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/MultiFilingServicePort.java
@@ -9,36 +9,36 @@ import javax.xml.ws.ResponseWrapper;
/**
* This class was generated by Apache CXF 2.1.2
- * Fri Sep 05 13:44:55 EEST 2008
+ * Mon Apr 27 21:08:02 EEST 2009
* Generated source version: 2.1.2
*
*/
-@WebService(targetNamespace = "http://www.cmis.org/2008/05", name = "MultiFilingServicePort")
+@WebService(targetNamespace = "http://docs.oasis-open.org/ns/cmis/ws/200901", name = "MultiFilingServicePort")
@XmlSeeAlso({ObjectFactory.class})
public interface MultiFilingServicePort {
- @ResponseWrapper(localName = "removeObjectFromFolderResponse", targetNamespace = "http://www.cmis.org/2008/05", className = "org.alfresco.repo.cmis.ws.RemoveObjectFromFolderResponse")
- @RequestWrapper(localName = "removeObjectFromFolder", targetNamespace = "http://www.cmis.org/2008/05", className = "org.alfresco.repo.cmis.ws.RemoveObjectFromFolder")
+ @RequestWrapper(localName = "removeObjectFromFolder", targetNamespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", className = "org.alfresco.repo.cmis.ws.RemoveObjectFromFolder")
+ @ResponseWrapper(localName = "removeObjectFromFolderResponse", targetNamespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", className = "org.alfresco.repo.cmis.ws.RemoveObjectFromFolderResponse")
@WebMethod
public void removeObjectFromFolder(
- @WebParam(name = "repositoryId", targetNamespace = "http://www.cmis.org/2008/05")
+ @WebParam(name = "repositoryId", targetNamespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901")
java.lang.String repositoryId,
- @WebParam(name = "objectId", targetNamespace = "http://www.cmis.org/2008/05")
+ @WebParam(name = "objectId", targetNamespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901")
java.lang.String objectId,
- @WebParam(name = "folderId", targetNamespace = "http://www.cmis.org/2008/05")
+ @WebParam(name = "folderId", targetNamespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901")
java.lang.String folderId
- ) throws PermissionDeniedException, UpdateConflictException, ObjectNotFoundException, FolderNotValidException, OperationNotSupportedException, NotInFolderException, InvalidArgumentException, RuntimeException, ConstraintViolationException;
+ ) throws CmisException;
- @ResponseWrapper(localName = "addObjectToFolderResponse", targetNamespace = "http://www.cmis.org/2008/05", className = "org.alfresco.repo.cmis.ws.AddObjectToFolderResponse")
- @RequestWrapper(localName = "addObjectToFolder", targetNamespace = "http://www.cmis.org/2008/05", className = "org.alfresco.repo.cmis.ws.AddObjectToFolder")
+ @RequestWrapper(localName = "addObjectToFolder", targetNamespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", className = "org.alfresco.repo.cmis.ws.AddObjectToFolder")
+ @ResponseWrapper(localName = "addObjectToFolderResponse", targetNamespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", className = "org.alfresco.repo.cmis.ws.AddObjectToFolderResponse")
@WebMethod
public void addObjectToFolder(
- @WebParam(name = "repositoryId", targetNamespace = "http://www.cmis.org/2008/05")
+ @WebParam(name = "repositoryId", targetNamespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901")
java.lang.String repositoryId,
- @WebParam(name = "objectId", targetNamespace = "http://www.cmis.org/2008/05")
+ @WebParam(name = "objectId", targetNamespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901")
java.lang.String objectId,
- @WebParam(name = "folderId", targetNamespace = "http://www.cmis.org/2008/05")
+ @WebParam(name = "folderId", targetNamespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901")
java.lang.String folderId
- ) throws PermissionDeniedException, UpdateConflictException, ObjectNotFoundException, FolderNotValidException, OperationNotSupportedException, InvalidArgumentException, RuntimeException, ConstraintViolationException;
+ ) throws CmisException;
}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/NavigationService.java b/source/generated/org/alfresco/repo/cmis/ws/NavigationService.java
index ed6424a598..71cf740157 100644
--- a/source/generated/org/alfresco/repo/cmis/ws/NavigationService.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/NavigationService.java
@@ -15,26 +15,26 @@ import javax.xml.ws.WebServiceFeature;
/**
* This class was generated by Apache CXF 2.1.2
- * Fri Sep 05 13:44:47 EEST 2008
+ * Mon Apr 27 21:08:02 EEST 2009
* Generated source version: 2.1.2
*
*/
@WebServiceClient(name = "NavigationService",
- wsdlLocation = "file:/D:/work/CMIS-WS/CMIS-WS/web/wsdl/cmis/NavigationService.wsdl",
- targetNamespace = "http://www.cmis.org/2008/05")
+ wsdlLocation = "file:/D:/work/alfresco-cmis/WS-Binding-061c-t2/source/wsdl/CMISWS-Service.wsdl",
+ targetNamespace = "http://docs.oasis-open.org/ns/cmis/ws/200901")
public class NavigationService extends Service {
public final static URL WSDL_LOCATION;
- public final static QName SERVICE = new QName("http://www.cmis.org/2008/05", "NavigationService");
- public final static QName NavigationServicePort = new QName("http://www.cmis.org/2008/05", "NavigationServicePort");
+ public final static QName SERVICE = new QName("http://docs.oasis-open.org/ns/cmis/ws/200901", "NavigationService");
+ public final static QName NavigationServicePort = new QName("http://docs.oasis-open.org/ns/cmis/ws/200901", "NavigationServicePort");
static {
URL url = null;
try {
- url = new URL("file:/D:/work/CMIS-WS/CMIS-WS/web/wsdl/cmis/NavigationService.wsdl");
+ url = new URL("file:/D:/work/alfresco-cmis/WS-Binding-061c-t2/source/wsdl/CMISWS-Service.wsdl");
} catch (MalformedURLException e) {
- System.err.println("Can not initialize the default wsdl from file:/D:/work/CMIS-WS/CMIS-WS/web/wsdl/cmis/NavigationService.wsdl");
+ System.err.println("Can not initialize the default wsdl from file:/D:/work/alfresco-cmis/WS-Binding-061c-t2/source/wsdl/CMISWS-Service.wsdl");
// e.printStackTrace();
}
WSDL_LOCATION = url;
diff --git a/source/generated/org/alfresco/repo/cmis/ws/NavigationServicePort.java b/source/generated/org/alfresco/repo/cmis/ws/NavigationServicePort.java
index 1c4685a7ec..b61e509bf0 100644
--- a/source/generated/org/alfresco/repo/cmis/ws/NavigationServicePort.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/NavigationServicePort.java
@@ -10,48 +10,48 @@ import javax.xml.bind.annotation.XmlSeeAlso;
/**
* This class was generated by Apache CXF 2.1.2
- * Fri Sep 05 13:44:47 EEST 2008
+ * Mon Apr 27 21:08:02 EEST 2009
* Generated source version: 2.1.2
*
*/
-@WebService(targetNamespace = "http://www.cmis.org/2008/05", name = "NavigationServicePort")
+@WebService(targetNamespace = "http://docs.oasis-open.org/ns/cmis/ws/200901", name = "NavigationServicePort")
@XmlSeeAlso({ObjectFactory.class})
@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
public interface NavigationServicePort {
- @WebResult(name = "getCheckedoutDocsResponse", targetNamespace = "http://www.cmis.org/2008/05", partName = "parameters")
- @WebMethod
- public GetCheckedoutDocsResponse getCheckedoutDocs(
- @WebParam(partName = "parameters", name = "getCheckedoutDocs", targetNamespace = "http://www.cmis.org/2008/05")
- GetCheckedoutDocs parameters
- ) throws PermissionDeniedException, UpdateConflictException, FilterNotValidException, ObjectNotFoundException, FolderNotValidException, OperationNotSupportedException, InvalidArgumentException, RuntimeException, ConstraintViolationException;
-
- @WebResult(name = "getChildrenResponse", targetNamespace = "http://www.cmis.org/2008/05", partName = "parameters")
- @WebMethod
- public GetChildrenResponse getChildren(
- @WebParam(partName = "parameters", name = "getChildren", targetNamespace = "http://www.cmis.org/2008/05")
- GetChildren parameters
- ) throws PermissionDeniedException, UpdateConflictException, FilterNotValidException, ObjectNotFoundException, FolderNotValidException, OperationNotSupportedException, InvalidArgumentException, RuntimeException, ConstraintViolationException;
-
- @WebResult(name = "getObjectParentsResponse", targetNamespace = "http://www.cmis.org/2008/05", partName = "parameters")
- @WebMethod
- public GetObjectParentsResponse getObjectParents(
- @WebParam(partName = "parameters", name = "getObjectParents", targetNamespace = "http://www.cmis.org/2008/05")
- GetObjectParents parameters
- ) throws PermissionDeniedException, UpdateConflictException, FilterNotValidException, ObjectNotFoundException, FolderNotValidException, OperationNotSupportedException, InvalidArgumentException, RuntimeException, ConstraintViolationException;
-
- @WebResult(name = "getFolderParentResponse", targetNamespace = "http://www.cmis.org/2008/05", partName = "parameters")
+ @WebResult(name = "getFolderParentResponse", targetNamespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", partName = "parameters")
@WebMethod
public GetFolderParentResponse getFolderParent(
- @WebParam(partName = "parameters", name = "getFolderParent", targetNamespace = "http://www.cmis.org/2008/05")
+ @WebParam(partName = "parameters", name = "getFolderParent", targetNamespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901")
GetFolderParent parameters
- ) throws PermissionDeniedException, UpdateConflictException, FilterNotValidException, ObjectNotFoundException, FolderNotValidException, OperationNotSupportedException, InvalidArgumentException, RuntimeException, ConstraintViolationException;
+ ) throws CmisException;
- @WebResult(name = "getDescendantsResponse", targetNamespace = "http://www.cmis.org/2008/05", partName = "parameters")
+ @WebResult(name = "getObjectParentsResponse", targetNamespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", partName = "parameters")
+ @WebMethod
+ public GetObjectParentsResponse getObjectParents(
+ @WebParam(partName = "parameters", name = "getObjectParents", targetNamespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901")
+ GetObjectParents parameters
+ ) throws CmisException;
+
+ @WebResult(name = "getCheckedoutDocsResponse", targetNamespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", partName = "parameters")
+ @WebMethod
+ public GetCheckedoutDocsResponse getCheckedoutDocs(
+ @WebParam(partName = "parameters", name = "getCheckedoutDocs", targetNamespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901")
+ GetCheckedoutDocs parameters
+ ) throws CmisException;
+
+ @WebResult(name = "getDescendantsResponse", targetNamespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", partName = "parameters")
@WebMethod
public GetDescendantsResponse getDescendants(
- @WebParam(partName = "parameters", name = "getDescendants", targetNamespace = "http://www.cmis.org/2008/05")
+ @WebParam(partName = "parameters", name = "getDescendants", targetNamespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901")
GetDescendants parameters
- ) throws PermissionDeniedException, UpdateConflictException, FilterNotValidException, ObjectNotFoundException, FolderNotValidException, OperationNotSupportedException, InvalidArgumentException, RuntimeException, ConstraintViolationException;
+ ) throws CmisException;
+
+ @WebResult(name = "getChildrenResponse", targetNamespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901", partName = "parameters")
+ @WebMethod
+ public GetChildrenResponse getChildren(
+ @WebParam(partName = "parameters", name = "getChildren", targetNamespace = "http://docs.oasis-open.org/ns/cmis/messaging/200901")
+ GetChildren parameters
+ ) throws CmisException;
}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/NotInFolderException.java b/source/generated/org/alfresco/repo/cmis/ws/NotInFolderException.java
deleted file mode 100644
index ba51feda4f..0000000000
--- a/source/generated/org/alfresco/repo/cmis/ws/NotInFolderException.java
+++ /dev/null
@@ -1,45 +0,0 @@
-
-package org.alfresco.repo.cmis.ws;
-
-import javax.xml.ws.WebFault;
-
-
-/**
- * This class was generated by Apache CXF 2.1.2
- * Fri Sep 05 13:44:55 EEST 2008
- * Generated source version: 2.1.2
- *
- */
-
-@WebFault(name = "notInFolderException", targetNamespace = "http://www.cmis.org/2008/05")
-public class NotInFolderException extends Exception {
- public static final long serialVersionUID = 20080905134455L;
-
- private org.alfresco.repo.cmis.ws.NotInFolderExceptionType notInFolderException;
-
- public NotInFolderException() {
- super();
- }
-
- public NotInFolderException(String message) {
- super(message);
- }
-
- public NotInFolderException(String message, Throwable cause) {
- super(message, cause);
- }
-
- public NotInFolderException(String message, org.alfresco.repo.cmis.ws.NotInFolderExceptionType notInFolderException) {
- super(message);
- this.notInFolderException = notInFolderException;
- }
-
- public NotInFolderException(String message, org.alfresco.repo.cmis.ws.NotInFolderExceptionType notInFolderException, Throwable cause) {
- super(message, cause);
- this.notInFolderException = notInFolderException;
- }
-
- public org.alfresco.repo.cmis.ws.NotInFolderExceptionType getFaultInfo() {
- return this.notInFolderException;
- }
-}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/NotInFolderExceptionType.java b/source/generated/org/alfresco/repo/cmis/ws/NotInFolderExceptionType.java
deleted file mode 100755
index c2559b9103..0000000000
--- a/source/generated/org/alfresco/repo/cmis/ws/NotInFolderExceptionType.java
+++ /dev/null
@@ -1,32 +0,0 @@
-
-package org.alfresco.repo.cmis.ws;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Java class for notInFolderExceptionType complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="notInFolderExceptionType">
- * <complexContent>
- * <extension base="{http://www.cmis.org/2008/05}cmisFaultType">
- * </extension>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "notInFolderExceptionType")
-public class NotInFolderExceptionType
- extends CmisFaultType
-{
-
-
-}
diff --git a/source/generated/org/alfresco/repo/cmis/ws/ObjectFactory.java b/source/generated/org/alfresco/repo/cmis/ws/ObjectFactory.java
index fcd509e534..a4dfad6c82 100755
--- a/source/generated/org/alfresco/repo/cmis/ws/ObjectFactory.java
+++ b/source/generated/org/alfresco/repo/cmis/ws/ObjectFactory.java
@@ -25,87 +25,74 @@ import javax.xml.namespace.QName;
@XmlRegistry
public class ObjectFactory {
- private final static QName _UpdatePropertiesChangeToken_QNAME = new QName("http://www.cmis.org/2008/05", "changeToken");
- private final static QName _CreatePolicyFolderId_QNAME = new QName("http://www.cmis.org/2008/05", "folderId");
- private final static QName _CreateDocumentVersioningState_QNAME = new QName("http://www.cmis.org/2008/05", "versioningState");
- private final static QName _CreateDocumentContentStream_QNAME = new QName("http://www.cmis.org/2008/05", "contentStream");
- private final static QName _GetAllVersionsIncludeAllowableActions_QNAME = new QName("http://www.cmis.org/2008/05", "includeAllowableActions");
- private final static QName _GetAllVersionsFilter_QNAME = new QName("http://www.cmis.org/2008/05", "filter");
- private final static QName _GetAllVersionsIncludeRelationships_QNAME = new QName("http://www.cmis.org/2008/05", "includeRelationships");
- private final static QName _GetRelationshipsSkipCount_QNAME = new QName("http://www.cmis.org/2008/05", "skipCount");
- private final static QName _GetRelationshipsTypeId_QNAME = new QName("http://www.cmis.org/2008/05", "typeId");
- private final static QName _GetRelationshipsIncludeSubRelationshipTypes_QNAME = new QName("http://www.cmis.org/2008/05", "includeSubRelationshipTypes");
- private final static QName _GetRelationshipsDirection_QNAME = new QName("http://www.cmis.org/2008/05", "direction");
- private final static QName _GetRelationshipsMaxItems_QNAME = new QName("http://www.cmis.org/2008/05", "maxItems");
- private final static QName _PropertyStringDefinition_QNAME = new QName("http://www.cmis.org/2008/05", "propertyStringDefinition");
- private final static QName _PropertyXml_QNAME = new QName("http://www.cmis.org/2008/05", "propertyXml");
- private final static QName _ChoiceDateTime_QNAME = new QName("http://www.cmis.org/2008/05", "choiceDateTime");
- private final static QName _Terminator_QNAME = new QName("http://www.cmis.org/2008/05", "terminator");
- private final static QName _Object_QNAME = new QName("http://www.cmis.org/2008/05", "object");
- private final static QName _ObjectNotFoundException_QNAME = new QName("http://www.cmis.org/2008/05", "objectNotFoundException");
- private final static QName _HasMoreItems_QNAME = new QName("http://www.cmis.org/2008/05", "hasMoreItems");
- private final static QName _ChoiceBoolean_QNAME = new QName("http://www.cmis.org/2008/05", "choiceBoolean");
- private final static QName _PropertyDecimal_QNAME = new QName("http://www.cmis.org/2008/05", "propertyDecimal");
- private final static QName _PropertyDefinition_QNAME = new QName("http://www.cmis.org/2008/05", "propertyDefinition");
- private final static QName _ChoiceHtml_QNAME = new QName("http://www.cmis.org/2008/05", "choiceHtml");
- private final static QName _ConstraintViolationException_QNAME = new QName("http://www.cmis.org/2008/05", "constraintViolationException");
- private final static QName _OperationNotSupportedException_QNAME = new QName("http://www.cmis.org/2008/05", "operationNotSupportedException");
- private final static QName _TypeNotFoundException_QNAME = new QName("http://www.cmis.org/2008/05", "typeNotFoundException");
- private final static QName _FolderNotValidException_QNAME = new QName("http://www.cmis.org/2008/05", "folderNotValidException");
- private final static QName _DocumentType_QNAME = new QName("http://www.cmis.org/2008/05", "documentType");
- private final static QName _Type_QNAME = new QName("http://www.cmis.org/2008/05", "type");
- private final static QName _ChoiceInteger_QNAME = new QName("http://www.cmis.org/2008/05", "choiceInteger");
- private final static QName _InvalidArgumentException_QNAME = new QName("http://www.cmis.org/2008/05", "invalidArgumentException");
- private final static QName _OffsetException_QNAME = new QName("http://www.cmis.org/2008/05", "offsetException");
- private final static QName _StorageException_QNAME = new QName("http://www.cmis.org/2008/05", "storageException");
- private final static QName _ChoiceDecimal_QNAME = new QName("http://www.cmis.org/2008/05", "choiceDecimal");
- private final static QName _RelationshipType_QNAME = new QName("http://www.cmis.org/2008/05", "relationshipType");
- private final static QName _AllowableActions_QNAME = new QName("http://www.cmis.org/2008/05", "allowableActions");
- private final static QName _ChoiceString_QNAME = new QName("http://www.cmis.org/2008/05", "choiceString");
- private final static QName _FolderType_QNAME = new QName("http://www.cmis.org/2008/05", "folderType");
- private final static QName _VersioningException_QNAME = new QName("http://www.cmis.org/2008/05", "versioningException");
- private final static QName _ChoiceId_QNAME = new QName("http://www.cmis.org/2008/05", "choiceId");
- private final static QName _Query_QNAME = new QName("http://www.cmis.org/2008/05", "query");
- private final static QName _ChoiceUri_QNAME = new QName("http://www.cmis.org/2008/05", "choiceUri");
- private final static QName _PropertyBoolean_QNAME = new QName("http://www.cmis.org/2008/05", "propertyBoolean");
- private final static QName _PropertyDecimalDefinition_QNAME = new QName("http://www.cmis.org/2008/05", "propertyDecimalDefinition");
- private final static QName _PolicyType_QNAME = new QName("http://www.cmis.org/2008/05", "policyType");
- private final static QName _PropertyInteger_QNAME = new QName("http://www.cmis.org/2008/05", "propertyInteger");
- private final static QName _PropertyBooleanDefinition_QNAME = new QName("http://www.cmis.org/2008/05", "propertyBooleanDefinition");
- private final static QName _PropertyString_QNAME = new QName("http://www.cmis.org/2008/05", "propertyString");
- private final static QName _PropertyIdDefinition_QNAME = new QName("http://www.cmis.org/2008/05", "propertyIdDefinition");
- private final static QName _GetRepositoryInfoResponse_QNAME = new QName("http://www.cmis.org/2008/05", "getRepositoryInfoResponse");
- private final static QName _PropertyUriDefinition_QNAME = new QName("http://www.cmis.org/2008/05", "propertyUriDefinition");
- private final static QName _PropertyDateTime_QNAME = new QName("http://www.cmis.org/2008/05", "propertyDateTime");
- private final static QName _RepositoryInfo_QNAME = new QName("http://www.cmis.org/2008/05", "repositoryInfo");
- private final static QName _ContentAlreadyExistsException_QNAME = new QName("http://www.cmis.org/2008/05", "contentAlreadyExistsException");
- private final static QName _UpdateConflictException_QNAME = new QName("http://www.cmis.org/2008/05", "updateConflictException");
- private final static QName _Choice_QNAME = new QName("http://www.cmis.org/2008/05", "choice");
- private final static QName _PropertyXmlDefinition_QNAME = new QName("http://www.cmis.org/2008/05", "propertyXmlDefinition");
- private final static QName _PermissionDeniedException_QNAME = new QName("http://www.cmis.org/2008/05", "permissionDeniedException");
- private final static QName _ChoiceXml_QNAME = new QName("http://www.cmis.org/2008/05", "choiceXml");
- private final static QName _NotInFolderException_QNAME = new QName("http://www.cmis.org/2008/05", "notInFolderException");
- private final static QName _StreamNotSupportedException_QNAME = new QName("http://www.cmis.org/2008/05", "streamNotSupportedException");
- private final static QName _Property_QNAME = new QName("http://www.cmis.org/2008/05", "property");
- private final static QName _FilterNotValidException_QNAME = new QName("http://www.cmis.org/2008/05", "filterNotValidException");
- private final static QName _PropertyHtmlDefinition_QNAME = new QName("http://www.cmis.org/2008/05", "propertyHtmlDefinition");
- private final static QName _PropertyUri_QNAME = new QName("http://www.cmis.org/2008/05", "propertyUri");
- private final static QName _PropertyDateTimeDefinition_QNAME = new QName("http://www.cmis.org/2008/05", "propertyDateTimeDefinition");
- private final static QName _PropertyHtml_QNAME = new QName("http://www.cmis.org/2008/05", "propertyHtml");
- private final static QName _PropertyId_QNAME = new QName("http://www.cmis.org/2008/05", "propertyId");
- private final static QName _RuntimeException_QNAME = new QName("http://www.cmis.org/2008/05", "runtimeException");
- private final static QName _PropertyIntegerDefinition_QNAME = new QName("http://www.cmis.org/2008/05", "propertyIntegerDefinition");
- private final static QName _DeleteTreeContinueOnFailure_QNAME = new QName("http://www.cmis.org/2008/05", "continueOnFailure");
- private final static QName _CheckInProperties_QNAME = new QName("http://www.cmis.org/2008/05", "properties");
- private final static QName _CheckInMajor_QNAME = new QName("http://www.cmis.org/2008/05", "major");
- private final static QName _CheckInCheckinComment_QNAME = new QName("http://www.cmis.org/2008/05", "checkinComment");
- private final static QName _GetDescendantsDepth_QNAME = new QName("http://www.cmis.org/2008/05", "depth");
- private final static QName _GetTypesReturnPropertyDefinitions_QNAME = new QName("http://www.cmis.org/2008/05", "returnPropertyDefinitions");
- private final static QName _GetCheckedoutDocsFolderID_QNAME = new QName("http://www.cmis.org/2008/05", "folderID");
- private final static QName _GetPropertiesReturnVersion_QNAME = new QName("http://www.cmis.org/2008/05", "returnVersion");
- private final static QName _SetContentStreamOverwriteFlag_QNAME = new QName("http://www.cmis.org/2008/05", "overwriteFlag");
- private final static QName _MoveObjectSourceFolderId_QNAME = new QName("http://www.cmis.org/2008/05", "sourceFolderId");
- private final static QName _GetFolderParentReturnToRoot_QNAME = new QName("http://www.cmis.org/2008/05", "returnToRoot");
+ private final static QName _ChoiceDateTime_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "choiceDateTime");
+ private final static QName _AllowableActions_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "allowableActions");
+ private final static QName _DocumentType_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "documentType");
+ private final static QName _PropertyUriDefinition_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "propertyUriDefinition");
+ private final static QName _ChoiceDecimal_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "choiceDecimal");
+ private final static QName _ChoiceString_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "choiceString");
+ private final static QName _Query_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "query");
+ private final static QName _PropertyHtml_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "propertyHtml");
+ private final static QName _Choice_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "choice");
+ private final static QName _Object_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "object");
+ private final static QName _RepositoryInfo_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "repositoryInfo");
+ private final static QName _PropertyDecimal_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "propertyDecimal");
+ private final static QName _Type_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "type");
+ private final static QName _PropertyHtmlDefinition_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "propertyHtmlDefinition");
+ private final static QName _RelationshipType_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "relationshipType");
+ private final static QName _PropertyStringDefinition_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "propertyStringDefinition");
+ private final static QName _ChoiceXml_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "choiceXml");
+ private final static QName _PropertyId_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "propertyId");
+ private final static QName _ChoiceUri_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "choiceUri");
+ private final static QName _ChoiceInteger_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "choiceInteger");
+ private final static QName _PropertyIntegerDefinition_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "propertyIntegerDefinition");
+ private final static QName _HasMoreItems_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "hasMoreItems");
+ private final static QName _ChoiceBoolean_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "choiceBoolean");
+ private final static QName _PropertyIdDefinition_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "propertyIdDefinition");
+ private final static QName _PropertyXmlDefinition_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "propertyXmlDefinition");
+ private final static QName _PropertyDateTime_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "propertyDateTime");
+ private final static QName _CmisFault_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200901", "cmisFault");
+ private final static QName _PropertyBooleanDefinition_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "propertyBooleanDefinition");
+ private final static QName _Terminator_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "terminator");
+ private final static QName _FolderType_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "folderType");
+ private final static QName _Property_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "property");
+ private final static QName _PropertyDefinition_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "propertyDefinition");
+ private final static QName _PropertyXml_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "propertyXml");
+ private final static QName _PolicyType_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "policyType");
+ private final static QName _PropertyBoolean_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "propertyBoolean");
+ private final static QName _PropertyString_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "propertyString");
+ private final static QName _PropertyUri_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "propertyUri");
+ private final static QName _PropertyDecimalDefinition_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "propertyDecimalDefinition");
+ private final static QName _ChoiceId_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "choiceId");
+ private final static QName _ChoiceHtml_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "choiceHtml");
+ private final static QName _PropertyDateTimeDefinition_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "propertyDateTimeDefinition");
+ private final static QName _PropertyInteger_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200901", "propertyInteger");
+ private final static QName _RemoveObjectFromFolderFolderId_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200901", "folderId");
+ private final static QName _GetDescendantsFilter_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200901", "filter");
+ private final static QName _GetDescendantsDepth_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200901", "depth");
+ private final static QName _GetDescendantsIncludeRelationships_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200901", "includeRelationships");
+ private final static QName _GetDescendantsIncludeAllowableActions_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200901", "includeAllowableActions");
+ private final static QName _GetPropertiesReturnVersion_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200901", "returnVersion");
+ private final static QName _GetContentChangesIncludeProperties_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200901", "includeProperties");
+ private final static QName _GetContentChangesIncludeACL_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200901", "includeACL");
+ private final static QName _GetContentChangesMaxItems_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200901", "maxItems");
+ private final static QName _DeleteTreeContinueOnFailure_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200901", "continueOnFailure");
+ private final static QName _SetContentStreamOverwriteFlag_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200901", "overwriteFlag");
+ private final static QName _GetTypesIncludePropertyDefinitions_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200901", "includePropertyDefinitions");
+ private final static QName _GetTypesSkipCount_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200901", "skipCount");
+ private final static QName _GetTypesTypeId_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200901", "typeId");
+ private final static QName _CreateDocumentContentStream_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200901", "contentStream");
+ private final static QName _CreateDocumentVersioningState_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200901", "versioningState");
+ private final static QName _GetFolderParentReturnToRoot_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200901", "returnToRoot");
+ private final static QName _MoveObjectSourceFolderId_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200901", "sourceFolderId");
+ private final static QName _GetChildrenType_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200901", "type");
+ private final static QName _GetRelationshipsIncludeSubRelationshipTypes_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200901", "includeSubRelationshipTypes");
+ private final static QName _GetRelationshipsDirection_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200901", "direction");
+ private final static QName _UpdatePropertiesChangeToken_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200901", "changeToken");
+ private final static QName _CheckInProperties_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200901", "properties");
+ private final static QName _CheckInMajor_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200901", "major");
+ private final static QName _CheckInCheckinComment_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200901", "checkinComment");
+ private final static QName _GetCheckedoutDocsOrderBy_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200901", "orderBy");
/**
* Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.alfresco.repo.cmis.ws
@@ -115,19 +102,27 @@ public class ObjectFactory {
}
/**
- * Create an instance of {@link GetAllowableActionsResponse }
+ * Create an instance of {@link CmisChoiceXmlType }
*
*/
- public GetAllowableActionsResponse createGetAllowableActionsResponse() {
- return new GetAllowableActionsResponse();
+ public CmisChoiceXmlType createCmisChoiceXmlType() {
+ return new CmisChoiceXmlType();
}
/**
- * Create an instance of {@link GetPropertiesOfLatestVersionResponse }
+ * Create an instance of {@link GetProperties }
*
*/
- public GetPropertiesOfLatestVersionResponse createGetPropertiesOfLatestVersionResponse() {
- return new GetPropertiesOfLatestVersionResponse();
+ public GetProperties createGetProperties() {
+ return new GetProperties();
+ }
+
+ /**
+ * Create an instance of {@link CancelCheckOut }
+ *
+ */
+ public CancelCheckOut createCancelCheckOut() {
+ return new CancelCheckOut();
}
/**
@@ -139,99 +134,243 @@ public class ObjectFactory {
}
/**
- * Create an instance of {@link DeleteTree }
+ * Create an instance of {@link GetAllVersionsResponse }
*
*/
- public DeleteTree createDeleteTree() {
- return new DeleteTree();
+ public GetAllVersionsResponse createGetAllVersionsResponse() {
+ return new GetAllVersionsResponse();
}
/**
- * Create an instance of {@link CmisPropertyStringDefinitionType }
+ * Create an instance of {@link GetCheckedoutDocsResponse }
*
*/
- public CmisPropertyStringDefinitionType createCmisPropertyStringDefinitionType() {
- return new CmisPropertyStringDefinitionType();
+ public GetCheckedoutDocsResponse createGetCheckedoutDocsResponse() {
+ return new GetCheckedoutDocsResponse();
}
/**
- * Create an instance of {@link ApplyPolicyResponse }
+ * Create an instance of {@link CmisChoiceBooleanType }
*
*/
- public ApplyPolicyResponse createApplyPolicyResponse() {
- return new ApplyPolicyResponse();
+ public CmisChoiceBooleanType createCmisChoiceBooleanType() {
+ return new CmisChoiceBooleanType();
}
/**
- * Create an instance of {@link DeleteAllVersions }
+ * Create an instance of {@link CmisPropertyXml.Value }
*
*/
- public DeleteAllVersions createDeleteAllVersions() {
- return new DeleteAllVersions();
+ public CmisPropertyXml.Value createCmisPropertyXmlValue() {
+ return new CmisPropertyXml.Value();
}
/**
- * Create an instance of {@link CmisPropertyUriDefinitionType }
+ * Create an instance of {@link CmisTypePolicyDefinitionType }
*
*/
- public CmisPropertyUriDefinitionType createCmisPropertyUriDefinitionType() {
- return new CmisPropertyUriDefinitionType();
+ public CmisTypePolicyDefinitionType createCmisTypePolicyDefinitionType() {
+ return new CmisTypePolicyDefinitionType();
}
/**
- * Create an instance of {@link RemoveObjectFromFolderResponse }
+ * Create an instance of {@link CmisPropertyIdDefinitionType }
*
*/
- public RemoveObjectFromFolderResponse createRemoveObjectFromFolderResponse() {
- return new RemoveObjectFromFolderResponse();
+ public CmisPropertyIdDefinitionType createCmisPropertyIdDefinitionType() {
+ return new CmisPropertyIdDefinitionType();
}
/**
- * Create an instance of {@link CmisPropertyBoolean }
+ * Create an instance of {@link GetObjectParents }
*
*/
- public CmisPropertyBoolean createCmisPropertyBoolean() {
- return new CmisPropertyBoolean();
+ public GetObjectParents createGetObjectParents() {
+ return new GetObjectParents();
}
/**
- * Create an instance of {@link CreatePolicy }
+ * Create an instance of {@link GetContentChangesResponse }
*
*/
- public CreatePolicy createCreatePolicy() {
- return new CreatePolicy();
+ public GetContentChangesResponse createGetContentChangesResponse() {
+ return new GetContentChangesResponse();
}
/**
- * Create an instance of {@link CmisRepositoryEntryType }
+ * Create an instance of {@link CheckInResponse }
*
*/
- public CmisRepositoryEntryType createCmisRepositoryEntryType() {
- return new CmisRepositoryEntryType();
+ public CheckInResponse createCheckInResponse() {
+ return new CheckInResponse();
}
/**
- * Create an instance of {@link DeleteTreeResponse.FailedToDelete }
+ * Create an instance of {@link GetContentStream }
*
*/
- public DeleteTreeResponse.FailedToDelete createDeleteTreeResponseFailedToDelete() {
- return new DeleteTreeResponse.FailedToDelete();
+ public GetContentStream createGetContentStream() {
+ return new GetContentStream();
}
/**
- * Create an instance of {@link CreateFolderResponse }
+ * Create an instance of {@link CmisAccessControlEntryType }
*
*/
- public CreateFolderResponse createCreateFolderResponse() {
- return new CreateFolderResponse();
+ public CmisAccessControlEntryType createCmisAccessControlEntryType() {
+ return new CmisAccessControlEntryType();
}
/**
- * Create an instance of {@link CmisRepositoryInfoType }
+ * Create an instance of {@link GetContentChanges }
*
*/
- public CmisRepositoryInfoType createCmisRepositoryInfoType() {
- return new CmisRepositoryInfoType();
+ public GetContentChanges createGetContentChanges() {
+ return new GetContentChanges();
+ }
+
+ /**
+ * Create an instance of {@link CmisPropertyHtml }
+ *
+ */
+ public CmisPropertyHtml createCmisPropertyHtml() {
+ return new CmisPropertyHtml();
+ }
+
+ /**
+ * Create an instance of {@link GetRepositoriesResponse }
+ *
+ */
+ public GetRepositoriesResponse createGetRepositoriesResponse() {
+ return new GetRepositoriesResponse();
+ }
+
+ /**
+ * Create an instance of {@link CmisPropertyDecimal }
+ *
+ */
+ public CmisPropertyDecimal createCmisPropertyDecimal() {
+ return new CmisPropertyDecimal();
+ }
+
+ /**
+ * Create an instance of {@link CheckOut }
+ *
+ */
+ public CheckOut createCheckOut() {
+ return new CheckOut();
+ }
+
+ /**
+ * Create an instance of {@link GetFolderParentResponse }
+ *
+ */
+ public GetFolderParentResponse createGetFolderParentResponse() {
+ return new GetFolderParentResponse();
+ }
+
+ /**
+ * Create an instance of {@link CmisChoiceStringType }
+ *
+ */
+ public CmisChoiceStringType createCmisChoiceStringType() {
+ return new CmisChoiceStringType();
+ }
+
+ /**
+ * Create an instance of {@link CmisChoiceUriType }
+ *
+ */
+ public CmisChoiceUriType createCmisChoiceUriType() {
+ return new CmisChoiceUriType();
+ }
+
+ /**
+ * Create an instance of {@link GetChildren }
+ *
+ */
+ public GetChildren createGetChildren() {
+ return new GetChildren();
+ }
+
+ /**
+ * Create an instance of {@link CmisPropertyHtml.Value }
+ *
+ */
+ public CmisPropertyHtml.Value createCmisPropertyHtmlValue() {
+ return new CmisPropertyHtml.Value();
+ }
+
+ /**
+ * Create an instance of {@link CmisPropertiesType }
+ *
+ */
+ public CmisPropertiesType createCmisPropertiesType() {
+ return new CmisPropertiesType();
+ }
+
+ /**
+ * Create an instance of {@link UpdateProperties }
+ *
+ */
+ public UpdateProperties createUpdateProperties() {
+ return new UpdateProperties();
+ }
+
+ /**
+ * Create an instance of {@link CmisChoiceHtmlType }
+ *
+ */
+ public CmisChoiceHtmlType createCmisChoiceHtmlType() {
+ return new CmisChoiceHtmlType();
+ }
+
+ /**
+ * Create an instance of {@link CheckIn }
+ *
+ */
+ public CheckIn createCheckIn() {
+ return new CheckIn();
+ }
+
+ /**
+ * Create an instance of {@link DeleteObject }
+ *
+ */
+ public DeleteObject createDeleteObject() {
+ return new DeleteObject();
+ }
+
+ /**
+ * Create an instance of {@link CmisTypeDocumentDefinitionType }
+ *
+ */
+ public CmisTypeDocumentDefinitionType createCmisTypeDocumentDefinitionType() {
+ return new CmisTypeDocumentDefinitionType();
+ }
+
+ /**
+ * Create an instance of {@link CmisChangedObjectType }
+ *
+ */
+ public CmisChangedObjectType createCmisChangedObjectType() {
+ return new CmisChangedObjectType();
+ }
+
+ /**
+ * Create an instance of {@link CmisRepositoryCapabilitiesType }
+ *
+ */
+ public CmisRepositoryCapabilitiesType createCmisRepositoryCapabilitiesType() {
+ return new CmisRepositoryCapabilitiesType();
+ }
+
+ /**
+ * Create an instance of {@link CmisPropertyBooleanDefinitionType }
+ *
+ */
+ public CmisPropertyBooleanDefinitionType createCmisPropertyBooleanDefinitionType() {
+ return new CmisPropertyBooleanDefinitionType();
}
/**
@@ -242,6 +381,334 @@ public class ObjectFactory {
return new CmisPropertyUri();
}
+ /**
+ * Create an instance of {@link DeleteAllVersionsResponse }
+ *
+ */
+ public DeleteAllVersionsResponse createDeleteAllVersionsResponse() {
+ return new DeleteAllVersionsResponse();
+ }
+
+ /**
+ * Create an instance of {@link GetRepositoryInfoResponse }
+ *
+ */
+ public GetRepositoryInfoResponse createGetRepositoryInfoResponse() {
+ return new GetRepositoryInfoResponse();
+ }
+
+ /**
+ * Create an instance of {@link DeleteObjectResponse }
+ *
+ */
+ public DeleteObjectResponse createDeleteObjectResponse() {
+ return new DeleteObjectResponse();
+ }
+
+ /**
+ * Create an instance of {@link CmisPropertyIntegerDefinitionType }
+ *
+ */
+ public CmisPropertyIntegerDefinitionType createCmisPropertyIntegerDefinitionType() {
+ return new CmisPropertyIntegerDefinitionType();
+ }
+
+ /**
+ * Create an instance of {@link GetRelationshipsResponse }
+ *
+ */
+ public GetRelationshipsResponse createGetRelationshipsResponse() {
+ return new GetRelationshipsResponse();
+ }
+
+ /**
+ * Create an instance of {@link CmisPermissionSetType }
+ *
+ */
+ public CmisPermissionSetType createCmisPermissionSetType() {
+ return new CmisPermissionSetType();
+ }
+
+ /**
+ * Create an instance of {@link GetAllowableActions }
+ *
+ */
+ public GetAllowableActions createGetAllowableActions() {
+ return new GetAllowableActions();
+ }
+
+ /**
+ * Create an instance of {@link MoveObjectResponse }
+ *
+ */
+ public MoveObjectResponse createMoveObjectResponse() {
+ return new MoveObjectResponse();
+ }
+
+ /**
+ * Create an instance of {@link CmisChoiceIdType }
+ *
+ */
+ public CmisChoiceIdType createCmisChoiceIdType() {
+ return new CmisChoiceIdType();
+ }
+
+ /**
+ * Create an instance of {@link GetRelationships }
+ *
+ */
+ public GetRelationships createGetRelationships() {
+ return new GetRelationships();
+ }
+
+ /**
+ * Create an instance of {@link DeleteTreeResponse.FailedToDelete }
+ *
+ */
+ public DeleteTreeResponse.FailedToDelete createDeleteTreeResponseFailedToDelete() {
+ return new DeleteTreeResponse.FailedToDelete();
+ }
+
+ /**
+ * Create an instance of {@link CmisPropertyUriDefinitionType }
+ *
+ */
+ public CmisPropertyUriDefinitionType createCmisPropertyUriDefinitionType() {
+ return new CmisPropertyUriDefinitionType();
+ }
+
+ /**
+ * Create an instance of {@link ObjectTreeCollectionType }
+ *
+ */
+ public ObjectTreeCollectionType createObjectTreeCollectionType() {
+ return new ObjectTreeCollectionType();
+ }
+
+ /**
+ * Create an instance of {@link CreateFolderResponse }
+ *
+ */
+ public CreateFolderResponse createCreateFolderResponse() {
+ return new CreateFolderResponse();
+ }
+
+ /**
+ * Create an instance of {@link CmisObjectType }
+ *
+ */
+ public CmisObjectType createCmisObjectType() {
+ return new CmisObjectType();
+ }
+
+ /**
+ * Create an instance of {@link CmisRepositoryInfoType }
+ *
+ */
+ public CmisRepositoryInfoType createCmisRepositoryInfoType() {
+ return new CmisRepositoryInfoType();
+ }
+
+ /**
+ * Create an instance of {@link GetCheckedoutDocs }
+ *
+ */
+ public GetCheckedoutDocs createGetCheckedoutDocs() {
+ return new GetCheckedoutDocs();
+ }
+
+ /**
+ * Create an instance of {@link CreateFolder }
+ *
+ */
+ public CreateFolder createCreateFolder() {
+ return new CreateFolder();
+ }
+
+ /**
+ * Create an instance of {@link SetContentStream }
+ *
+ */
+ public SetContentStream createSetContentStream() {
+ return new SetContentStream();
+ }
+
+ /**
+ * Create an instance of {@link CreateDocument }
+ *
+ */
+ public CreateDocument createCreateDocument() {
+ return new CreateDocument();
+ }
+
+ /**
+ * Create an instance of {@link QueryResponse }
+ *
+ */
+ public QueryResponse createQueryResponse() {
+ return new QueryResponse();
+ }
+
+ /**
+ * Create an instance of {@link CmisPropertyStringDefinitionType }
+ *
+ */
+ public CmisPropertyStringDefinitionType createCmisPropertyStringDefinitionType() {
+ return new CmisPropertyStringDefinitionType();
+ }
+
+ /**
+ * Create an instance of {@link GetChildrenResponse }
+ *
+ */
+ public GetChildrenResponse createGetChildrenResponse() {
+ return new GetChildrenResponse();
+ }
+
+ /**
+ * Create an instance of {@link CreatePolicyResponse }
+ *
+ */
+ public CreatePolicyResponse createCreatePolicyResponse() {
+ return new CreatePolicyResponse();
+ }
+
+ /**
+ * Create an instance of {@link CmisAccessControlPrincipalType }
+ *
+ */
+ public CmisAccessControlPrincipalType createCmisAccessControlPrincipalType() {
+ return new CmisAccessControlPrincipalType();
+ }
+
+ /**
+ * Create an instance of {@link DeleteContentStream }
+ *
+ */
+ public DeleteContentStream createDeleteContentStream() {
+ return new DeleteContentStream();
+ }
+
+ /**
+ * Create an instance of {@link CmisPropertyDecimalDefinitionType }
+ *
+ */
+ public CmisPropertyDecimalDefinitionType createCmisPropertyDecimalDefinitionType() {
+ return new CmisPropertyDecimalDefinitionType();
+ }
+
+ /**
+ * Create an instance of {@link AddObjectToFolder }
+ *
+ */
+ public AddObjectToFolder createAddObjectToFolder() {
+ return new AddObjectToFolder();
+ }
+
+ /**
+ * Create an instance of {@link CmisPropertyString }
+ *
+ */
+ public CmisPropertyString createCmisPropertyString() {
+ return new CmisPropertyString();
+ }
+
+ /**
+ * Create an instance of {@link AddObjectToFolderResponse }
+ *
+ */
+ public AddObjectToFolderResponse createAddObjectToFolderResponse() {
+ return new AddObjectToFolderResponse();
+ }
+
+ /**
+ * Create an instance of {@link RemovePolicy }
+ *
+ */
+ public RemovePolicy createRemovePolicy() {
+ return new RemovePolicy();
+ }
+
+ /**
+ * Create an instance of {@link GetAllowableActionsResponse }
+ *
+ */
+ public GetAllowableActionsResponse createGetAllowableActionsResponse() {
+ return new GetAllowableActionsResponse();
+ }
+
+ /**
+ * Create an instance of {@link RemovePolicyResponse }
+ *
+ */
+ public RemovePolicyResponse createRemovePolicyResponse() {
+ return new RemovePolicyResponse();
+ }
+
+ /**
+ * Create an instance of {@link DeleteContentStreamResponse }
+ *
+ */
+ public DeleteContentStreamResponse createDeleteContentStreamResponse() {
+ return new DeleteContentStreamResponse();
+ }
+
+ /**
+ * Create an instance of {@link ApplyPolicy }
+ *
+ */
+ public ApplyPolicy createApplyPolicy() {
+ return new ApplyPolicy();
+ }
+
+ /**
+ * Create an instance of {@link CmisPermissionDefinitionType }
+ *
+ */
+ public CmisPermissionDefinitionType createCmisPermissionDefinitionType() {
+ return new CmisPermissionDefinitionType();
+ }
+
+ /**
+ * Create an instance of {@link CmisPropertyBoolean }
+ *
+ */
+ public CmisPropertyBoolean createCmisPropertyBoolean() {
+ return new CmisPropertyBoolean();
+ }
+
+ /**
+ * Create an instance of {@link GetDescendantsResponse }
+ *
+ */
+ public GetDescendantsResponse createGetDescendantsResponse() {
+ return new GetDescendantsResponse();
+ }
+
+ /**
+ * Create an instance of {@link CmisAccessControlListType }
+ *
+ */
+ public CmisAccessControlListType createCmisAccessControlListType() {
+ return new CmisAccessControlListType();
+ }
+
+ /**
+ * Create an instance of {@link CancelCheckOutResponse }
+ *
+ */
+ public CancelCheckOutResponse createCancelCheckOutResponse() {
+ return new CancelCheckOutResponse();
+ }
+
+ /**
+ * Create an instance of {@link GetAppliedPolicies }
+ *
+ */
+ public GetAppliedPolicies createGetAppliedPolicies() {
+ return new GetAppliedPolicies();
+ }
+
/**
* Create an instance of {@link CmisChoiceDateTimeType }
*
@@ -251,11 +718,355 @@ public class ObjectFactory {
}
/**
- * Create an instance of {@link CmisChoiceUriType }
+ * Create an instance of {@link GetAppliedPoliciesResponse }
*
*/
- public CmisChoiceUriType createCmisChoiceUriType() {
- return new CmisChoiceUriType();
+ public GetAppliedPoliciesResponse createGetAppliedPoliciesResponse() {
+ return new GetAppliedPoliciesResponse();
+ }
+
+ /**
+ * Create an instance of {@link CmisAnyXml }
+ *
+ */
+ public CmisAnyXml createCmisAnyXml() {
+ return new CmisAnyXml();
+ }
+
+ /**
+ * Create an instance of {@link CmisPropertyInteger }
+ *
+ */
+ public CmisPropertyInteger createCmisPropertyInteger() {
+ return new CmisPropertyInteger();
+ }
+
+ /**
+ * Create an instance of {@link CmisPropertyXml }
+ *
+ */
+ public CmisPropertyXml createCmisPropertyXml() {
+ return new CmisPropertyXml();
+ }
+
+ /**
+ * Create an instance of {@link MoveObject }
+ *
+ */
+ public MoveObject createMoveObject() {
+ return new MoveObject();
+ }
+
+ /**
+ * Create an instance of {@link CmisChoiceHtmlType.Value }
+ *
+ */
+ public CmisChoiceHtmlType.Value createCmisChoiceHtmlTypeValue() {
+ return new CmisChoiceHtmlType.Value();
+ }
+
+ /**
+ * Create an instance of {@link GetObjectParentsResponse }
+ *
+ */
+ public GetObjectParentsResponse createGetObjectParentsResponse() {
+ return new GetObjectParentsResponse();
+ }
+
+ /**
+ * Create an instance of {@link CmisTypeRelationshipDefinitionType }
+ *
+ */
+ public CmisTypeRelationshipDefinitionType createCmisTypeRelationshipDefinitionType() {
+ return new CmisTypeRelationshipDefinitionType();
+ }
+
+ /**
+ * Create an instance of {@link CmisChoiceDecimalType }
+ *
+ */
+ public CmisChoiceDecimalType createCmisChoiceDecimalType() {
+ return new CmisChoiceDecimalType();
+ }
+
+ /**
+ * Create an instance of {@link DeleteAllVersions }
+ *
+ */
+ public DeleteAllVersions createDeleteAllVersions() {
+ return new DeleteAllVersions();
+ }
+
+ /**
+ * Create an instance of {@link CreateDocumentResponse }
+ *
+ */
+ public CreateDocumentResponse createCreateDocumentResponse() {
+ return new CreateDocumentResponse();
+ }
+
+ /**
+ * Create an instance of {@link RemoveObjectFromFolderResponse }
+ *
+ */
+ public RemoveObjectFromFolderResponse createRemoveObjectFromFolderResponse() {
+ return new RemoveObjectFromFolderResponse();
+ }
+
+ /**
+ * Create an instance of {@link GetTypeDefinition }
+ *
+ */
+ public GetTypeDefinition createGetTypeDefinition() {
+ return new GetTypeDefinition();
+ }
+
+ /**
+ * Create an instance of {@link RemoveObjectFromFolder }
+ *
+ */
+ public RemoveObjectFromFolder createRemoveObjectFromFolder() {
+ return new RemoveObjectFromFolder();
+ }
+
+ /**
+ * Create an instance of {@link GetDescendants }
+ *
+ */
+ public GetDescendants createGetDescendants() {
+ return new GetDescendants();
+ }
+
+ /**
+ * Create an instance of {@link GetPropertiesOfLatestVersionResponse }
+ *
+ */
+ public GetPropertiesOfLatestVersionResponse createGetPropertiesOfLatestVersionResponse() {
+ return new GetPropertiesOfLatestVersionResponse();
+ }
+
+ /**
+ * Create an instance of {@link UpdatePropertiesResponse }
+ *
+ */
+ public UpdatePropertiesResponse createUpdatePropertiesResponse() {
+ return new UpdatePropertiesResponse();
+ }
+
+ /**
+ * Create an instance of {@link GetPropertiesResponse }
+ *
+ */
+ public GetPropertiesResponse createGetPropertiesResponse() {
+ return new GetPropertiesResponse();
+ }
+
+ /**
+ * Create an instance of {@link CmisContentStreamType }
+ *
+ */
+ public CmisContentStreamType createCmisContentStreamType() {
+ return new CmisContentStreamType();
+ }
+
+ /**
+ * Create an instance of {@link CmisPropertyXmlDefinitionType }
+ *
+ */
+ public CmisPropertyXmlDefinitionType createCmisPropertyXmlDefinitionType() {
+ return new CmisPropertyXmlDefinitionType();
+ }
+
+ /**
+ * Create an instance of {@link DeleteTreeResponse }
+ *
+ */
+ public DeleteTreeResponse createDeleteTreeResponse() {
+ return new DeleteTreeResponse();
+ }
+
+ /**
+ * Create an instance of {@link ApplyPolicyResponse }
+ *
+ */
+ public ApplyPolicyResponse createApplyPolicyResponse() {
+ return new ApplyPolicyResponse();
+ }
+
+ /**
+ * Create an instance of {@link SetContentStreamResponse }
+ *
+ */
+ public SetContentStreamResponse createSetContentStreamResponse() {
+ return new SetContentStreamResponse();
+ }
+
+ /**
+ * Create an instance of {@link GetRepositories }
+ *
+ */
+ public GetRepositories createGetRepositories() {
+ return new GetRepositories();
+ }
+
+ /**
+ * Create an instance of {@link GetFolderParent }
+ *
+ */
+ public GetFolderParent createGetFolderParent() {
+ return new GetFolderParent();
+ }
+
+ /**
+ * Create an instance of {@link CreateRelationshipResponse }
+ *
+ */
+ public CreateRelationshipResponse createCreateRelationshipResponse() {
+ return new CreateRelationshipResponse();
+ }
+
+ /**
+ * Create an instance of {@link CmisFaultType }
+ *
+ */
+ public CmisFaultType createCmisFaultType() {
+ return new CmisFaultType();
+ }
+
+ /**
+ * Create an instance of {@link GetAllVersions }
+ *
+ */
+ public GetAllVersions createGetAllVersions() {
+ return new GetAllVersions();
+ }
+
+ /**
+ * Create an instance of {@link GetTypeDefinitionResponse }
+ *
+ */
+ public GetTypeDefinitionResponse createGetTypeDefinitionResponse() {
+ return new GetTypeDefinitionResponse();
+ }
+
+ /**
+ * Create an instance of {@link CreateRelationship }
+ *
+ */
+ public CreateRelationship createCreateRelationship() {
+ return new CreateRelationship();
+ }
+
+ /**
+ * Create an instance of {@link CheckOutResponse }
+ *
+ */
+ public CheckOutResponse createCheckOutResponse() {
+ return new CheckOutResponse();
+ }
+
+ /**
+ * Create an instance of {@link CmisRepositoryEntryType }
+ *
+ */
+ public CmisRepositoryEntryType createCmisRepositoryEntryType() {
+ return new CmisRepositoryEntryType();
+ }
+
+ /**
+ * Create an instance of {@link GetRepositoryInfo }
+ *
+ */
+ public GetRepositoryInfo createGetRepositoryInfo() {
+ return new GetRepositoryInfo();
+ }
+
+ /**
+ * Create an instance of {@link CmisTypeFolderDefinitionType }
+ *
+ */
+ public CmisTypeFolderDefinitionType createCmisTypeFolderDefinitionType() {
+ return new CmisTypeFolderDefinitionType();
+ }
+
+ /**
+ * Create an instance of {@link CmisQueryType }
+ *
+ */
+ public CmisQueryType createCmisQueryType() {
+ return new CmisQueryType();
+ }
+
+ /**
+ * Create an instance of {@link DeleteTree }
+ *
+ */
+ public DeleteTree createDeleteTree() {
+ return new DeleteTree();
+ }
+
+ /**
+ * Create an instance of {@link GetTypes }
+ *
+ */
+ public GetTypes createGetTypes() {
+ return new GetTypes();
+ }
+
+ /**
+ * Create an instance of {@link CreatePolicy }
+ *
+ */
+ public CreatePolicy createCreatePolicy() {
+ return new CreatePolicy();
+ }
+
+ /**
+ * Create an instance of {@link GetContentStreamResponse }
+ *
+ */
+ public GetContentStreamResponse createGetContentStreamResponse() {
+ return new GetContentStreamResponse();
+ }
+
+ /**
+ * Create an instance of {@link CmisPropertyDateTimeDefinitionType }
+ *
+ */
+ public CmisPropertyDateTimeDefinitionType createCmisPropertyDateTimeDefinitionType() {
+ return new CmisPropertyDateTimeDefinitionType();
+ }
+
+ /**
+ * Create an instance of {@link CmisProperty }
+ *
+ */
+ public CmisProperty createCmisProperty() {
+ return new CmisProperty();
+ }
+
+ /**
+ * Create an instance of {@link CmisTypeDefinitionType }
+ *
+ */
+ public CmisTypeDefinitionType createCmisTypeDefinitionType() {
+ return new CmisTypeDefinitionType();
+ }
+
+ /**
+ * Create an instance of {@link CmisAllowableActionsType }
+ *
+ */
+ public CmisAllowableActionsType createCmisAllowableActionsType() {
+ return new CmisAllowableActionsType();
+ }
+
+ /**
+ * Create an instance of {@link CmisPropertyDefinitionType }
+ *
+ */
+ public CmisPropertyDefinitionType createCmisPropertyDefinitionType() {
+ return new CmisPropertyDefinitionType();
}
/**
@@ -275,195 +1086,11 @@ public class ObjectFactory {
}
/**
- * Create an instance of {@link NotInFolderExceptionType }
+ * Create an instance of {@link CmisPropertyId }
*
*/
- public NotInFolderExceptionType createNotInFolderExceptionType() {
- return new NotInFolderExceptionType();
- }
-
- /**
- * Create an instance of {@link RemovePolicy }
- *
- */
- public RemovePolicy createRemovePolicy() {
- return new RemovePolicy();
- }
-
- /**
- * Create an instance of {@link CmisPropertyDateTimeDefinitionType }
- *
- */
- public CmisPropertyDateTimeDefinitionType createCmisPropertyDateTimeDefinitionType() {
- return new CmisPropertyDateTimeDefinitionType();
- }
-
- /**
- * Create an instance of {@link CmisObjectType }
- *
- */
- public CmisObjectType createCmisObjectType() {
- return new CmisObjectType();
- }
-
- /**
- * Create an instance of {@link CmisChoiceStringType }
- *
- */
- public CmisChoiceStringType createCmisChoiceStringType() {
- return new CmisChoiceStringType();
- }
-
- /**
- * Create an instance of {@link SetContentStreamResponse }
- *
- */
- public SetContentStreamResponse createSetContentStreamResponse() {
- return new SetContentStreamResponse();
- }
-
- /**
- * Create an instance of {@link GetRelationships }
- *
- */
- public GetRelationships createGetRelationships() {
- return new GetRelationships();
- }
-
- /**
- * Create an instance of {@link CmisChoiceIdType }
- *
- */
- public CmisChoiceIdType createCmisChoiceIdType() {
- return new CmisChoiceIdType();
- }
-
- /**
- * Create an instance of {@link CmisProperty }
- *
- */
- public CmisProperty createCmisProperty() {
- return new CmisProperty();
- }
-
- /**
- * Create an instance of {@link CreateFolder }
- *
- */
- public CreateFolder createCreateFolder() {
- return new CreateFolder();
- }
-
- /**
- * Create an instance of {@link DeleteContentStream }
- *
- */
- public DeleteContentStream createDeleteContentStream() {
- return new DeleteContentStream();
- }
-
- /**
- * Create an instance of {@link CmisQueryType }
- *
- */
- public CmisQueryType createCmisQueryType() {
- return new CmisQueryType();
- }
-
- /**
- * Create an instance of {@link CmisPropertyXmlDefinitionType }
- *
- */
- public CmisPropertyXmlDefinitionType createCmisPropertyXmlDefinitionType() {
- return new CmisPropertyXmlDefinitionType();
- }
-
- /**
- * Create an instance of {@link GetAllowableActions }
- *
- */
- public GetAllowableActions createGetAllowableActions() {
- return new GetAllowableActions();
- }
-
- /**
- * Create an instance of {@link StreamNotSupportedExceptionType }
- *
- */
- public StreamNotSupportedExceptionType createStreamNotSupportedExceptionType() {
- return new StreamNotSupportedExceptionType();
- }
-
- /**
- * Create an instance of {@link CmisChoiceHtmlType }
- *
- */
- public CmisChoiceHtmlType createCmisChoiceHtmlType() {
- return new CmisChoiceHtmlType();
- }
-
- /**
- * Create an instance of {@link GetFolderParentResponse }
- *
- */
- public GetFolderParentResponse createGetFolderParentResponse() {
- return new GetFolderParentResponse();
- }
-
- /**
- * Create an instance of {@link MoveObject }
- *
- */
- public MoveObject createMoveObject() {
- return new MoveObject();
- }
-
- /**
- * Create an instance of {@link CmisPropertyDefinitionType }
- *
- */
- public CmisPropertyDefinitionType createCmisPropertyDefinitionType() {
- return new CmisPropertyDefinitionType();
- }
-
- /**
- * Create an instance of {@link CreateRelationship }
- *
- */
- public CreateRelationship createCreateRelationship() {
- return new CreateRelationship();
- }
-
- /**
- * Create an instance of {@link QueryResponse }
- *
- */
- public QueryResponse createQueryResponse() {
- return new QueryResponse();
- }
-
- /**
- * Create an instance of {@link ApplyPolicy }
- *
- */
- public ApplyPolicy createApplyPolicy() {
- return new ApplyPolicy();
- }
-
- /**
- * Create an instance of {@link CheckOut }
- *
- */
- public CheckOut createCheckOut() {
- return new CheckOut();
- }
-
- /**
- * Create an instance of {@link CmisAnyXml }
- *
- */
- public CmisAnyXml createCmisAnyXml() {
- return new CmisAnyXml();
+ public CmisPropertyId createCmisPropertyId() {
+ return new CmisPropertyId();
}
/**
@@ -474,118 +1101,6 @@ public class ObjectFactory {
return new CmisPropertyDateTime();
}
- /**
- * Create an instance of {@link CmisPropertyIntegerDefinitionType }
- *
- */
- public CmisPropertyIntegerDefinitionType createCmisPropertyIntegerDefinitionType() {
- return new CmisPropertyIntegerDefinitionType();
- }
-
- /**
- * Create an instance of {@link GetAllVersionsResponse }
- *
- */
- public GetAllVersionsResponse createGetAllVersionsResponse() {
- return new GetAllVersionsResponse();
- }
-
- /**
- * Create an instance of {@link ObjectTreeCollectionType }
- *
- */
- public ObjectTreeCollectionType createObjectTreeCollectionType() {
- return new ObjectTreeCollectionType();
- }
-
- /**
- * Create an instance of {@link GetTypes }
- *
- */
- public GetTypes createGetTypes() {
- return new GetTypes();
- }
-
- /**
- * Create an instance of {@link GetCheckedoutDocs }
- *
- */
- public GetCheckedoutDocs createGetCheckedoutDocs() {
- return new GetCheckedoutDocs();
- }
-
- /**
- * Create an instance of {@link CmisChoiceXmlType }
- *
- */
- public CmisChoiceXmlType createCmisChoiceXmlType() {
- return new CmisChoiceXmlType();
- }
-
- /**
- * Create an instance of {@link DeleteObjectResponse }
- *
- */
- public DeleteObjectResponse createDeleteObjectResponse() {
- return new DeleteObjectResponse();
- }
-
- /**
- * Create an instance of {@link CmisPropertyHtml }
- *
- */
- public CmisPropertyHtml createCmisPropertyHtml() {
- return new CmisPropertyHtml();
- }
-
- /**
- * Create an instance of {@link DeleteAllVersionsResponse }
- *
- */
- public DeleteAllVersionsResponse createDeleteAllVersionsResponse() {
- return new DeleteAllVersionsResponse();
- }
-
- /**
- * Create an instance of {@link SetContentStream }
- *
- */
- public SetContentStream createSetContentStream() {
- return new SetContentStream();
- }
-
- /**
- * Create an instance of {@link CancelCheckOut }
- *
- */
- public CancelCheckOut createCancelCheckOut() {
- return new CancelCheckOut();
- }
-
- /**
- * Create an instance of {@link CmisPropertiesType }
- *
- */
- public CmisPropertiesType createCmisPropertiesType() {
- return new CmisPropertiesType();
- }
-
- /**
- * Create an instance of {@link GetRepositoriesResponse }
- *
- */
- public GetRepositoriesResponse createGetRepositoriesResponse() {
- return new GetRepositoriesResponse();
- }
-
- /**
- * Create an instance of {@link GetRelationshipsResponse }
- *
- */
- public GetRelationshipsResponse createGetRelationshipsResponse() {
- return new GetRelationshipsResponse();
- }
-
/**
* Create an instance of {@link CmisPropertyHtmlDefinitionType }
*
@@ -594,1219 +1109,191 @@ public class ObjectFactory {
return new CmisPropertyHtmlDefinitionType();
}
- /**
- * Create an instance of {@link DeleteObject }
- *
- */
- public DeleteObject createDeleteObject() {
- return new DeleteObject();
- }
-
- /**
- * Create an instance of {@link UpdateProperties }
- *
- */
- public UpdateProperties createUpdateProperties() {
- return new UpdateProperties();
- }
-
- /**
- * Create an instance of {@link OffsetExceptionType }
- *
- */
- public OffsetExceptionType createOffsetExceptionType() {
- return new OffsetExceptionType();
- }
-
- /**
- * Create an instance of {@link CmisTypeFolderDefinitionType }
- *
- */
- public CmisTypeFolderDefinitionType createCmisTypeFolderDefinitionType() {
- return new CmisTypeFolderDefinitionType();
- }
-
- /**
- * Create an instance of {@link StorageExceptionType }
- *
- */
- public StorageExceptionType createStorageExceptionType() {
- return new StorageExceptionType();
- }
-
- /**
- * Create an instance of {@link GetObjectParentsResponse }
- *
- */
- public GetObjectParentsResponse createGetObjectParentsResponse() {
- return new GetObjectParentsResponse();
- }
-
- /**
- * Create an instance of {@link GetContentStreamResponse }
- *
- */
- public GetContentStreamResponse createGetContentStreamResponse() {
- return new GetContentStreamResponse();
- }
-
- /**
- * Create an instance of {@link CmisPropertyInteger }
- *
- */
- public CmisPropertyInteger createCmisPropertyInteger() {
- return new CmisPropertyInteger();
- }
-
- /**
- * Create an instance of {@link CmisTypeDocumentDefinitionType }
- *
- */
- public CmisTypeDocumentDefinitionType createCmisTypeDocumentDefinitionType() {
- return new CmisTypeDocumentDefinitionType();
- }
-
- /**
- * Create an instance of {@link CancelCheckOutResponse }
- *
- */
- public CancelCheckOutResponse createCancelCheckOutResponse() {
- return new CancelCheckOutResponse();
- }
-
- /**
- * Create an instance of {@link CmisPropertyString }
- *
- */
- public CmisPropertyString createCmisPropertyString() {
- return new CmisPropertyString();
- }
-
- /**
- * Create an instance of {@link GetPropertiesResponse }
- *
- */
- public GetPropertiesResponse createGetPropertiesResponse() {
- return new GetPropertiesResponse();
- }
-
- /**
- * Create an instance of {@link UpdatePropertiesResponse }
- *
- */
- public UpdatePropertiesResponse createUpdatePropertiesResponse() {
- return new UpdatePropertiesResponse();
- }
-
- /**
- * Create an instance of {@link CheckInResponse }
- *
- */
- public CheckInResponse createCheckInResponse() {
- return new CheckInResponse();
- }
-
- /**
- * Create an instance of {@link AddObjectToFolderResponse }
- *
- */
- public AddObjectToFolderResponse createAddObjectToFolderResponse() {
- return new AddObjectToFolderResponse();
- }
-
- /**
- * Create an instance of {@link CmisTypePolicyDefinitionType }
- *
- */
- public CmisTypePolicyDefinitionType createCmisTypePolicyDefinitionType() {
- return new CmisTypePolicyDefinitionType();
- }
-
- /**
- * Create an instance of {@link GetFolderParent }
- *
- */
- public GetFolderParent createGetFolderParent() {
- return new GetFolderParent();
- }
-
- /**
- * Create an instance of {@link GetContentStream }
- *
- */
- public GetContentStream createGetContentStream() {
- return new GetContentStream();
- }
-
- /**
- * Create an instance of {@link CreateDocument }
- *
- */
- public CreateDocument createCreateDocument() {
- return new CreateDocument();
- }
-
- /**
- * Create an instance of {@link UpdateConflictExceptionType }
- *
- */
- public UpdateConflictExceptionType createUpdateConflictExceptionType() {
- return new UpdateConflictExceptionType();
- }
-
- /**
- * Create an instance of {@link CreatePolicyResponse }
- *
- */
- public CreatePolicyResponse createCreatePolicyResponse() {
- return new CreatePolicyResponse();
- }
-
- /**
- * Create an instance of {@link CmisRepositoryCapabilitiesType }
- *
- */
- public CmisRepositoryCapabilitiesType createCmisRepositoryCapabilitiesType() {
- return new CmisRepositoryCapabilitiesType();
- }
-
- /**
- * Create an instance of {@link ObjectNotFoundExceptionType }
- *
- */
- public ObjectNotFoundExceptionType createObjectNotFoundExceptionType() {
- return new ObjectNotFoundExceptionType();
- }
-
- /**
- * Create an instance of {@link CmisAllowableActionsType }
- *
- */
- public CmisAllowableActionsType createCmisAllowableActionsType() {
- return new CmisAllowableActionsType();
- }
-
- /**
- * Create an instance of {@link GetDescendants }
- *
- */
- public GetDescendants createGetDescendants() {
- return new GetDescendants();
- }
-
- /**
- * Create an instance of {@link CheckIn }
- *
- */
- public CheckIn createCheckIn() {
- return new CheckIn();
- }
-
- /**
- * Create an instance of {@link GetRepositoryInfo }
- *
- */
- public GetRepositoryInfo createGetRepositoryInfo() {
- return new GetRepositoryInfo();
- }
-
- /**
- * Create an instance of {@link GetCheckedoutDocsResponse }
- *
- */
- public GetCheckedoutDocsResponse createGetCheckedoutDocsResponse() {
- return new GetCheckedoutDocsResponse();
- }
-
- /**
- * Create an instance of {@link CheckOutResponse }
- *
- */
- public CheckOutResponse createCheckOutResponse() {
- return new CheckOutResponse();
- }
-
- /**
- * Create an instance of {@link GetProperties }
- *
- */
- public GetProperties createGetProperties() {
- return new GetProperties();
- }
-
- /**
- * Create an instance of {@link CmisChoiceDecimalType }
- *
- */
- public CmisChoiceDecimalType createCmisChoiceDecimalType() {
- return new CmisChoiceDecimalType();
- }
-
- /**
- * Create an instance of {@link FilterNotValidExceptionType }
- *
- */
- public FilterNotValidExceptionType createFilterNotValidExceptionType() {
- return new FilterNotValidExceptionType();
- }
-
- /**
- * Create an instance of {@link CmisTypeDefinitionType }
- *
- */
- public CmisTypeDefinitionType createCmisTypeDefinitionType() {
- return new CmisTypeDefinitionType();
- }
-
- /**
- * Create an instance of {@link CmisPropertyXml }
- *
- */
- public CmisPropertyXml createCmisPropertyXml() {
- return new CmisPropertyXml();
- }
-
- /**
- * Create an instance of {@link CmisFaultType }
- *
- */
- public CmisFaultType createCmisFaultType() {
- return new CmisFaultType();
- }
-
- /**
- * Create an instance of {@link DeleteContentStreamResponse }
- *
- */
- public DeleteContentStreamResponse createDeleteContentStreamResponse() {
- return new DeleteContentStreamResponse();
- }
-
- /**
- * Create an instance of {@link InvalidArgumentExceptionType }
- *
- */
- public InvalidArgumentExceptionType createInvalidArgumentExceptionType() {
- return new InvalidArgumentExceptionType();
- }
-
- /**
- * Create an instance of {@link TypeNotFoundExceptionType }
- *
- */
- public TypeNotFoundExceptionType createTypeNotFoundExceptionType() {
- return new TypeNotFoundExceptionType();
- }
-
- /**
- * Create an instance of {@link CmisPropertyDecimalDefinitionType }
- *
- */
- public CmisPropertyDecimalDefinitionType createCmisPropertyDecimalDefinitionType() {
- return new CmisPropertyDecimalDefinitionType();
- }
-
- /**
- * Create an instance of {@link GetAppliedPoliciesResponse }
- *
- */
- public GetAppliedPoliciesResponse createGetAppliedPoliciesResponse() {
- return new GetAppliedPoliciesResponse();
- }
-
- /**
- * Create an instance of {@link CmisContentStreamType }
- *
- */
- public CmisContentStreamType createCmisContentStreamType() {
- return new CmisContentStreamType();
- }
-
- /**
- * Create an instance of {@link ContentAlreadyExistsExceptionType }
- *
- */
- public ContentAlreadyExistsExceptionType createContentAlreadyExistsExceptionType() {
- return new ContentAlreadyExistsExceptionType();
- }
-
- /**
- * Create an instance of {@link RuntimeExceptionType }
- *
- */
- public RuntimeExceptionType createRuntimeExceptionType() {
- return new RuntimeExceptionType();
- }
-
- /**
- * Create an instance of {@link CreateDocumentResponse }
- *
- */
- public CreateDocumentResponse createCreateDocumentResponse() {
- return new CreateDocumentResponse();
- }
-
- /**
- * Create an instance of {@link ConstraintViolationExceptionType }
- *
- */
- public ConstraintViolationExceptionType createConstraintViolationExceptionType() {
- return new ConstraintViolationExceptionType();
- }
-
- /**
- * Create an instance of {@link CmisPropertyId }
- *
- */
- public CmisPropertyId createCmisPropertyId() {
- return new CmisPropertyId();
- }
-
- /**
- * Create an instance of {@link GetTypeDefinition }
- *
- */
- public GetTypeDefinition createGetTypeDefinition() {
- return new GetTypeDefinition();
- }
-
- /**
- * Create an instance of {@link CmisPropertyIdDefinitionType }
- *
- */
- public CmisPropertyIdDefinitionType createCmisPropertyIdDefinitionType() {
- return new CmisPropertyIdDefinitionType();
- }
-
- /**
- * Create an instance of {@link CmisTypeRelationshipDefinitionType }
- *
- */
- public CmisTypeRelationshipDefinitionType createCmisTypeRelationshipDefinitionType() {
- return new CmisTypeRelationshipDefinitionType();
- }
-
- /**
- * Create an instance of {@link CreateRelationshipResponse }
- *
- */
- public CreateRelationshipResponse createCreateRelationshipResponse() {
- return new CreateRelationshipResponse();
- }
-
- /**
- * Create an instance of {@link VersioningExceptionType }
- *
- */
- public VersioningExceptionType createVersioningExceptionType() {
- return new VersioningExceptionType();
- }
-
- /**
- * Create an instance of {@link PermissionDeniedExceptionType }
- *
- */
- public PermissionDeniedExceptionType createPermissionDeniedExceptionType() {
- return new PermissionDeniedExceptionType();
- }
-
- /**
- * Create an instance of {@link OperationNotSupportedExceptionType }
- *
- */
- public OperationNotSupportedExceptionType createOperationNotSupportedExceptionType() {
- return new OperationNotSupportedExceptionType();
- }
-
- /**
- * Create an instance of {@link GetAllVersions }
- *
- */
- public GetAllVersions createGetAllVersions() {
- return new GetAllVersions();
- }
-
- /**
- * Create an instance of {@link GetDescendantsResponse }
- *
- */
- public GetDescendantsResponse createGetDescendantsResponse() {
- return new GetDescendantsResponse();
- }
-
- /**
- * Create an instance of {@link GetChildren }
- *
- */
- public GetChildren createGetChildren() {
- return new GetChildren();
- }
-
- /**
- * Create an instance of {@link CmisChoiceBooleanType }
- *
- */
- public CmisChoiceBooleanType createCmisChoiceBooleanType() {
- return new CmisChoiceBooleanType();
- }
-
- /**
- * Create an instance of {@link RemoveObjectFromFolder }
- *
- */
- public RemoveObjectFromFolder createRemoveObjectFromFolder() {
- return new RemoveObjectFromFolder();
- }
-
- /**
- * Create an instance of {@link AddObjectToFolder }
- *
- */
- public AddObjectToFolder createAddObjectToFolder() {
- return new AddObjectToFolder();
- }
-
- /**
- * Create an instance of {@link GetRepositories }
- *
- */
- public GetRepositories createGetRepositories() {
- return new GetRepositories();
- }
-
- /**
- * Create an instance of {@link GetObjectParents }
- *
- */
- public GetObjectParents createGetObjectParents() {
- return new GetObjectParents();
- }
-
- /**
- * Create an instance of {@link CmisPropertyBooleanDefinitionType }
- *
- */
- public CmisPropertyBooleanDefinitionType createCmisPropertyBooleanDefinitionType() {
- return new CmisPropertyBooleanDefinitionType();
- }
-
- /**
- * Create an instance of {@link GetAppliedPolicies }
- *
- */
- public GetAppliedPolicies createGetAppliedPolicies() {
- return new GetAppliedPolicies();
- }
-
- /**
- * Create an instance of {@link GetChildrenResponse }
- *
- */
- public GetChildrenResponse createGetChildrenResponse() {
- return new GetChildrenResponse();
- }
-
- /**
- * Create an instance of {@link DeleteTreeResponse }
- *
- */
- public DeleteTreeResponse createDeleteTreeResponse() {
- return new DeleteTreeResponse();
- }
-
- /**
- * Create an instance of {@link FolderNotValidExceptionType }
- *
- */
- public FolderNotValidExceptionType createFolderNotValidExceptionType() {
- return new FolderNotValidExceptionType();
- }
-
- /**
- * Create an instance of {@link GetTypeDefinitionResponse }
- *
- */
- public GetTypeDefinitionResponse createGetTypeDefinitionResponse() {
- return new GetTypeDefinitionResponse();
- }
-
- /**
- * Create an instance of {@link CmisPropertyDecimal }
- *
- */
- public CmisPropertyDecimal createCmisPropertyDecimal() {
- return new CmisPropertyDecimal();
- }
-
- /**
- * Create an instance of {@link MoveObjectResponse }
- *
- */
- public MoveObjectResponse createMoveObjectResponse() {
- return new MoveObjectResponse();
- }
-
- /**
- * Create an instance of {@link RemovePolicyResponse }
- *
- */
- public RemovePolicyResponse createRemovePolicyResponse() {
- return new RemovePolicyResponse();
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "http://www.cmis.org/2008/05", name = "changeToken", scope = UpdateProperties.class)
- public JAXBElement createUpdatePropertiesChangeToken(String value) {
- return new JAXBElement(_UpdatePropertiesChangeToken_QNAME, String.class, UpdateProperties.class, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "http://www.cmis.org/2008/05", name = "folderId", scope = CreatePolicy.class)
- public JAXBElement createCreatePolicyFolderId(String value) {
- return new JAXBElement(_CreatePolicyFolderId_QNAME, String.class, CreatePolicy.class, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link EnumVersioningState }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "http://www.cmis.org/2008/05", name = "versioningState", scope = CreateDocument.class)
- public JAXBElement createCreateDocumentVersioningState(EnumVersioningState value) {
- return new JAXBElement(_CreateDocumentVersioningState_QNAME, EnumVersioningState.class, CreateDocument.class, value);
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link CmisContentStreamType }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "http://www.cmis.org/2008/05", name = "contentStream", scope = CreateDocument.class)
- public JAXBElement