diff --git a/source/generated/org/alfresco/repo/webservice/accesscontrol/ACE.java b/source/generated/org/alfresco/repo/webservice/accesscontrol/ACE.java
index 9672d1be87..b8a91b1c37 100644
--- a/source/generated/org/alfresco/repo/webservice/accesscontrol/ACE.java
+++ b/source/generated/org/alfresco/repo/webservice/accesscontrol/ACE.java
@@ -2,14 +2,16 @@
* ACE.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.accesscontrol;
public class ACE implements java.io.Serializable {
private java.lang.String authority;
+
private java.lang.String permission;
+
private org.alfresco.repo.webservice.accesscontrol.AccessStatus accessStatus;
public ACE() {
diff --git a/source/generated/org/alfresco/repo/webservice/accesscontrol/ACL.java b/source/generated/org/alfresco/repo/webservice/accesscontrol/ACL.java
index 8eb6a698f1..f52cca48c3 100644
--- a/source/generated/org/alfresco/repo/webservice/accesscontrol/ACL.java
+++ b/source/generated/org/alfresco/repo/webservice/accesscontrol/ACL.java
@@ -2,14 +2,16 @@
* ACL.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.accesscontrol;
public class ACL implements java.io.Serializable {
private org.alfresco.repo.webservice.types.Reference reference;
+
private boolean inheritPermissions;
+
private org.alfresco.repo.webservice.accesscontrol.ACE[] aces;
public ACL() {
diff --git a/source/generated/org/alfresco/repo/webservice/accesscontrol/AccessControlFault.java b/source/generated/org/alfresco/repo/webservice/accesscontrol/AccessControlFault.java
index 47398e3206..30242b4b48 100644
--- a/source/generated/org/alfresco/repo/webservice/accesscontrol/AccessControlFault.java
+++ b/source/generated/org/alfresco/repo/webservice/accesscontrol/AccessControlFault.java
@@ -2,13 +2,14 @@
* AccessControlFault.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.accesscontrol;
public class AccessControlFault extends org.apache.axis.AxisFault implements java.io.Serializable {
private int errorCode;
+
private java.lang.String message1;
public AccessControlFault() {
diff --git a/source/generated/org/alfresco/repo/webservice/accesscontrol/AccessControlServiceSoapPort.java b/source/generated/org/alfresco/repo/webservice/accesscontrol/AccessControlServiceSoapPort.java
index 0d3b69e7d2..4dff4cb528 100644
--- a/source/generated/org/alfresco/repo/webservice/accesscontrol/AccessControlServiceSoapPort.java
+++ b/source/generated/org/alfresco/repo/webservice/accesscontrol/AccessControlServiceSoapPort.java
@@ -2,7 +2,7 @@
* AccessControlServiceSoapPort.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.accesscontrol;
diff --git a/source/generated/org/alfresco/repo/webservice/accesscontrol/AccessStatus.java b/source/generated/org/alfresco/repo/webservice/accesscontrol/AccessStatus.java
index 34f0b915c8..df7ff37dce 100644
--- a/source/generated/org/alfresco/repo/webservice/accesscontrol/AccessStatus.java
+++ b/source/generated/org/alfresco/repo/webservice/accesscontrol/AccessStatus.java
@@ -2,7 +2,7 @@
* AccessStatus.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.accesscontrol;
diff --git a/source/generated/org/alfresco/repo/webservice/accesscontrol/GetClassPermissionsResult.java b/source/generated/org/alfresco/repo/webservice/accesscontrol/GetClassPermissionsResult.java
index c4c2f39905..59330eb613 100644
--- a/source/generated/org/alfresco/repo/webservice/accesscontrol/GetClassPermissionsResult.java
+++ b/source/generated/org/alfresco/repo/webservice/accesscontrol/GetClassPermissionsResult.java
@@ -2,13 +2,14 @@
* GetClassPermissionsResult.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.accesscontrol;
public class GetClassPermissionsResult implements java.io.Serializable {
private java.lang.String className;
+
private java.lang.String[] permissions;
public GetClassPermissionsResult() {
diff --git a/source/generated/org/alfresco/repo/webservice/accesscontrol/GetPermissionsResult.java b/source/generated/org/alfresco/repo/webservice/accesscontrol/GetPermissionsResult.java
index 86743eaf74..ae6adfcee6 100644
--- a/source/generated/org/alfresco/repo/webservice/accesscontrol/GetPermissionsResult.java
+++ b/source/generated/org/alfresco/repo/webservice/accesscontrol/GetPermissionsResult.java
@@ -2,13 +2,14 @@
* GetPermissionsResult.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.accesscontrol;
public class GetPermissionsResult implements java.io.Serializable {
private org.alfresco.repo.webservice.types.Reference reference;
+
private java.lang.String[] permissions;
public GetPermissionsResult() {
diff --git a/source/generated/org/alfresco/repo/webservice/accesscontrol/HasPermissionsResult.java b/source/generated/org/alfresco/repo/webservice/accesscontrol/HasPermissionsResult.java
index 11e83cc409..3ecb85444e 100644
--- a/source/generated/org/alfresco/repo/webservice/accesscontrol/HasPermissionsResult.java
+++ b/source/generated/org/alfresco/repo/webservice/accesscontrol/HasPermissionsResult.java
@@ -2,14 +2,16 @@
* HasPermissionsResult.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.accesscontrol;
public class HasPermissionsResult implements java.io.Serializable {
private org.alfresco.repo.webservice.types.Reference reference;
+
private java.lang.String permission;
+
private org.alfresco.repo.webservice.accesscontrol.AccessStatus accessStatus;
public HasPermissionsResult() {
diff --git a/source/generated/org/alfresco/repo/webservice/accesscontrol/OwnerResult.java b/source/generated/org/alfresco/repo/webservice/accesscontrol/OwnerResult.java
index beab6ed918..91fd908f3e 100644
--- a/source/generated/org/alfresco/repo/webservice/accesscontrol/OwnerResult.java
+++ b/source/generated/org/alfresco/repo/webservice/accesscontrol/OwnerResult.java
@@ -2,13 +2,14 @@
* OwnerResult.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.accesscontrol;
public class OwnerResult implements java.io.Serializable {
private org.alfresco.repo.webservice.types.Reference reference;
+
private java.lang.String owner;
public OwnerResult() {
diff --git a/source/generated/org/alfresco/repo/webservice/action/Action.java b/source/generated/org/alfresco/repo/webservice/action/Action.java
index 820cf86551..91a63193b4 100644
--- a/source/generated/org/alfresco/repo/webservice/action/Action.java
+++ b/source/generated/org/alfresco/repo/webservice/action/Action.java
@@ -2,21 +2,30 @@
* Action.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.action;
public class Action implements java.io.Serializable {
private java.lang.String id;
+
private java.lang.String actionName;
+
private java.lang.String title;
+
private java.lang.String description;
+
private boolean executeAsynchronously;
+
private org.alfresco.repo.webservice.types.NamedValue[] parameters;
+
private org.alfresco.repo.webservice.action.Condition[] conditions;
+
private org.alfresco.repo.webservice.action.Action compensatingAction;
+
private org.alfresco.repo.webservice.action.Action[] actions;
+
private org.alfresco.repo.webservice.types.Reference reference;
public Action() {
diff --git a/source/generated/org/alfresco/repo/webservice/action/ActionExecutionResult.java b/source/generated/org/alfresco/repo/webservice/action/ActionExecutionResult.java
index 41f6698e2d..895effa390 100644
--- a/source/generated/org/alfresco/repo/webservice/action/ActionExecutionResult.java
+++ b/source/generated/org/alfresco/repo/webservice/action/ActionExecutionResult.java
@@ -2,13 +2,14 @@
* ActionExecutionResult.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.action;
public class ActionExecutionResult implements java.io.Serializable {
private org.alfresco.repo.webservice.types.Reference reference;
+
private org.alfresco.repo.webservice.action.Action[] actions;
public ActionExecutionResult() {
diff --git a/source/generated/org/alfresco/repo/webservice/action/ActionFault.java b/source/generated/org/alfresco/repo/webservice/action/ActionFault.java
index 49d089d9cb..544b815e32 100644
--- a/source/generated/org/alfresco/repo/webservice/action/ActionFault.java
+++ b/source/generated/org/alfresco/repo/webservice/action/ActionFault.java
@@ -2,13 +2,14 @@
* ActionFault.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.action;
public class ActionFault extends org.apache.axis.AxisFault implements java.io.Serializable {
private int errorCode;
+
private java.lang.String message1;
public ActionFault() {
diff --git a/source/generated/org/alfresco/repo/webservice/action/ActionFilter.java b/source/generated/org/alfresco/repo/webservice/action/ActionFilter.java
index ba6840a069..4a2282e25a 100644
--- a/source/generated/org/alfresco/repo/webservice/action/ActionFilter.java
+++ b/source/generated/org/alfresco/repo/webservice/action/ActionFilter.java
@@ -2,13 +2,14 @@
* ActionFilter.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.action;
public class ActionFilter implements java.io.Serializable {
private java.lang.String[] ids;
+
private java.lang.String[] types;
public ActionFilter() {
diff --git a/source/generated/org/alfresco/repo/webservice/action/ActionItemDefinition.java b/source/generated/org/alfresco/repo/webservice/action/ActionItemDefinition.java
index feab5f7f5a..1ff93ebd4e 100644
--- a/source/generated/org/alfresco/repo/webservice/action/ActionItemDefinition.java
+++ b/source/generated/org/alfresco/repo/webservice/action/ActionItemDefinition.java
@@ -2,17 +2,22 @@
* ActionItemDefinition.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.action;
public class ActionItemDefinition implements java.io.Serializable {
private java.lang.String name;
+
private org.alfresco.repo.webservice.action.ActionItemDefinitionType type;
+
private java.lang.String title;
+
private java.lang.String description;
+
private boolean adHocPropertiesAllowed;
+
private org.alfresco.repo.webservice.action.ParameterDefinition[] parameterDefinition;
public ActionItemDefinition() {
diff --git a/source/generated/org/alfresco/repo/webservice/action/ActionItemDefinitionType.java b/source/generated/org/alfresco/repo/webservice/action/ActionItemDefinitionType.java
index 555ef11ed9..34794a16b2 100644
--- a/source/generated/org/alfresco/repo/webservice/action/ActionItemDefinitionType.java
+++ b/source/generated/org/alfresco/repo/webservice/action/ActionItemDefinitionType.java
@@ -2,7 +2,7 @@
* ActionItemDefinitionType.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.action;
diff --git a/source/generated/org/alfresco/repo/webservice/action/ActionServiceSoapPort.java b/source/generated/org/alfresco/repo/webservice/action/ActionServiceSoapPort.java
index 443b20cc23..68722f21d6 100644
--- a/source/generated/org/alfresco/repo/webservice/action/ActionServiceSoapPort.java
+++ b/source/generated/org/alfresco/repo/webservice/action/ActionServiceSoapPort.java
@@ -2,7 +2,7 @@
* ActionServiceSoapPort.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.action;
diff --git a/source/generated/org/alfresco/repo/webservice/action/Condition.java b/source/generated/org/alfresco/repo/webservice/action/Condition.java
index 8d44c7c1d8..3ef880152d 100644
--- a/source/generated/org/alfresco/repo/webservice/action/Condition.java
+++ b/source/generated/org/alfresco/repo/webservice/action/Condition.java
@@ -2,15 +2,18 @@
* Condition.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.action;
public class Condition implements java.io.Serializable {
private java.lang.String id;
+
private java.lang.String conditionName;
+
private boolean invertCondition;
+
private org.alfresco.repo.webservice.types.NamedValue[] parameters;
public Condition() {
diff --git a/source/generated/org/alfresco/repo/webservice/action/ParameterDefinition.java b/source/generated/org/alfresco/repo/webservice/action/ParameterDefinition.java
index f4a9de8b1e..ddaae06b3f 100644
--- a/source/generated/org/alfresco/repo/webservice/action/ParameterDefinition.java
+++ b/source/generated/org/alfresco/repo/webservice/action/ParameterDefinition.java
@@ -2,15 +2,18 @@
* ParameterDefinition.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.action;
public class ParameterDefinition implements java.io.Serializable {
private java.lang.String name;
+
private java.lang.String type;
+
private boolean isMandatory;
+
private java.lang.String displayLabel;
public ParameterDefinition() {
diff --git a/source/generated/org/alfresco/repo/webservice/action/Rule.java b/source/generated/org/alfresco/repo/webservice/action/Rule.java
index 1e42f44da0..a4b76c5052 100644
--- a/source/generated/org/alfresco/repo/webservice/action/Rule.java
+++ b/source/generated/org/alfresco/repo/webservice/action/Rule.java
@@ -2,20 +2,28 @@
* Rule.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.action;
public class Rule implements java.io.Serializable {
private java.lang.String id;
+
private java.lang.String ruleType;
+
private java.lang.String title;
+
private java.lang.String description;
+
private boolean executeAsynchronously;
+
private org.alfresco.repo.webservice.action.Condition[] conditions;
+
private org.alfresco.repo.webservice.action.Action[] actions;
+
private java.lang.String runAsUserName;
+
private org.alfresco.repo.webservice.types.Reference reference;
public Rule() {
diff --git a/source/generated/org/alfresco/repo/webservice/action/RuleFilter.java b/source/generated/org/alfresco/repo/webservice/action/RuleFilter.java
index 2db8e8f2b2..7ef39bbc5b 100644
--- a/source/generated/org/alfresco/repo/webservice/action/RuleFilter.java
+++ b/source/generated/org/alfresco/repo/webservice/action/RuleFilter.java
@@ -2,14 +2,16 @@
* RuleFilter.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.action;
public class RuleFilter implements java.io.Serializable {
private java.lang.String[] ids;
+
private java.lang.String[] ruleTypeNames;
+
private boolean includeInherited;
public RuleFilter() {
diff --git a/source/generated/org/alfresco/repo/webservice/action/RuleType.java b/source/generated/org/alfresco/repo/webservice/action/RuleType.java
index 5fe45f989b..b16e4f87a8 100644
--- a/source/generated/org/alfresco/repo/webservice/action/RuleType.java
+++ b/source/generated/org/alfresco/repo/webservice/action/RuleType.java
@@ -2,13 +2,14 @@
* RuleType.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.action;
public class RuleType implements java.io.Serializable {
private java.lang.String name;
+
private java.lang.String displayLabel;
public RuleType() {
diff --git a/source/generated/org/alfresco/repo/webservice/administration/AdministrationFault.java b/source/generated/org/alfresco/repo/webservice/administration/AdministrationFault.java
index 3640e55db2..7d1e970d53 100644
--- a/source/generated/org/alfresco/repo/webservice/administration/AdministrationFault.java
+++ b/source/generated/org/alfresco/repo/webservice/administration/AdministrationFault.java
@@ -2,13 +2,14 @@
* AdministrationFault.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.administration;
public class AdministrationFault extends org.apache.axis.AxisFault implements java.io.Serializable {
private int errorCode;
+
private java.lang.String message1;
public AdministrationFault() {
diff --git a/source/generated/org/alfresco/repo/webservice/administration/AdministrationServiceSoapPort.java b/source/generated/org/alfresco/repo/webservice/administration/AdministrationServiceSoapPort.java
index 11c9067dc4..0464f50a06 100644
--- a/source/generated/org/alfresco/repo/webservice/administration/AdministrationServiceSoapPort.java
+++ b/source/generated/org/alfresco/repo/webservice/administration/AdministrationServiceSoapPort.java
@@ -2,7 +2,7 @@
* AdministrationServiceSoapPort.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.administration;
diff --git a/source/generated/org/alfresco/repo/webservice/administration/NewUserDetails.java b/source/generated/org/alfresco/repo/webservice/administration/NewUserDetails.java
index b553299cc0..de818d6899 100644
--- a/source/generated/org/alfresco/repo/webservice/administration/NewUserDetails.java
+++ b/source/generated/org/alfresco/repo/webservice/administration/NewUserDetails.java
@@ -2,14 +2,16 @@
* NewUserDetails.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.administration;
public class NewUserDetails implements java.io.Serializable {
private java.lang.String userName;
+
private java.lang.String password;
+
private org.alfresco.repo.webservice.types.NamedValue[] properties;
public NewUserDetails() {
diff --git a/source/generated/org/alfresco/repo/webservice/administration/UserDetails.java b/source/generated/org/alfresco/repo/webservice/administration/UserDetails.java
index 494ee682ce..62403b7e5f 100644
--- a/source/generated/org/alfresco/repo/webservice/administration/UserDetails.java
+++ b/source/generated/org/alfresco/repo/webservice/administration/UserDetails.java
@@ -2,13 +2,14 @@
* UserDetails.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.administration;
public class UserDetails implements java.io.Serializable {
private java.lang.String userName;
+
private org.alfresco.repo.webservice.types.NamedValue[] properties;
public UserDetails() {
diff --git a/source/generated/org/alfresco/repo/webservice/administration/UserFilter.java b/source/generated/org/alfresco/repo/webservice/administration/UserFilter.java
index 3d41b85448..b2cdc5c784 100644
--- a/source/generated/org/alfresco/repo/webservice/administration/UserFilter.java
+++ b/source/generated/org/alfresco/repo/webservice/administration/UserFilter.java
@@ -2,7 +2,7 @@
* UserFilter.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.administration;
diff --git a/source/generated/org/alfresco/repo/webservice/administration/UserQueryResults.java b/source/generated/org/alfresco/repo/webservice/administration/UserQueryResults.java
index 877afa7d57..8748571264 100644
--- a/source/generated/org/alfresco/repo/webservice/administration/UserQueryResults.java
+++ b/source/generated/org/alfresco/repo/webservice/administration/UserQueryResults.java
@@ -2,13 +2,14 @@
* UserQueryResults.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.administration;
public class UserQueryResults implements java.io.Serializable {
private java.lang.String querySession;
+
private org.alfresco.repo.webservice.administration.UserDetails[] userDetails;
public UserQueryResults() {
diff --git a/source/generated/org/alfresco/repo/webservice/authentication/AuthenticationFault.java b/source/generated/org/alfresco/repo/webservice/authentication/AuthenticationFault.java
index 6030d92d8e..74e2ea3ec3 100644
--- a/source/generated/org/alfresco/repo/webservice/authentication/AuthenticationFault.java
+++ b/source/generated/org/alfresco/repo/webservice/authentication/AuthenticationFault.java
@@ -2,13 +2,14 @@
* AuthenticationFault.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.authentication;
public class AuthenticationFault extends org.apache.axis.AxisFault implements java.io.Serializable {
private int errorCode;
+
private java.lang.String message1;
public AuthenticationFault() {
diff --git a/source/generated/org/alfresco/repo/webservice/authentication/AuthenticationResult.java b/source/generated/org/alfresco/repo/webservice/authentication/AuthenticationResult.java
index 8f81cf1107..321cbc3c77 100644
--- a/source/generated/org/alfresco/repo/webservice/authentication/AuthenticationResult.java
+++ b/source/generated/org/alfresco/repo/webservice/authentication/AuthenticationResult.java
@@ -2,13 +2,14 @@
* AuthenticationResult.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.authentication;
public class AuthenticationResult implements java.io.Serializable {
private java.lang.String username;
+
private java.lang.String ticket;
public AuthenticationResult() {
diff --git a/source/generated/org/alfresco/repo/webservice/authentication/AuthenticationServiceSoapPort.java b/source/generated/org/alfresco/repo/webservice/authentication/AuthenticationServiceSoapPort.java
index 2ac706b6cc..d6afc7050b 100644
--- a/source/generated/org/alfresco/repo/webservice/authentication/AuthenticationServiceSoapPort.java
+++ b/source/generated/org/alfresco/repo/webservice/authentication/AuthenticationServiceSoapPort.java
@@ -2,7 +2,7 @@
* AuthenticationServiceSoapPort.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.authentication;
diff --git a/source/generated/org/alfresco/repo/webservice/authoring/AuthoringFault.java b/source/generated/org/alfresco/repo/webservice/authoring/AuthoringFault.java
index 96cd0af47d..cb233fc151 100644
--- a/source/generated/org/alfresco/repo/webservice/authoring/AuthoringFault.java
+++ b/source/generated/org/alfresco/repo/webservice/authoring/AuthoringFault.java
@@ -2,13 +2,14 @@
* AuthoringFault.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.authoring;
public class AuthoringFault extends org.apache.axis.AxisFault implements java.io.Serializable {
private int errorCode;
+
private java.lang.String message1;
public AuthoringFault() {
diff --git a/source/generated/org/alfresco/repo/webservice/authoring/AuthoringServiceSoapPort.java b/source/generated/org/alfresco/repo/webservice/authoring/AuthoringServiceSoapPort.java
index 00df25a44f..d183ca3e76 100644
--- a/source/generated/org/alfresco/repo/webservice/authoring/AuthoringServiceSoapPort.java
+++ b/source/generated/org/alfresco/repo/webservice/authoring/AuthoringServiceSoapPort.java
@@ -2,7 +2,7 @@
* AuthoringServiceSoapPort.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.authoring;
diff --git a/source/generated/org/alfresco/repo/webservice/authoring/CancelCheckoutResult.java b/source/generated/org/alfresco/repo/webservice/authoring/CancelCheckoutResult.java
index 2ea961e270..6445b5305b 100644
--- a/source/generated/org/alfresco/repo/webservice/authoring/CancelCheckoutResult.java
+++ b/source/generated/org/alfresco/repo/webservice/authoring/CancelCheckoutResult.java
@@ -2,13 +2,14 @@
* CancelCheckoutResult.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.authoring;
public class CancelCheckoutResult implements java.io.Serializable {
private org.alfresco.repo.webservice.types.Reference[] workingCopies;
+
private org.alfresco.repo.webservice.types.Reference[] originals;
public CancelCheckoutResult() {
diff --git a/source/generated/org/alfresco/repo/webservice/authoring/CheckinResult.java b/source/generated/org/alfresco/repo/webservice/authoring/CheckinResult.java
index 9e16b83792..311b6a8fb6 100644
--- a/source/generated/org/alfresco/repo/webservice/authoring/CheckinResult.java
+++ b/source/generated/org/alfresco/repo/webservice/authoring/CheckinResult.java
@@ -2,13 +2,14 @@
* CheckinResult.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.authoring;
public class CheckinResult implements java.io.Serializable {
private org.alfresco.repo.webservice.types.Reference[] workingCopies;
+
private org.alfresco.repo.webservice.types.Reference[] checkedIn;
public CheckinResult() {
diff --git a/source/generated/org/alfresco/repo/webservice/authoring/CheckoutResult.java b/source/generated/org/alfresco/repo/webservice/authoring/CheckoutResult.java
index f1040a8b3b..e0c38c0a84 100644
--- a/source/generated/org/alfresco/repo/webservice/authoring/CheckoutResult.java
+++ b/source/generated/org/alfresco/repo/webservice/authoring/CheckoutResult.java
@@ -2,13 +2,14 @@
* CheckoutResult.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.authoring;
public class CheckoutResult implements java.io.Serializable {
private org.alfresco.repo.webservice.types.Reference[] originals;
+
private org.alfresco.repo.webservice.types.Reference[] workingCopies;
public CheckoutResult() {
diff --git a/source/generated/org/alfresco/repo/webservice/authoring/LockStatus.java b/source/generated/org/alfresco/repo/webservice/authoring/LockStatus.java
index 3465101503..0ceb6b626d 100644
--- a/source/generated/org/alfresco/repo/webservice/authoring/LockStatus.java
+++ b/source/generated/org/alfresco/repo/webservice/authoring/LockStatus.java
@@ -2,14 +2,16 @@
* LockStatus.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.authoring;
public class LockStatus implements java.io.Serializable {
private org.alfresco.repo.webservice.types.Reference node;
+
private org.alfresco.repo.webservice.authoring.LockTypeEnum lockType;
+
private java.lang.String lockOwner;
public LockStatus() {
diff --git a/source/generated/org/alfresco/repo/webservice/authoring/LockTypeEnum.java b/source/generated/org/alfresco/repo/webservice/authoring/LockTypeEnum.java
index 73e70cd85c..d714e7624a 100644
--- a/source/generated/org/alfresco/repo/webservice/authoring/LockTypeEnum.java
+++ b/source/generated/org/alfresco/repo/webservice/authoring/LockTypeEnum.java
@@ -2,7 +2,7 @@
* LockTypeEnum.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.authoring;
diff --git a/source/generated/org/alfresco/repo/webservice/authoring/VersionResult.java b/source/generated/org/alfresco/repo/webservice/authoring/VersionResult.java
index 12dce3ec34..5990df4793 100644
--- a/source/generated/org/alfresco/repo/webservice/authoring/VersionResult.java
+++ b/source/generated/org/alfresco/repo/webservice/authoring/VersionResult.java
@@ -2,13 +2,14 @@
* VersionResult.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.authoring;
public class VersionResult implements java.io.Serializable {
private org.alfresco.repo.webservice.types.Reference[] nodes;
+
private org.alfresco.repo.webservice.types.Version[] versions;
public VersionResult() {
diff --git a/source/generated/org/alfresco/repo/webservice/classification/AppliedCategory.java b/source/generated/org/alfresco/repo/webservice/classification/AppliedCategory.java
index 2a3e769b4a..a39c20a400 100644
--- a/source/generated/org/alfresco/repo/webservice/classification/AppliedCategory.java
+++ b/source/generated/org/alfresco/repo/webservice/classification/AppliedCategory.java
@@ -2,13 +2,14 @@
* AppliedCategory.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.classification;
public class AppliedCategory implements java.io.Serializable {
private java.lang.String classification;
+
private org.alfresco.repo.webservice.types.Reference[] categories;
public AppliedCategory() {
@@ -125,7 +126,7 @@ public class AppliedCategory implements java.io.Serializable {
org.apache.axis.description.ElementDesc elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("classification");
elemField.setXmlName(new javax.xml.namespace.QName("http://www.alfresco.org/ws/service/classification/1.0", "classification"));
- elemField.setXmlType(new javax.xml.namespace.QName("http://www.alfresco.org/ws/model/content/1.0", "Name"));
+ elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
diff --git a/source/generated/org/alfresco/repo/webservice/classification/CategoriesResult.java b/source/generated/org/alfresco/repo/webservice/classification/CategoriesResult.java
index e422376fca..d1adb745fb 100644
--- a/source/generated/org/alfresco/repo/webservice/classification/CategoriesResult.java
+++ b/source/generated/org/alfresco/repo/webservice/classification/CategoriesResult.java
@@ -2,13 +2,14 @@
* CategoriesResult.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.classification;
public class CategoriesResult implements java.io.Serializable {
private org.alfresco.repo.webservice.types.Reference node;
+
private org.alfresco.repo.webservice.classification.AppliedCategory[] categories;
public CategoriesResult() {
diff --git a/source/generated/org/alfresco/repo/webservice/classification/ClassificationFault.java b/source/generated/org/alfresco/repo/webservice/classification/ClassificationFault.java
index 642a5f5456..c1d907cae9 100644
--- a/source/generated/org/alfresco/repo/webservice/classification/ClassificationFault.java
+++ b/source/generated/org/alfresco/repo/webservice/classification/ClassificationFault.java
@@ -2,13 +2,14 @@
* ClassificationFault.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.classification;
public class ClassificationFault extends org.apache.axis.AxisFault implements java.io.Serializable {
private int errorCode;
+
private java.lang.String message1;
public ClassificationFault() {
diff --git a/source/generated/org/alfresco/repo/webservice/classification/ClassificationServiceSoapPort.java b/source/generated/org/alfresco/repo/webservice/classification/ClassificationServiceSoapPort.java
index 74458c821f..7bce8a6f95 100644
--- a/source/generated/org/alfresco/repo/webservice/classification/ClassificationServiceSoapPort.java
+++ b/source/generated/org/alfresco/repo/webservice/classification/ClassificationServiceSoapPort.java
@@ -2,7 +2,7 @@
* ClassificationServiceSoapPort.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.classification;
diff --git a/source/generated/org/alfresco/repo/webservice/content/Content.java b/source/generated/org/alfresco/repo/webservice/content/Content.java
index 34b66fc4f0..26c5918ff4 100644
--- a/source/generated/org/alfresco/repo/webservice/content/Content.java
+++ b/source/generated/org/alfresco/repo/webservice/content/Content.java
@@ -2,16 +2,20 @@
* Content.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.content;
public class Content implements java.io.Serializable {
private org.alfresco.repo.webservice.types.Reference node;
+
private java.lang.String property;
+
private long length;
+
private org.alfresco.repo.webservice.types.ContentFormat format;
+
private java.lang.String url;
public Content() {
diff --git a/source/generated/org/alfresco/repo/webservice/content/ContentFault.java b/source/generated/org/alfresco/repo/webservice/content/ContentFault.java
index 5669140c12..2e51439a54 100644
--- a/source/generated/org/alfresco/repo/webservice/content/ContentFault.java
+++ b/source/generated/org/alfresco/repo/webservice/content/ContentFault.java
@@ -2,13 +2,14 @@
* ContentFault.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.content;
public class ContentFault extends org.apache.axis.AxisFault implements java.io.Serializable {
private int errorCode;
+
private java.lang.String message1;
public ContentFault() {
diff --git a/source/generated/org/alfresco/repo/webservice/content/ContentSegment.java b/source/generated/org/alfresco/repo/webservice/content/ContentSegment.java
index 5bf5c681e0..acd1aed944 100644
--- a/source/generated/org/alfresco/repo/webservice/content/ContentSegment.java
+++ b/source/generated/org/alfresco/repo/webservice/content/ContentSegment.java
@@ -2,13 +2,14 @@
* ContentSegment.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.content;
public class ContentSegment implements java.io.Serializable {
private long offset;
+
private long length;
public ContentSegment() {
diff --git a/source/generated/org/alfresco/repo/webservice/content/ContentServiceSoapPort.java b/source/generated/org/alfresco/repo/webservice/content/ContentServiceSoapPort.java
index 6286ed7ecc..aeaf0f4e5c 100644
--- a/source/generated/org/alfresco/repo/webservice/content/ContentServiceSoapPort.java
+++ b/source/generated/org/alfresco/repo/webservice/content/ContentServiceSoapPort.java
@@ -2,7 +2,7 @@
* ContentServiceSoapPort.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.content;
diff --git a/source/generated/org/alfresco/repo/webservice/repository/Association.java b/source/generated/org/alfresco/repo/webservice/repository/Association.java
index 49dc7aeec9..6c12256ee3 100644
--- a/source/generated/org/alfresco/repo/webservice/repository/Association.java
+++ b/source/generated/org/alfresco/repo/webservice/repository/Association.java
@@ -2,13 +2,14 @@
* Association.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.repository;
public class Association implements java.io.Serializable {
private java.lang.String associationType;
+
private org.alfresco.repo.webservice.repository.AssociationDirectionEnum direction;
public Association() {
@@ -109,7 +110,7 @@ public class Association implements java.io.Serializable {
org.apache.axis.description.ElementDesc elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("associationType");
elemField.setXmlName(new javax.xml.namespace.QName("http://www.alfresco.org/ws/service/repository/1.0", "associationType"));
- elemField.setXmlType(new javax.xml.namespace.QName("http://www.alfresco.org/ws/model/content/1.0", "Name"));
+ elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
diff --git a/source/generated/org/alfresco/repo/webservice/repository/AssociationDirectionEnum.java b/source/generated/org/alfresco/repo/webservice/repository/AssociationDirectionEnum.java
index 47a69823e6..edc1be26c5 100644
--- a/source/generated/org/alfresco/repo/webservice/repository/AssociationDirectionEnum.java
+++ b/source/generated/org/alfresco/repo/webservice/repository/AssociationDirectionEnum.java
@@ -2,7 +2,7 @@
* AssociationDirectionEnum.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.repository;
diff --git a/source/generated/org/alfresco/repo/webservice/repository/QueryResult.java b/source/generated/org/alfresco/repo/webservice/repository/QueryResult.java
index 6077250a7a..8b12e43826 100644
--- a/source/generated/org/alfresco/repo/webservice/repository/QueryResult.java
+++ b/source/generated/org/alfresco/repo/webservice/repository/QueryResult.java
@@ -2,13 +2,14 @@
* QueryResult.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.repository;
public class QueryResult implements java.io.Serializable {
private java.lang.String querySession;
+
private org.alfresco.repo.webservice.types.ResultSet resultSet;
public QueryResult() {
diff --git a/source/generated/org/alfresco/repo/webservice/repository/RepositoryFault.java b/source/generated/org/alfresco/repo/webservice/repository/RepositoryFault.java
index 842f645828..714c3185cb 100644
--- a/source/generated/org/alfresco/repo/webservice/repository/RepositoryFault.java
+++ b/source/generated/org/alfresco/repo/webservice/repository/RepositoryFault.java
@@ -2,13 +2,14 @@
* RepositoryFault.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.repository;
public class RepositoryFault extends org.apache.axis.AxisFault implements java.io.Serializable {
private int errorCode;
+
private java.lang.String message1;
public RepositoryFault() {
diff --git a/source/generated/org/alfresco/repo/webservice/repository/RepositoryServiceSoapPort.java b/source/generated/org/alfresco/repo/webservice/repository/RepositoryServiceSoapPort.java
index 099e2ebfe0..8bc67d0730 100644
--- a/source/generated/org/alfresco/repo/webservice/repository/RepositoryServiceSoapPort.java
+++ b/source/generated/org/alfresco/repo/webservice/repository/RepositoryServiceSoapPort.java
@@ -2,7 +2,7 @@
* RepositoryServiceSoapPort.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.repository;
diff --git a/source/generated/org/alfresco/repo/webservice/repository/UpdateResult.java b/source/generated/org/alfresco/repo/webservice/repository/UpdateResult.java
index 946002abda..a5479ab6b5 100644
--- a/source/generated/org/alfresco/repo/webservice/repository/UpdateResult.java
+++ b/source/generated/org/alfresco/repo/webservice/repository/UpdateResult.java
@@ -2,15 +2,18 @@
* UpdateResult.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.repository;
public class UpdateResult implements java.io.Serializable {
private java.lang.String statement;
+
private org.alfresco.repo.webservice.types.ResultSet updateCount;
+
private org.alfresco.repo.webservice.types.Reference source;
+
private org.alfresco.repo.webservice.types.Reference destination;
public UpdateResult() {
diff --git a/source/generated/org/alfresco/repo/webservice/types/AssociationDefinition.java b/source/generated/org/alfresco/repo/webservice/types/AssociationDefinition.java
index 7f5f5be3c5..e8bb7a2e78 100644
--- a/source/generated/org/alfresco/repo/webservice/types/AssociationDefinition.java
+++ b/source/generated/org/alfresco/repo/webservice/types/AssociationDefinition.java
@@ -2,18 +2,24 @@
* AssociationDefinition.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.types;
public class AssociationDefinition implements java.io.Serializable {
private java.lang.String name;
+
private java.lang.String title;
+
private java.lang.String description;
+
private boolean isChild;
+
private org.alfresco.repo.webservice.types.RoleDefinition sourceRole;
+
private org.alfresco.repo.webservice.types.RoleDefinition targetRole;
+
private java.lang.String targetClass;
public AssociationDefinition() {
@@ -250,7 +256,7 @@ public class AssociationDefinition implements java.io.Serializable {
org.apache.axis.description.ElementDesc elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("name");
elemField.setXmlName(new javax.xml.namespace.QName("http://www.alfresco.org/ws/model/content/1.0", "name"));
- elemField.setXmlType(new javax.xml.namespace.QName("http://www.alfresco.org/ws/model/content/1.0", "Name"));
+ elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
@@ -290,7 +296,7 @@ public class AssociationDefinition implements java.io.Serializable {
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("targetClass");
elemField.setXmlName(new javax.xml.namespace.QName("http://www.alfresco.org/ws/model/content/1.0", "targetClass"));
- elemField.setXmlType(new javax.xml.namespace.QName("http://www.alfresco.org/ws/model/content/1.0", "Name"));
+ elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
}
diff --git a/source/generated/org/alfresco/repo/webservice/types/CML.java b/source/generated/org/alfresco/repo/webservice/types/CML.java
index 99fdfea435..963c9b5288 100644
--- a/source/generated/org/alfresco/repo/webservice/types/CML.java
+++ b/source/generated/org/alfresco/repo/webservice/types/CML.java
@@ -2,22 +2,32 @@
* CML.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.types;
public class CML implements java.io.Serializable {
private org.alfresco.repo.webservice.types.CMLCreate[] create;
+
private org.alfresco.repo.webservice.types.CMLAddAspect[] addAspect;
+
private org.alfresco.repo.webservice.types.CMLRemoveAspect[] removeAspect;
+
private org.alfresco.repo.webservice.types.CMLUpdate[] update;
+
private org.alfresco.repo.webservice.types.CMLDelete[] delete;
+
private org.alfresco.repo.webservice.types.CMLMove[] move;
+
private org.alfresco.repo.webservice.types.CMLCopy[] copy;
+
private org.alfresco.repo.webservice.types.CMLAddChild[] addChild;
+
private org.alfresco.repo.webservice.types.CMLRemoveChild[] removeChild;
+
private org.alfresco.repo.webservice.types.CMLCreateAssociation[] createAssociation;
+
private org.alfresco.repo.webservice.types.CMLRemoveAssociation[] removeAssociation;
public CML() {
diff --git a/source/generated/org/alfresco/repo/webservice/types/CMLAddAspect.java b/source/generated/org/alfresco/repo/webservice/types/CMLAddAspect.java
index 9db09b6548..7827f49ff7 100644
--- a/source/generated/org/alfresco/repo/webservice/types/CMLAddAspect.java
+++ b/source/generated/org/alfresco/repo/webservice/types/CMLAddAspect.java
@@ -2,15 +2,18 @@
* CMLAddAspect.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.types;
public class CMLAddAspect implements java.io.Serializable {
private java.lang.String aspect;
+
private org.alfresco.repo.webservice.types.NamedValue[] property;
+
private org.alfresco.repo.webservice.types.Predicate where;
+
private java.lang.String where_id;
public CMLAddAspect() {
@@ -183,7 +186,7 @@ public class CMLAddAspect implements java.io.Serializable {
org.apache.axis.description.ElementDesc elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("aspect");
elemField.setXmlName(new javax.xml.namespace.QName("http://www.alfresco.org/ws/cml/1.0", "aspect"));
- elemField.setXmlType(new javax.xml.namespace.QName("http://www.alfresco.org/ws/model/content/1.0", "Name"));
+ elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
diff --git a/source/generated/org/alfresco/repo/webservice/types/CMLAddChild.java b/source/generated/org/alfresco/repo/webservice/types/CMLAddChild.java
index 760d652ff3..214b01c582 100644
--- a/source/generated/org/alfresco/repo/webservice/types/CMLAddChild.java
+++ b/source/generated/org/alfresco/repo/webservice/types/CMLAddChild.java
@@ -2,17 +2,22 @@
* CMLAddChild.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.types;
public class CMLAddChild implements java.io.Serializable {
private org.alfresco.repo.webservice.types.ParentReference to;
+
private java.lang.String to_id;
+
private java.lang.String associationType;
+
private java.lang.String childName;
+
private org.alfresco.repo.webservice.types.Predicate where;
+
private java.lang.String where_id;
public CMLAddChild() {
@@ -238,14 +243,14 @@ public class CMLAddChild implements java.io.Serializable {
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("associationType");
elemField.setXmlName(new javax.xml.namespace.QName("http://www.alfresco.org/ws/model/content/1.0", "associationType"));
- elemField.setXmlType(new javax.xml.namespace.QName("http://www.alfresco.org/ws/model/content/1.0", "Name"));
+ elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setMinOccurs(0);
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("childName");
elemField.setXmlName(new javax.xml.namespace.QName("http://www.alfresco.org/ws/model/content/1.0", "childName"));
- elemField.setXmlType(new javax.xml.namespace.QName("http://www.alfresco.org/ws/model/content/1.0", "Name"));
+ elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setMinOccurs(0);
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
diff --git a/source/generated/org/alfresco/repo/webservice/types/CMLCopy.java b/source/generated/org/alfresco/repo/webservice/types/CMLCopy.java
index 1513c3c90a..4f2b6ae427 100644
--- a/source/generated/org/alfresco/repo/webservice/types/CMLCopy.java
+++ b/source/generated/org/alfresco/repo/webservice/types/CMLCopy.java
@@ -2,18 +2,24 @@
* CMLCopy.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.types;
public class CMLCopy implements java.io.Serializable {
private org.alfresco.repo.webservice.types.ParentReference to;
+
private java.lang.String to_id;
+
private java.lang.String associationType;
+
private java.lang.String childName;
+
private org.alfresco.repo.webservice.types.Predicate where;
+
private java.lang.String where_id;
+
private java.lang.Boolean children;
public CMLCopy() {
@@ -267,14 +273,14 @@ public class CMLCopy implements java.io.Serializable {
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("associationType");
elemField.setXmlName(new javax.xml.namespace.QName("http://www.alfresco.org/ws/model/content/1.0", "associationType"));
- elemField.setXmlType(new javax.xml.namespace.QName("http://www.alfresco.org/ws/model/content/1.0", "Name"));
+ elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setMinOccurs(0);
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("childName");
elemField.setXmlName(new javax.xml.namespace.QName("http://www.alfresco.org/ws/model/content/1.0", "childName"));
- elemField.setXmlType(new javax.xml.namespace.QName("http://www.alfresco.org/ws/model/content/1.0", "Name"));
+ elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setMinOccurs(0);
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
diff --git a/source/generated/org/alfresco/repo/webservice/types/CMLCreate.java b/source/generated/org/alfresco/repo/webservice/types/CMLCreate.java
index cdcb8e486e..e0fe14c5b4 100644
--- a/source/generated/org/alfresco/repo/webservice/types/CMLCreate.java
+++ b/source/generated/org/alfresco/repo/webservice/types/CMLCreate.java
@@ -2,15 +2,18 @@
* CMLCreate.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.types;
public class CMLCreate implements java.io.Serializable {
private java.lang.String id;
+
private org.alfresco.repo.webservice.types.ParentReference parent;
+
private java.lang.String type;
+
private org.alfresco.repo.webservice.types.NamedValue[] property;
public CMLCreate() {
@@ -196,7 +199,7 @@ public class CMLCreate implements java.io.Serializable {
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("type");
elemField.setXmlName(new javax.xml.namespace.QName("http://www.alfresco.org/ws/cml/1.0", "type"));
- elemField.setXmlType(new javax.xml.namespace.QName("http://www.alfresco.org/ws/model/content/1.0", "Name"));
+ elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setMinOccurs(0);
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
diff --git a/source/generated/org/alfresco/repo/webservice/types/CMLCreateAssociation.java b/source/generated/org/alfresco/repo/webservice/types/CMLCreateAssociation.java
index 2b24bbef94..43d65f6fdd 100644
--- a/source/generated/org/alfresco/repo/webservice/types/CMLCreateAssociation.java
+++ b/source/generated/org/alfresco/repo/webservice/types/CMLCreateAssociation.java
@@ -2,16 +2,20 @@
* CMLCreateAssociation.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.types;
public class CMLCreateAssociation implements java.io.Serializable {
private org.alfresco.repo.webservice.types.Predicate from;
+
private java.lang.String from_id;
+
private org.alfresco.repo.webservice.types.Predicate to;
+
private java.lang.String to_id;
+
private java.lang.String association;
public CMLCreateAssociation() {
@@ -224,7 +228,7 @@ public class CMLCreateAssociation implements java.io.Serializable {
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("association");
elemField.setXmlName(new javax.xml.namespace.QName("http://www.alfresco.org/ws/cml/1.0", "association"));
- elemField.setXmlType(new javax.xml.namespace.QName("http://www.alfresco.org/ws/model/content/1.0", "Name"));
+ elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
}
diff --git a/source/generated/org/alfresco/repo/webservice/types/CMLDelete.java b/source/generated/org/alfresco/repo/webservice/types/CMLDelete.java
index 134998a41b..f809977949 100644
--- a/source/generated/org/alfresco/repo/webservice/types/CMLDelete.java
+++ b/source/generated/org/alfresco/repo/webservice/types/CMLDelete.java
@@ -2,7 +2,7 @@
* CMLDelete.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.types;
diff --git a/source/generated/org/alfresco/repo/webservice/types/CMLMove.java b/source/generated/org/alfresco/repo/webservice/types/CMLMove.java
index f929e47102..5719b1e8c9 100644
--- a/source/generated/org/alfresco/repo/webservice/types/CMLMove.java
+++ b/source/generated/org/alfresco/repo/webservice/types/CMLMove.java
@@ -2,17 +2,22 @@
* CMLMove.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.types;
public class CMLMove implements java.io.Serializable {
private org.alfresco.repo.webservice.types.ParentReference to;
+
private java.lang.String to_id;
+
private java.lang.String associationType;
+
private java.lang.String childName;
+
private org.alfresco.repo.webservice.types.Predicate where;
+
private java.lang.String where_id;
public CMLMove() {
@@ -238,14 +243,14 @@ public class CMLMove implements java.io.Serializable {
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("associationType");
elemField.setXmlName(new javax.xml.namespace.QName("http://www.alfresco.org/ws/model/content/1.0", "associationType"));
- elemField.setXmlType(new javax.xml.namespace.QName("http://www.alfresco.org/ws/model/content/1.0", "Name"));
+ elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setMinOccurs(0);
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("childName");
elemField.setXmlName(new javax.xml.namespace.QName("http://www.alfresco.org/ws/model/content/1.0", "childName"));
- elemField.setXmlType(new javax.xml.namespace.QName("http://www.alfresco.org/ws/model/content/1.0", "Name"));
+ elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setMinOccurs(0);
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
diff --git a/source/generated/org/alfresco/repo/webservice/types/CMLRemoveAspect.java b/source/generated/org/alfresco/repo/webservice/types/CMLRemoveAspect.java
index 6611dca8c4..d013f98a34 100644
--- a/source/generated/org/alfresco/repo/webservice/types/CMLRemoveAspect.java
+++ b/source/generated/org/alfresco/repo/webservice/types/CMLRemoveAspect.java
@@ -2,14 +2,16 @@
* CMLRemoveAspect.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.types;
public class CMLRemoveAspect implements java.io.Serializable {
private java.lang.String aspect;
+
private org.alfresco.repo.webservice.types.Predicate where;
+
private java.lang.String where_id;
public CMLRemoveAspect() {
@@ -138,7 +140,7 @@ public class CMLRemoveAspect implements java.io.Serializable {
org.apache.axis.description.ElementDesc elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("aspect");
elemField.setXmlName(new javax.xml.namespace.QName("http://www.alfresco.org/ws/cml/1.0", "aspect"));
- elemField.setXmlType(new javax.xml.namespace.QName("http://www.alfresco.org/ws/model/content/1.0", "Name"));
+ elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
diff --git a/source/generated/org/alfresco/repo/webservice/types/CMLRemoveAssociation.java b/source/generated/org/alfresco/repo/webservice/types/CMLRemoveAssociation.java
index 87f71d92fe..e01cfe2796 100644
--- a/source/generated/org/alfresco/repo/webservice/types/CMLRemoveAssociation.java
+++ b/source/generated/org/alfresco/repo/webservice/types/CMLRemoveAssociation.java
@@ -2,16 +2,20 @@
* CMLRemoveAssociation.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.types;
public class CMLRemoveAssociation implements java.io.Serializable {
private org.alfresco.repo.webservice.types.Predicate from;
+
private java.lang.String from_id;
+
private org.alfresco.repo.webservice.types.Predicate to;
+
private java.lang.String to_id;
+
private java.lang.String association;
public CMLRemoveAssociation() {
@@ -224,7 +228,7 @@ public class CMLRemoveAssociation implements java.io.Serializable {
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("association");
elemField.setXmlName(new javax.xml.namespace.QName("http://www.alfresco.org/ws/cml/1.0", "association"));
- elemField.setXmlType(new javax.xml.namespace.QName("http://www.alfresco.org/ws/model/content/1.0", "Name"));
+ elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
}
diff --git a/source/generated/org/alfresco/repo/webservice/types/CMLRemoveChild.java b/source/generated/org/alfresco/repo/webservice/types/CMLRemoveChild.java
index e42fd357a7..36c4a727a1 100644
--- a/source/generated/org/alfresco/repo/webservice/types/CMLRemoveChild.java
+++ b/source/generated/org/alfresco/repo/webservice/types/CMLRemoveChild.java
@@ -2,15 +2,18 @@
* CMLRemoveChild.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.types;
public class CMLRemoveChild implements java.io.Serializable {
private org.alfresco.repo.webservice.types.Reference from;
+
private java.lang.String from_id;
+
private org.alfresco.repo.webservice.types.Predicate where;
+
private java.lang.String where_id;
public CMLRemoveChild() {
diff --git a/source/generated/org/alfresco/repo/webservice/types/CMLUpdate.java b/source/generated/org/alfresco/repo/webservice/types/CMLUpdate.java
index e75b0406c7..57ba896c9c 100644
--- a/source/generated/org/alfresco/repo/webservice/types/CMLUpdate.java
+++ b/source/generated/org/alfresco/repo/webservice/types/CMLUpdate.java
@@ -2,14 +2,16 @@
* CMLUpdate.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.types;
public class CMLUpdate implements java.io.Serializable {
private org.alfresco.repo.webservice.types.NamedValue[] property;
+
private org.alfresco.repo.webservice.types.Predicate where;
+
private java.lang.String where_id;
public CMLUpdate() {
diff --git a/source/generated/org/alfresco/repo/webservice/types/Cardinality.java b/source/generated/org/alfresco/repo/webservice/types/Cardinality.java
index 8223c8aeab..6fbef035c2 100644
--- a/source/generated/org/alfresco/repo/webservice/types/Cardinality.java
+++ b/source/generated/org/alfresco/repo/webservice/types/Cardinality.java
@@ -2,7 +2,7 @@
* Cardinality.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.types;
diff --git a/source/generated/org/alfresco/repo/webservice/types/Category.java b/source/generated/org/alfresco/repo/webservice/types/Category.java
index d2527a733c..5b42afa9bc 100644
--- a/source/generated/org/alfresco/repo/webservice/types/Category.java
+++ b/source/generated/org/alfresco/repo/webservice/types/Category.java
@@ -2,14 +2,16 @@
* Category.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.types;
public class Category implements java.io.Serializable {
private org.alfresco.repo.webservice.types.Reference id;
+
private java.lang.String title;
+
private java.lang.String description;
public Category() {
diff --git a/source/generated/org/alfresco/repo/webservice/types/ClassDefinition.java b/source/generated/org/alfresco/repo/webservice/types/ClassDefinition.java
index 94596374ac..8fefe020cb 100644
--- a/source/generated/org/alfresco/repo/webservice/types/ClassDefinition.java
+++ b/source/generated/org/alfresco/repo/webservice/types/ClassDefinition.java
@@ -2,18 +2,24 @@
* ClassDefinition.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.types;
public class ClassDefinition implements java.io.Serializable {
private java.lang.String name;
+
private java.lang.String title;
+
private java.lang.String description;
+
private java.lang.String superClass;
+
private boolean isAspect;
+
private org.alfresco.repo.webservice.types.PropertyDefinition[] properties;
+
private org.alfresco.repo.webservice.types.AssociationDefinition[] associations;
public ClassDefinition() {
@@ -282,7 +288,7 @@ public class ClassDefinition implements java.io.Serializable {
org.apache.axis.description.ElementDesc elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("name");
elemField.setXmlName(new javax.xml.namespace.QName("http://www.alfresco.org/ws/model/content/1.0", "name"));
- elemField.setXmlType(new javax.xml.namespace.QName("http://www.alfresco.org/ws/model/content/1.0", "Name"));
+ elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
@@ -302,7 +308,7 @@ public class ClassDefinition implements java.io.Serializable {
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("superClass");
elemField.setXmlName(new javax.xml.namespace.QName("http://www.alfresco.org/ws/model/content/1.0", "superClass"));
- elemField.setXmlType(new javax.xml.namespace.QName("http://www.alfresco.org/ws/model/content/1.0", "Name"));
+ elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setMinOccurs(0);
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
diff --git a/source/generated/org/alfresco/repo/webservice/types/Classification.java b/source/generated/org/alfresco/repo/webservice/types/Classification.java
index d1dc9739c1..00372cb46b 100644
--- a/source/generated/org/alfresco/repo/webservice/types/Classification.java
+++ b/source/generated/org/alfresco/repo/webservice/types/Classification.java
@@ -2,15 +2,18 @@
* Classification.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.types;
public class Classification implements java.io.Serializable {
private java.lang.String classification;
+
private org.alfresco.repo.webservice.types.Category rootCategory;
+
private java.lang.String title;
+
private java.lang.String description;
public Classification() {
@@ -167,7 +170,7 @@ public class Classification implements java.io.Serializable {
org.apache.axis.description.ElementDesc elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("classification");
elemField.setXmlName(new javax.xml.namespace.QName("http://www.alfresco.org/ws/model/content/1.0", "classification"));
- elemField.setXmlType(new javax.xml.namespace.QName("http://www.alfresco.org/ws/model/content/1.0", "Name"));
+ elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
diff --git a/source/generated/org/alfresco/repo/webservice/types/ContentFormat.java b/source/generated/org/alfresco/repo/webservice/types/ContentFormat.java
index 26ae347824..2af07ce824 100644
--- a/source/generated/org/alfresco/repo/webservice/types/ContentFormat.java
+++ b/source/generated/org/alfresco/repo/webservice/types/ContentFormat.java
@@ -2,17 +2,18 @@
* ContentFormat.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.types;
public class ContentFormat implements java.io.Serializable {
- /** TODO: MinOccurs = 0?
- * TODO: Define Constraints */
+ /* TODO: MinOccurs = 0?
+ * TODO: Define Constraints */
private java.lang.String mimetype;
- /** TODO: MinOccurs = 0?
- * TODO: Define Constraints */
+
+ /* TODO: MinOccurs = 0?
+ * TODO: Define Constraints */
private java.lang.String encoding;
public ContentFormat() {
@@ -29,8 +30,8 @@ public class ContentFormat implements java.io.Serializable {
/**
* Gets the mimetype value for this ContentFormat.
*
- * @return mimetype TODO: MinOccurs = 0?
- * TODO: Define Constraints
+ * @return mimetype * TODO: MinOccurs = 0?
+ * TODO: Define Constraints
*/
public java.lang.String getMimetype() {
return mimetype;
@@ -40,8 +41,8 @@ public class ContentFormat implements java.io.Serializable {
/**
* Sets the mimetype value for this ContentFormat.
*
- * @param mimetype TODO: MinOccurs = 0?
- * TODO: Define Constraints
+ * @param mimetype * TODO: MinOccurs = 0?
+ * TODO: Define Constraints
*/
public void setMimetype(java.lang.String mimetype) {
this.mimetype = mimetype;
@@ -51,8 +52,8 @@ public class ContentFormat implements java.io.Serializable {
/**
* Gets the encoding value for this ContentFormat.
*
- * @return encoding TODO: MinOccurs = 0?
- * TODO: Define Constraints
+ * @return encoding * TODO: MinOccurs = 0?
+ * TODO: Define Constraints
*/
public java.lang.String getEncoding() {
return encoding;
@@ -62,8 +63,8 @@ public class ContentFormat implements java.io.Serializable {
/**
* Sets the encoding value for this ContentFormat.
*
- * @param encoding TODO: MinOccurs = 0?
- * TODO: Define Constraints
+ * @param encoding * TODO: MinOccurs = 0?
+ * TODO: Define Constraints
*/
public void setEncoding(java.lang.String encoding) {
this.encoding = encoding;
@@ -117,13 +118,13 @@ public class ContentFormat implements java.io.Serializable {
org.apache.axis.description.ElementDesc elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("mimetype");
elemField.setXmlName(new javax.xml.namespace.QName("http://www.alfresco.org/ws/model/content/1.0", "mimetype"));
- elemField.setXmlType(new javax.xml.namespace.QName("http://www.alfresco.org/ws/model/content/1.0", ">ContentFormat>mimetype"));
+ elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("encoding");
elemField.setXmlName(new javax.xml.namespace.QName("http://www.alfresco.org/ws/model/content/1.0", "encoding"));
- elemField.setXmlType(new javax.xml.namespace.QName("http://www.alfresco.org/ws/model/content/1.0", ">ContentFormat>encoding"));
+ elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setMinOccurs(0);
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
diff --git a/source/generated/org/alfresco/repo/webservice/types/LocaleConfiguration.java b/source/generated/org/alfresco/repo/webservice/types/LocaleConfiguration.java
index 7dd93eb3ae..bc19e17263 100644
--- a/source/generated/org/alfresco/repo/webservice/types/LocaleConfiguration.java
+++ b/source/generated/org/alfresco/repo/webservice/types/LocaleConfiguration.java
@@ -2,7 +2,7 @@
* LocaleConfiguration.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.types;
diff --git a/source/generated/org/alfresco/repo/webservice/types/NamedValue.java b/source/generated/org/alfresco/repo/webservice/types/NamedValue.java
index cc096018de..e7bec85a90 100644
--- a/source/generated/org/alfresco/repo/webservice/types/NamedValue.java
+++ b/source/generated/org/alfresco/repo/webservice/types/NamedValue.java
@@ -2,13 +2,14 @@
* NamedValue.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.types;
public class NamedValue implements java.io.Serializable {
private java.lang.String name;
+
private java.lang.String value;
public NamedValue() {
@@ -109,7 +110,7 @@ public class NamedValue implements java.io.Serializable {
org.apache.axis.description.ElementDesc elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("name");
elemField.setXmlName(new javax.xml.namespace.QName("http://www.alfresco.org/ws/model/content/1.0", "name"));
- elemField.setXmlType(new javax.xml.namespace.QName("http://www.alfresco.org/ws/model/content/1.0", "Name"));
+ elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
diff --git a/source/generated/org/alfresco/repo/webservice/types/NamespaceConfigurationInner.java b/source/generated/org/alfresco/repo/webservice/types/NamespaceConfigurationInner.java
index 4dc6b6d3e0..75e0e63a7d 100644
--- a/source/generated/org/alfresco/repo/webservice/types/NamespaceConfigurationInner.java
+++ b/source/generated/org/alfresco/repo/webservice/types/NamespaceConfigurationInner.java
@@ -2,13 +2,14 @@
* NamespaceConfigurationInner.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.types;
public class NamespaceConfigurationInner implements java.io.Serializable {
private org.apache.axis.types.NCName prefix;
+
private java.lang.String uri;
public NamespaceConfigurationInner() {
diff --git a/source/generated/org/alfresco/repo/webservice/types/Node.java b/source/generated/org/alfresco/repo/webservice/types/Node.java
index 061536839b..6ff1cb06dd 100644
--- a/source/generated/org/alfresco/repo/webservice/types/Node.java
+++ b/source/generated/org/alfresco/repo/webservice/types/Node.java
@@ -2,15 +2,18 @@
* Node.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.types;
public class Node implements java.io.Serializable {
private org.alfresco.repo.webservice.types.Reference reference;
+
private java.lang.String type;
+
private java.lang.String[] aspects;
+
private org.alfresco.repo.webservice.types.NamedValue[] properties;
public Node() {
@@ -205,7 +208,7 @@ public class Node implements java.io.Serializable {
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("type");
elemField.setXmlName(new javax.xml.namespace.QName("http://www.alfresco.org/ws/model/content/1.0", "type"));
- elemField.setXmlType(new javax.xml.namespace.QName("http://www.alfresco.org/ws/model/content/1.0", "Name"));
+ elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
diff --git a/source/generated/org/alfresco/repo/webservice/types/NodeDefinition.java b/source/generated/org/alfresco/repo/webservice/types/NodeDefinition.java
index 3f67aa08ef..41f6bec25c 100644
--- a/source/generated/org/alfresco/repo/webservice/types/NodeDefinition.java
+++ b/source/generated/org/alfresco/repo/webservice/types/NodeDefinition.java
@@ -2,13 +2,14 @@
* NodeDefinition.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.types;
public class NodeDefinition implements java.io.Serializable {
private org.alfresco.repo.webservice.types.ClassDefinition type;
+
private org.alfresco.repo.webservice.types.ClassDefinition[] aspects;
public NodeDefinition() {
diff --git a/source/generated/org/alfresco/repo/webservice/types/ParentReference.java b/source/generated/org/alfresco/repo/webservice/types/ParentReference.java
index 8a14b7f9de..5765406a66 100644
--- a/source/generated/org/alfresco/repo/webservice/types/ParentReference.java
+++ b/source/generated/org/alfresco/repo/webservice/types/ParentReference.java
@@ -2,23 +2,31 @@
* ParentReference.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.types;
public class ParentReference extends org.alfresco.repo.webservice.types.Reference implements java.io.Serializable {
private java.lang.String associationType;
+
private java.lang.String childName;
public ParentReference() {
}
public ParentReference(
+ org.alfresco.repo.webservice.types.Store store,
+ java.lang.String uuid,
+ java.lang.String path,
java.lang.String associationType,
java.lang.String childName) {
- this.associationType = associationType;
- this.childName = childName;
+ super(
+ store,
+ uuid,
+ path);
+ this.associationType = associationType;
+ this.childName = childName;
}
@@ -109,14 +117,14 @@ public class ParentReference extends org.alfresco.repo.webservice.types.Referen
org.apache.axis.description.ElementDesc elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("associationType");
elemField.setXmlName(new javax.xml.namespace.QName("http://www.alfresco.org/ws/model/content/1.0", "associationType"));
- elemField.setXmlType(new javax.xml.namespace.QName("http://www.alfresco.org/ws/model/content/1.0", "Name"));
+ elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setMinOccurs(0);
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("childName");
elemField.setXmlName(new javax.xml.namespace.QName("http://www.alfresco.org/ws/model/content/1.0", "childName"));
- elemField.setXmlType(new javax.xml.namespace.QName("http://www.alfresco.org/ws/model/content/1.0", "Name"));
+ elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setMinOccurs(0);
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
diff --git a/source/generated/org/alfresco/repo/webservice/types/Predicate.java b/source/generated/org/alfresco/repo/webservice/types/Predicate.java
index 2c14eb4c64..cc484ec347 100644
--- a/source/generated/org/alfresco/repo/webservice/types/Predicate.java
+++ b/source/generated/org/alfresco/repo/webservice/types/Predicate.java
@@ -2,14 +2,16 @@
* Predicate.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.types;
public class Predicate implements java.io.Serializable {
private org.alfresco.repo.webservice.types.Reference[] nodes;
+
private org.alfresco.repo.webservice.types.Store store;
+
private org.alfresco.repo.webservice.types.Query query;
public Predicate() {
diff --git a/source/generated/org/alfresco/repo/webservice/types/PropertyDefinition.java b/source/generated/org/alfresco/repo/webservice/types/PropertyDefinition.java
index 508b1dfb0d..5da0896e74 100644
--- a/source/generated/org/alfresco/repo/webservice/types/PropertyDefinition.java
+++ b/source/generated/org/alfresco/repo/webservice/types/PropertyDefinition.java
@@ -2,26 +2,37 @@
* PropertyDefinition.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.types;
public class PropertyDefinition extends org.alfresco.repo.webservice.types.ValueDefinition implements java.io.Serializable {
private boolean mandatory;
+
private boolean readOnly;
+
private java.lang.String defaultValue;
public PropertyDefinition() {
}
public PropertyDefinition(
+ java.lang.String name,
+ java.lang.String title,
+ java.lang.String description,
+ java.lang.String dataType,
boolean mandatory,
boolean readOnly,
java.lang.String defaultValue) {
- this.mandatory = mandatory;
- this.readOnly = readOnly;
- this.defaultValue = defaultValue;
+ super(
+ name,
+ title,
+ description,
+ dataType);
+ this.mandatory = mandatory;
+ this.readOnly = readOnly;
+ this.defaultValue = defaultValue;
}
diff --git a/source/generated/org/alfresco/repo/webservice/types/Query.java b/source/generated/org/alfresco/repo/webservice/types/Query.java
index 02cff2c2fb..6a872d3bc0 100644
--- a/source/generated/org/alfresco/repo/webservice/types/Query.java
+++ b/source/generated/org/alfresco/repo/webservice/types/Query.java
@@ -2,13 +2,14 @@
* Query.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.types;
public class Query implements java.io.Serializable {
private org.alfresco.repo.webservice.types.QueryLanguageEnum language;
+
private java.lang.String statement;
public Query() {
diff --git a/source/generated/org/alfresco/repo/webservice/types/QueryConfiguration.java b/source/generated/org/alfresco/repo/webservice/types/QueryConfiguration.java
index f84d706fcf..cdaa512f6a 100644
--- a/source/generated/org/alfresco/repo/webservice/types/QueryConfiguration.java
+++ b/source/generated/org/alfresco/repo/webservice/types/QueryConfiguration.java
@@ -2,7 +2,7 @@
* QueryConfiguration.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.types;
diff --git a/source/generated/org/alfresco/repo/webservice/types/QueryLanguageEnum.java b/source/generated/org/alfresco/repo/webservice/types/QueryLanguageEnum.java
index 32cffa0734..ceba3cbfb6 100644
--- a/source/generated/org/alfresco/repo/webservice/types/QueryLanguageEnum.java
+++ b/source/generated/org/alfresco/repo/webservice/types/QueryLanguageEnum.java
@@ -2,7 +2,7 @@
* QueryLanguageEnum.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.types;
@@ -28,11 +28,7 @@ public class QueryLanguageEnum implements java.io.Serializable {
throws java.lang.IllegalArgumentException {
QueryLanguageEnum enumeration = (QueryLanguageEnum)
_table_.get(value);
- if (enumeration==null)
- {
- enumeration = lucene;
- //throw new java.lang.IllegalArgumentException();
- }
+ if (enumeration==null) enumeration = lucene;
return enumeration;
}
public static QueryLanguageEnum fromString(java.lang.String value)
diff --git a/source/generated/org/alfresco/repo/webservice/types/Reference.java b/source/generated/org/alfresco/repo/webservice/types/Reference.java
index a4ebdd61b8..4a98326fba 100644
--- a/source/generated/org/alfresco/repo/webservice/types/Reference.java
+++ b/source/generated/org/alfresco/repo/webservice/types/Reference.java
@@ -2,14 +2,16 @@
* Reference.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.types;
public class Reference implements java.io.Serializable {
private org.alfresco.repo.webservice.types.Store store;
+
private java.lang.String uuid;
+
private java.lang.String path;
public Reference() {
@@ -144,14 +146,14 @@ public class Reference implements java.io.Serializable {
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("uuid");
elemField.setXmlName(new javax.xml.namespace.QName("http://www.alfresco.org/ws/model/content/1.0", "uuid"));
- elemField.setXmlType(new javax.xml.namespace.QName("http://www.alfresco.org/ws/model/content/1.0", "UUID"));
+ elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setMinOccurs(0);
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("path");
elemField.setXmlName(new javax.xml.namespace.QName("http://www.alfresco.org/ws/model/content/1.0", "path"));
- elemField.setXmlType(new javax.xml.namespace.QName("http://www.alfresco.org/ws/model/content/1.0", "Path"));
+ elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setMinOccurs(0);
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
diff --git a/source/generated/org/alfresco/repo/webservice/types/ResultSet.java b/source/generated/org/alfresco/repo/webservice/types/ResultSet.java
index 2c230f0974..ea0fe0ea5f 100644
--- a/source/generated/org/alfresco/repo/webservice/types/ResultSet.java
+++ b/source/generated/org/alfresco/repo/webservice/types/ResultSet.java
@@ -2,14 +2,16 @@
* ResultSet.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.types;
public class ResultSet implements java.io.Serializable {
private org.alfresco.repo.webservice.types.ResultSetRow[] rows;
+
private long totalRowCount;
+
private org.alfresco.repo.webservice.types.ResultSetMetaData metaData;
public ResultSet() {
diff --git a/source/generated/org/alfresco/repo/webservice/types/ResultSetMetaData.java b/source/generated/org/alfresco/repo/webservice/types/ResultSetMetaData.java
index eb3950dd7f..4b773c3f8e 100644
--- a/source/generated/org/alfresco/repo/webservice/types/ResultSetMetaData.java
+++ b/source/generated/org/alfresco/repo/webservice/types/ResultSetMetaData.java
@@ -2,13 +2,14 @@
* ResultSetMetaData.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.types;
public class ResultSetMetaData implements java.io.Serializable {
private org.alfresco.repo.webservice.types.ValueDefinition[] valueDefs;
+
private org.alfresco.repo.webservice.types.ClassDefinition[] classDefs;
public ResultSetMetaData() {
diff --git a/source/generated/org/alfresco/repo/webservice/types/ResultSetRow.java b/source/generated/org/alfresco/repo/webservice/types/ResultSetRow.java
index b462f31151..c021c37cb6 100644
--- a/source/generated/org/alfresco/repo/webservice/types/ResultSetRow.java
+++ b/source/generated/org/alfresco/repo/webservice/types/ResultSetRow.java
@@ -2,15 +2,18 @@
* ResultSetRow.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.types;
public class ResultSetRow implements java.io.Serializable {
private long rowIndex;
+
private org.alfresco.repo.webservice.types.NamedValue[] columns;
+
private java.lang.Float score;
+
private org.alfresco.repo.webservice.types.ResultSetRowNode node;
public ResultSetRow() {
diff --git a/source/generated/org/alfresco/repo/webservice/types/ResultSetRowNode.java b/source/generated/org/alfresco/repo/webservice/types/ResultSetRowNode.java
index 1992d56910..5e0b73b85a 100644
--- a/source/generated/org/alfresco/repo/webservice/types/ResultSetRowNode.java
+++ b/source/generated/org/alfresco/repo/webservice/types/ResultSetRowNode.java
@@ -2,14 +2,16 @@
* ResultSetRowNode.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.types;
public class ResultSetRowNode implements java.io.Serializable {
private java.lang.String id;
+
private java.lang.String type;
+
private java.lang.String[] aspects;
public ResultSetRowNode() {
@@ -154,13 +156,13 @@ public class ResultSetRowNode implements java.io.Serializable {
org.apache.axis.description.ElementDesc elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("id");
elemField.setXmlName(new javax.xml.namespace.QName("http://www.alfresco.org/ws/model/content/1.0", "id"));
- elemField.setXmlType(new javax.xml.namespace.QName("http://www.alfresco.org/ws/model/content/1.0", "UUID"));
+ elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("type");
elemField.setXmlName(new javax.xml.namespace.QName("http://www.alfresco.org/ws/model/content/1.0", "type"));
- elemField.setXmlType(new javax.xml.namespace.QName("http://www.alfresco.org/ws/model/content/1.0", "Name"));
+ elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
diff --git a/source/generated/org/alfresco/repo/webservice/types/RoleDefinition.java b/source/generated/org/alfresco/repo/webservice/types/RoleDefinition.java
index b593263625..9ab1739baa 100644
--- a/source/generated/org/alfresco/repo/webservice/types/RoleDefinition.java
+++ b/source/generated/org/alfresco/repo/webservice/types/RoleDefinition.java
@@ -2,13 +2,14 @@
* RoleDefinition.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.types;
public class RoleDefinition implements java.io.Serializable {
private java.lang.String name;
+
private org.alfresco.repo.webservice.types.Cardinality cardinality;
public RoleDefinition() {
@@ -109,7 +110,7 @@ public class RoleDefinition implements java.io.Serializable {
org.apache.axis.description.ElementDesc elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("name");
elemField.setXmlName(new javax.xml.namespace.QName("http://www.alfresco.org/ws/model/content/1.0", "name"));
- elemField.setXmlType(new javax.xml.namespace.QName("http://www.alfresco.org/ws/model/content/1.0", "Name"));
+ elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setMinOccurs(0);
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
diff --git a/source/generated/org/alfresco/repo/webservice/types/Store.java b/source/generated/org/alfresco/repo/webservice/types/Store.java
index ae4de7acb7..fb5d42398c 100644
--- a/source/generated/org/alfresco/repo/webservice/types/Store.java
+++ b/source/generated/org/alfresco/repo/webservice/types/Store.java
@@ -2,13 +2,14 @@
* Store.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.types;
public class Store implements java.io.Serializable {
private org.alfresco.repo.webservice.types.StoreEnum scheme;
+
private java.lang.String address;
public Store() {
@@ -115,7 +116,7 @@ public class Store implements java.io.Serializable {
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("address");
elemField.setXmlName(new javax.xml.namespace.QName("http://www.alfresco.org/ws/model/content/1.0", "address"));
- elemField.setXmlType(new javax.xml.namespace.QName("http://www.alfresco.org/ws/model/content/1.0", ">Store>address"));
+ elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
}
diff --git a/source/generated/org/alfresco/repo/webservice/types/StoreEnum.java b/source/generated/org/alfresco/repo/webservice/types/StoreEnum.java
index 3410bd7656..7e60c44f3a 100644
--- a/source/generated/org/alfresco/repo/webservice/types/StoreEnum.java
+++ b/source/generated/org/alfresco/repo/webservice/types/StoreEnum.java
@@ -2,7 +2,7 @@
* StoreEnum.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.types;
@@ -34,11 +34,7 @@ public class StoreEnum implements java.io.Serializable {
throws java.lang.IllegalArgumentException {
StoreEnum enumeration = (StoreEnum)
_table_.get(value);
- if (enumeration==null)
- {
- enumeration = workspace;
- //throw new java.lang.IllegalArgumentException();
- }
+ if (enumeration==null) enumeration = workspace;
return enumeration;
}
public static StoreEnum fromString(java.lang.String value)
diff --git a/source/generated/org/alfresco/repo/webservice/types/ValueDefinition.java b/source/generated/org/alfresco/repo/webservice/types/ValueDefinition.java
index 66eb6a81b7..8f09dee4b9 100644
--- a/source/generated/org/alfresco/repo/webservice/types/ValueDefinition.java
+++ b/source/generated/org/alfresco/repo/webservice/types/ValueDefinition.java
@@ -2,15 +2,18 @@
* ValueDefinition.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.types;
public class ValueDefinition implements java.io.Serializable {
private java.lang.String name;
+
private java.lang.String title;
+
private java.lang.String description;
+
private java.lang.String dataType;
public ValueDefinition() {
@@ -167,7 +170,7 @@ public class ValueDefinition implements java.io.Serializable {
org.apache.axis.description.ElementDesc elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("name");
elemField.setXmlName(new javax.xml.namespace.QName("http://www.alfresco.org/ws/model/content/1.0", "name"));
- elemField.setXmlType(new javax.xml.namespace.QName("http://www.alfresco.org/ws/model/content/1.0", "Name"));
+ elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
@@ -187,7 +190,7 @@ public class ValueDefinition implements java.io.Serializable {
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("dataType");
elemField.setXmlName(new javax.xml.namespace.QName("http://www.alfresco.org/ws/model/content/1.0", "dataType"));
- elemField.setXmlType(new javax.xml.namespace.QName("http://www.alfresco.org/ws/model/content/1.0", "Name"));
+ elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setNillable(false);
typeDesc.addFieldDesc(elemField);
}
diff --git a/source/generated/org/alfresco/repo/webservice/types/Version.java b/source/generated/org/alfresco/repo/webservice/types/Version.java
index 9023c25f8e..a2332beabb 100644
--- a/source/generated/org/alfresco/repo/webservice/types/Version.java
+++ b/source/generated/org/alfresco/repo/webservice/types/Version.java
@@ -2,17 +2,22 @@
* Version.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.types;
public class Version implements java.io.Serializable {
private org.alfresco.repo.webservice.types.Reference id;
+
private java.util.Calendar created;
+
private java.lang.String creator;
+
private java.lang.String label;
+
private boolean major;
+
private org.alfresco.repo.webservice.types.NamedValue[] commentaries;
public Version() {
diff --git a/source/generated/org/alfresco/repo/webservice/types/VersionHistory.java b/source/generated/org/alfresco/repo/webservice/types/VersionHistory.java
index 508b559a3d..9abd131b4d 100644
--- a/source/generated/org/alfresco/repo/webservice/types/VersionHistory.java
+++ b/source/generated/org/alfresco/repo/webservice/types/VersionHistory.java
@@ -2,23 +2,47 @@
* VersionHistory.java
*
* This file was auto-generated from WSDL
- * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
+ * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package org.alfresco.repo.webservice.types;
public class VersionHistory implements java.io.Serializable {
+ private java.lang.String marker;
+
private org.alfresco.repo.webservice.types.Version[] versions;
public VersionHistory() {
}
public VersionHistory(
+ java.lang.String marker,
org.alfresco.repo.webservice.types.Version[] versions) {
+ this.marker = marker;
this.versions = versions;
}
+ /**
+ * Gets the marker value for this VersionHistory.
+ *
+ * @return marker
+ */
+ public java.lang.String getMarker() {
+ return marker;
+ }
+
+
+ /**
+ * Sets the marker value for this VersionHistory.
+ *
+ * @param marker
+ */
+ public void setMarker(java.lang.String marker) {
+ this.marker = marker;
+ }
+
+
/**
* Gets the versions value for this VersionHistory.
*
@@ -58,6 +82,9 @@ public class VersionHistory implements java.io.Serializable {
__equalsCalc = obj;
boolean _equals;
_equals = true &&
+ ((this.marker==null && other.getMarker()==null) ||
+ (this.marker!=null &&
+ this.marker.equals(other.getMarker()))) &&
((this.versions==null && other.getVersions()==null) ||
(this.versions!=null &&
java.util.Arrays.equals(this.versions, other.getVersions())));
@@ -72,6 +99,9 @@ public class VersionHistory implements java.io.Serializable {
}
__hashCodeCalc = true;
int _hashCode = 1;
+ if (getMarker() != null) {
+ _hashCode += getMarker().hashCode();
+ }
if (getVersions() != null) {
for (int i=0;
i
-
-
-
+
+
-
-
-
Fetch the next bathc of users from an existing user query.
-
-
-
Get the details of a specified user.
-
-
-
Create new users with the details provided.
-
-
-
Updates the details of the specified users.
-
-
-
Changes the password of the specified user.
-
-
-
Delete the specified users.
diff --git a/source/wsdl/repository-service.wsdl b/source/wsdl/repository-service.wsdl
index 1c77335ff8..79b0428830 100644
--- a/source/wsdl/repository-service.wsdl
+++ b/source/wsdl/repository-service.wsdl
@@ -171,7 +171,7 @@
-
+
@@ -377,7 +377,7 @@
-
+
@@ -390,113 +390,113 @@
-
+
Retrieves a list of stores where content resources are held.
-
+
-
+
-
+
-
+
Executes a query against a store
-
+
-
-
+
+
-
+
-
+
Executes a query to retrieve the children of the specified resource.
-
+
-
-
+
+
-
+
-
+
Executes a query to retrieve the parents of the specified resource.
-
+
-
-
+
+
-
+
-
+
Executes a query to retrieve associated resources of the specified resource.
-
+
-
-
+
+
-
+
-
+
Fetches the next batch of query results.
-
+
-
+
-
+
-
+
Executes a CML script to manipulate the contents of a Repository store.
-
+
-
+
-
+
-
+
Describes a content resource.
-
+
-
+
-
+
-
+
@@ -511,7 +511,7 @@
-
+
diff --git a/source/wsdl/types.xsd b/source/wsdl/types.xsd
index 0c0969f969..6fe3d440fc 100644
--- a/source/wsdl/types.xsd
+++ b/source/wsdl/types.xsd
@@ -289,7 +289,8 @@
-
+
+