From 1b1e912f39f72a556b919d6bebf94db1f395c6da Mon Sep 17 00:00:00 2001 From: Britt Park Date: Wed, 18 Oct 2006 02:24:36 +0000 Subject: [PATCH] Heinous merge from HEAD. Seems to basically work. Be on guard however. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@4137 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- .../repo/webservice/accesscontrol/ACE.java | 2 +- .../repo/webservice/accesscontrol/ACL.java | 2 +- .../accesscontrol/AccessControlFault.java | 2 +- .../AccessControlServiceSoapPort.java | 2 +- .../accesscontrol/AccessStatus.java | 2 +- .../GetClassPermissionsResult.java | 2 +- .../accesscontrol/GetPermissionsResult.java | 2 +- .../accesscontrol/HasPermissionsResult.java | 2 +- .../webservice/accesscontrol/OwnerResult.java | 2 +- .../repo/webservice/action/Action.java | 2 +- .../action/ActionExecutionResult.java | 2 +- .../repo/webservice/action/ActionFault.java | 2 +- .../repo/webservice/action/ActionFilter.java | 2 +- .../action/ActionItemDefinition.java | 2 +- .../action/ActionItemDefinitionType.java | 2 +- .../action/ActionServiceSoapPort.java | 2 +- .../repo/webservice/action/Condition.java | 2 +- .../action/ParameterDefinition.java | 2 +- .../alfresco/repo/webservice/action/Rule.java | 2 +- .../repo/webservice/action/RuleFilter.java | 2 +- .../repo/webservice/action/RuleType.java | 2 +- .../administration/AdministrationFault.java | 2 +- .../AdministrationServiceSoapPort.java | 2 +- .../administration/NewUserDetails.java | 2 +- .../administration/UserDetails.java | 2 +- .../webservice/administration/UserFilter.java | 2 +- .../administration/UserQueryResults.java | 2 +- .../authentication/AuthenticationFault.java | 2 +- .../authentication/AuthenticationResult.java | 2 +- .../AuthenticationServiceSoapPort.java | 2 +- .../webservice/authoring/AuthoringFault.java | 2 +- .../authoring/AuthoringServiceSoapPort.java | 2 +- .../authoring/CancelCheckoutResult.java | 2 +- .../webservice/authoring/CheckinResult.java | 2 +- .../webservice/authoring/CheckoutResult.java | 2 +- .../repo/webservice/authoring/LockStatus.java | 2 +- .../webservice/authoring/LockTypeEnum.java | 2 +- .../webservice/authoring/VersionResult.java | 2 +- .../classification/AppliedCategory.java | 2 +- .../classification/CategoriesResult.java | 2 +- .../classification/ClassificationFault.java | 2 +- .../ClassificationServiceSoapPort.java | 2 +- .../repo/webservice/content/Content.java | 2 +- .../repo/webservice/content/ContentFault.java | 2 +- .../webservice/content/ContentSegment.java | 2 +- .../content/ContentServiceSoapPort.java | 2 +- .../webservice/dictionary/ClassPredicate.java | 2 +- .../dictionary/DictionaryFault.java | 2 +- .../dictionary/DictionaryServiceSoapPort.java | 2 +- .../webservice/repository/Association.java | 2 +- .../repository/AssociationDirectionEnum.java | 2 +- .../webservice/repository/QueryResult.java | 2 +- .../repository/RepositoryFault.java | 2 +- .../repository/RepositoryServiceSoapPort.java | 2 +- .../webservice/repository/UpdateResult.java | 2 +- .../types/AssociationDefinition.java | 2 +- .../alfresco/repo/webservice/types/CML.java | 2 +- .../repo/webservice/types/CMLAddAspect.java | 2 +- .../repo/webservice/types/CMLAddChild.java | 2 +- .../repo/webservice/types/CMLCopy.java | 2 +- .../repo/webservice/types/CMLCreate.java | 114 ++++++++++++++++- .../types/CMLCreateAssociation.java | 2 +- .../repo/webservice/types/CMLDelete.java | 2 +- .../repo/webservice/types/CMLMove.java | 2 +- .../webservice/types/CMLRemoveAspect.java | 2 +- .../types/CMLRemoveAssociation.java | 2 +- .../repo/webservice/types/CMLRemoveChild.java | 2 +- .../repo/webservice/types/CMLUpdate.java | 2 +- .../webservice/types/CMLWriteContent.java | 2 +- .../repo/webservice/types/Cardinality.java | 2 +- .../repo/webservice/types/Category.java | 2 +- .../webservice/types/ClassDefinition.java | 2 +- .../repo/webservice/types/Classification.java | 2 +- .../repo/webservice/types/ContentFormat.java | 2 +- .../webservice/types/LocaleConfiguration.java | 2 +- .../repo/webservice/types/NamedValue.java | 2 +- .../types/NamespaceConfigurationInner.java | 2 +- .../alfresco/repo/webservice/types/Node.java | 2 +- .../repo/webservice/types/NodeDefinition.java | 2 +- .../webservice/types/ParentReference.java | 2 +- .../repo/webservice/types/Predicate.java | 2 +- .../webservice/types/PropertyDefinition.java | 2 +- .../alfresco/repo/webservice/types/Query.java | 2 +- .../webservice/types/QueryConfiguration.java | 2 +- .../repo/webservice/types/Reference.java | 2 +- .../repo/webservice/types/ResultSet.java | 2 +- .../webservice/types/ResultSetMetaData.java | 2 +- .../repo/webservice/types/ResultSetRow.java | 2 +- .../webservice/types/ResultSetRowNode.java | 2 +- .../repo/webservice/types/RoleDefinition.java | 2 +- .../alfresco/repo/webservice/types/Store.java | 8 +- .../webservice/types/ValueDefinition.java | 2 +- .../repo/webservice/types/Version.java | 2 +- .../repo/webservice/types/VersionHistory.java | 2 +- .../org/alfresco/repo/webservice/CMLUtil.java | 120 ++++++++++++++---- .../org/alfresco/repo/webservice/Utils.java | 100 +++++++++------ source/web/WEB-INF/server-config.wsdd | 16 +-- source/wsdl/cml.xsd | 4 +- source/wsdl/types.xsd | 10 +- 99 files changed, 382 insertions(+), 174 deletions(-) diff --git a/source/generated/org/alfresco/repo/webservice/accesscontrol/ACE.java b/source/generated/org/alfresco/repo/webservice/accesscontrol/ACE.java index b8a91b1c37..88f0d700aa 100644 --- a/source/generated/org/alfresco/repo/webservice/accesscontrol/ACE.java +++ b/source/generated/org/alfresco/repo/webservice/accesscontrol/ACE.java @@ -2,7 +2,7 @@ * ACE.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.accesscontrol; diff --git a/source/generated/org/alfresco/repo/webservice/accesscontrol/ACL.java b/source/generated/org/alfresco/repo/webservice/accesscontrol/ACL.java index f52cca48c3..f36dea710d 100644 --- a/source/generated/org/alfresco/repo/webservice/accesscontrol/ACL.java +++ b/source/generated/org/alfresco/repo/webservice/accesscontrol/ACL.java @@ -2,7 +2,7 @@ * ACL.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.accesscontrol; diff --git a/source/generated/org/alfresco/repo/webservice/accesscontrol/AccessControlFault.java b/source/generated/org/alfresco/repo/webservice/accesscontrol/AccessControlFault.java index 30242b4b48..a780a9b956 100644 --- a/source/generated/org/alfresco/repo/webservice/accesscontrol/AccessControlFault.java +++ b/source/generated/org/alfresco/repo/webservice/accesscontrol/AccessControlFault.java @@ -2,7 +2,7 @@ * AccessControlFault.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.accesscontrol; diff --git a/source/generated/org/alfresco/repo/webservice/accesscontrol/AccessControlServiceSoapPort.java b/source/generated/org/alfresco/repo/webservice/accesscontrol/AccessControlServiceSoapPort.java index 4dff4cb528..3f0dc17fc9 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.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) 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 df7ff37dce..41d0370185 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.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) 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 59330eb613..c3775f1e6e 100644 --- a/source/generated/org/alfresco/repo/webservice/accesscontrol/GetClassPermissionsResult.java +++ b/source/generated/org/alfresco/repo/webservice/accesscontrol/GetClassPermissionsResult.java @@ -2,7 +2,7 @@ * GetClassPermissionsResult.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.accesscontrol; diff --git a/source/generated/org/alfresco/repo/webservice/accesscontrol/GetPermissionsResult.java b/source/generated/org/alfresco/repo/webservice/accesscontrol/GetPermissionsResult.java index ae6adfcee6..bcaa774352 100644 --- a/source/generated/org/alfresco/repo/webservice/accesscontrol/GetPermissionsResult.java +++ b/source/generated/org/alfresco/repo/webservice/accesscontrol/GetPermissionsResult.java @@ -2,7 +2,7 @@ * GetPermissionsResult.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.accesscontrol; diff --git a/source/generated/org/alfresco/repo/webservice/accesscontrol/HasPermissionsResult.java b/source/generated/org/alfresco/repo/webservice/accesscontrol/HasPermissionsResult.java index 3ecb85444e..69f2cdb099 100644 --- a/source/generated/org/alfresco/repo/webservice/accesscontrol/HasPermissionsResult.java +++ b/source/generated/org/alfresco/repo/webservice/accesscontrol/HasPermissionsResult.java @@ -2,7 +2,7 @@ * HasPermissionsResult.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.accesscontrol; diff --git a/source/generated/org/alfresco/repo/webservice/accesscontrol/OwnerResult.java b/source/generated/org/alfresco/repo/webservice/accesscontrol/OwnerResult.java index 91fd908f3e..a800fffd6a 100644 --- a/source/generated/org/alfresco/repo/webservice/accesscontrol/OwnerResult.java +++ b/source/generated/org/alfresco/repo/webservice/accesscontrol/OwnerResult.java @@ -2,7 +2,7 @@ * OwnerResult.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.accesscontrol; diff --git a/source/generated/org/alfresco/repo/webservice/action/Action.java b/source/generated/org/alfresco/repo/webservice/action/Action.java index 8599aee28d..4ffc1d1f99 100644 --- a/source/generated/org/alfresco/repo/webservice/action/Action.java +++ b/source/generated/org/alfresco/repo/webservice/action/Action.java @@ -2,7 +2,7 @@ * Action.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.action; diff --git a/source/generated/org/alfresco/repo/webservice/action/ActionExecutionResult.java b/source/generated/org/alfresco/repo/webservice/action/ActionExecutionResult.java index 895effa390..4e4bdd00a1 100644 --- a/source/generated/org/alfresco/repo/webservice/action/ActionExecutionResult.java +++ b/source/generated/org/alfresco/repo/webservice/action/ActionExecutionResult.java @@ -2,7 +2,7 @@ * ActionExecutionResult.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.action; diff --git a/source/generated/org/alfresco/repo/webservice/action/ActionFault.java b/source/generated/org/alfresco/repo/webservice/action/ActionFault.java index 544b815e32..40b329e864 100644 --- a/source/generated/org/alfresco/repo/webservice/action/ActionFault.java +++ b/source/generated/org/alfresco/repo/webservice/action/ActionFault.java @@ -2,7 +2,7 @@ * ActionFault.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.action; diff --git a/source/generated/org/alfresco/repo/webservice/action/ActionFilter.java b/source/generated/org/alfresco/repo/webservice/action/ActionFilter.java index 4a2282e25a..7d1266b588 100644 --- a/source/generated/org/alfresco/repo/webservice/action/ActionFilter.java +++ b/source/generated/org/alfresco/repo/webservice/action/ActionFilter.java @@ -2,7 +2,7 @@ * ActionFilter.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.action; diff --git a/source/generated/org/alfresco/repo/webservice/action/ActionItemDefinition.java b/source/generated/org/alfresco/repo/webservice/action/ActionItemDefinition.java index 1ff93ebd4e..8e02411029 100644 --- a/source/generated/org/alfresco/repo/webservice/action/ActionItemDefinition.java +++ b/source/generated/org/alfresco/repo/webservice/action/ActionItemDefinition.java @@ -2,7 +2,7 @@ * ActionItemDefinition.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.action; diff --git a/source/generated/org/alfresco/repo/webservice/action/ActionItemDefinitionType.java b/source/generated/org/alfresco/repo/webservice/action/ActionItemDefinitionType.java index 34794a16b2..83a0765de7 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.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) 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 68722f21d6..bde9c77ae5 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.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) 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 3ef880152d..b35f5380e0 100644 --- a/source/generated/org/alfresco/repo/webservice/action/Condition.java +++ b/source/generated/org/alfresco/repo/webservice/action/Condition.java @@ -2,7 +2,7 @@ * Condition.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.action; diff --git a/source/generated/org/alfresco/repo/webservice/action/ParameterDefinition.java b/source/generated/org/alfresco/repo/webservice/action/ParameterDefinition.java index ddaae06b3f..0f081c9b02 100644 --- a/source/generated/org/alfresco/repo/webservice/action/ParameterDefinition.java +++ b/source/generated/org/alfresco/repo/webservice/action/ParameterDefinition.java @@ -2,7 +2,7 @@ * ParameterDefinition.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.action; diff --git a/source/generated/org/alfresco/repo/webservice/action/Rule.java b/source/generated/org/alfresco/repo/webservice/action/Rule.java index bfdbf54843..40443478d8 100644 --- a/source/generated/org/alfresco/repo/webservice/action/Rule.java +++ b/source/generated/org/alfresco/repo/webservice/action/Rule.java @@ -2,7 +2,7 @@ * Rule.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.action; diff --git a/source/generated/org/alfresco/repo/webservice/action/RuleFilter.java b/source/generated/org/alfresco/repo/webservice/action/RuleFilter.java index 7ef39bbc5b..e421554637 100644 --- a/source/generated/org/alfresco/repo/webservice/action/RuleFilter.java +++ b/source/generated/org/alfresco/repo/webservice/action/RuleFilter.java @@ -2,7 +2,7 @@ * RuleFilter.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.action; diff --git a/source/generated/org/alfresco/repo/webservice/action/RuleType.java b/source/generated/org/alfresco/repo/webservice/action/RuleType.java index b16e4f87a8..cc7c7b5f56 100644 --- a/source/generated/org/alfresco/repo/webservice/action/RuleType.java +++ b/source/generated/org/alfresco/repo/webservice/action/RuleType.java @@ -2,7 +2,7 @@ * RuleType.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.action; diff --git a/source/generated/org/alfresco/repo/webservice/administration/AdministrationFault.java b/source/generated/org/alfresco/repo/webservice/administration/AdministrationFault.java index 7d1e970d53..37229f31fa 100644 --- a/source/generated/org/alfresco/repo/webservice/administration/AdministrationFault.java +++ b/source/generated/org/alfresco/repo/webservice/administration/AdministrationFault.java @@ -2,7 +2,7 @@ * AdministrationFault.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.administration; diff --git a/source/generated/org/alfresco/repo/webservice/administration/AdministrationServiceSoapPort.java b/source/generated/org/alfresco/repo/webservice/administration/AdministrationServiceSoapPort.java index 0464f50a06..f64b0d840f 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.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) 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 de818d6899..28eb969fe7 100644 --- a/source/generated/org/alfresco/repo/webservice/administration/NewUserDetails.java +++ b/source/generated/org/alfresco/repo/webservice/administration/NewUserDetails.java @@ -2,7 +2,7 @@ * NewUserDetails.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.administration; diff --git a/source/generated/org/alfresco/repo/webservice/administration/UserDetails.java b/source/generated/org/alfresco/repo/webservice/administration/UserDetails.java index 62403b7e5f..fd6c712a75 100644 --- a/source/generated/org/alfresco/repo/webservice/administration/UserDetails.java +++ b/source/generated/org/alfresco/repo/webservice/administration/UserDetails.java @@ -2,7 +2,7 @@ * UserDetails.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.administration; diff --git a/source/generated/org/alfresco/repo/webservice/administration/UserFilter.java b/source/generated/org/alfresco/repo/webservice/administration/UserFilter.java index b2cdc5c784..0512cd154d 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.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) 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 8748571264..d29e35a65e 100644 --- a/source/generated/org/alfresco/repo/webservice/administration/UserQueryResults.java +++ b/source/generated/org/alfresco/repo/webservice/administration/UserQueryResults.java @@ -2,7 +2,7 @@ * UserQueryResults.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.administration; diff --git a/source/generated/org/alfresco/repo/webservice/authentication/AuthenticationFault.java b/source/generated/org/alfresco/repo/webservice/authentication/AuthenticationFault.java index 74e2ea3ec3..09b0e3e8db 100644 --- a/source/generated/org/alfresco/repo/webservice/authentication/AuthenticationFault.java +++ b/source/generated/org/alfresco/repo/webservice/authentication/AuthenticationFault.java @@ -2,7 +2,7 @@ * AuthenticationFault.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.authentication; diff --git a/source/generated/org/alfresco/repo/webservice/authentication/AuthenticationResult.java b/source/generated/org/alfresco/repo/webservice/authentication/AuthenticationResult.java index 321cbc3c77..1165518e0c 100644 --- a/source/generated/org/alfresco/repo/webservice/authentication/AuthenticationResult.java +++ b/source/generated/org/alfresco/repo/webservice/authentication/AuthenticationResult.java @@ -2,7 +2,7 @@ * AuthenticationResult.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.authentication; diff --git a/source/generated/org/alfresco/repo/webservice/authentication/AuthenticationServiceSoapPort.java b/source/generated/org/alfresco/repo/webservice/authentication/AuthenticationServiceSoapPort.java index d6afc7050b..8ef4178a82 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.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) 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 cb233fc151..c7277cbbb5 100644 --- a/source/generated/org/alfresco/repo/webservice/authoring/AuthoringFault.java +++ b/source/generated/org/alfresco/repo/webservice/authoring/AuthoringFault.java @@ -2,7 +2,7 @@ * AuthoringFault.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.authoring; diff --git a/source/generated/org/alfresco/repo/webservice/authoring/AuthoringServiceSoapPort.java b/source/generated/org/alfresco/repo/webservice/authoring/AuthoringServiceSoapPort.java index d183ca3e76..93920c92dd 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.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) 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 6445b5305b..5cd89d5cbc 100644 --- a/source/generated/org/alfresco/repo/webservice/authoring/CancelCheckoutResult.java +++ b/source/generated/org/alfresco/repo/webservice/authoring/CancelCheckoutResult.java @@ -2,7 +2,7 @@ * CancelCheckoutResult.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.authoring; diff --git a/source/generated/org/alfresco/repo/webservice/authoring/CheckinResult.java b/source/generated/org/alfresco/repo/webservice/authoring/CheckinResult.java index 311b6a8fb6..d659e236dc 100644 --- a/source/generated/org/alfresco/repo/webservice/authoring/CheckinResult.java +++ b/source/generated/org/alfresco/repo/webservice/authoring/CheckinResult.java @@ -2,7 +2,7 @@ * CheckinResult.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.authoring; diff --git a/source/generated/org/alfresco/repo/webservice/authoring/CheckoutResult.java b/source/generated/org/alfresco/repo/webservice/authoring/CheckoutResult.java index e0c38c0a84..c152c8ffd1 100644 --- a/source/generated/org/alfresco/repo/webservice/authoring/CheckoutResult.java +++ b/source/generated/org/alfresco/repo/webservice/authoring/CheckoutResult.java @@ -2,7 +2,7 @@ * CheckoutResult.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.authoring; diff --git a/source/generated/org/alfresco/repo/webservice/authoring/LockStatus.java b/source/generated/org/alfresco/repo/webservice/authoring/LockStatus.java index 0ceb6b626d..13504034ff 100644 --- a/source/generated/org/alfresco/repo/webservice/authoring/LockStatus.java +++ b/source/generated/org/alfresco/repo/webservice/authoring/LockStatus.java @@ -2,7 +2,7 @@ * LockStatus.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.authoring; diff --git a/source/generated/org/alfresco/repo/webservice/authoring/LockTypeEnum.java b/source/generated/org/alfresco/repo/webservice/authoring/LockTypeEnum.java index d714e7624a..16dee00e96 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.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) 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 5990df4793..0b31ed6ff3 100644 --- a/source/generated/org/alfresco/repo/webservice/authoring/VersionResult.java +++ b/source/generated/org/alfresco/repo/webservice/authoring/VersionResult.java @@ -2,7 +2,7 @@ * VersionResult.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.authoring; diff --git a/source/generated/org/alfresco/repo/webservice/classification/AppliedCategory.java b/source/generated/org/alfresco/repo/webservice/classification/AppliedCategory.java index a39c20a400..8f860b5a06 100644 --- a/source/generated/org/alfresco/repo/webservice/classification/AppliedCategory.java +++ b/source/generated/org/alfresco/repo/webservice/classification/AppliedCategory.java @@ -2,7 +2,7 @@ * AppliedCategory.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.classification; diff --git a/source/generated/org/alfresco/repo/webservice/classification/CategoriesResult.java b/source/generated/org/alfresco/repo/webservice/classification/CategoriesResult.java index d1adb745fb..b409722e24 100644 --- a/source/generated/org/alfresco/repo/webservice/classification/CategoriesResult.java +++ b/source/generated/org/alfresco/repo/webservice/classification/CategoriesResult.java @@ -2,7 +2,7 @@ * CategoriesResult.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.classification; diff --git a/source/generated/org/alfresco/repo/webservice/classification/ClassificationFault.java b/source/generated/org/alfresco/repo/webservice/classification/ClassificationFault.java index c1d907cae9..b6c523c4d4 100644 --- a/source/generated/org/alfresco/repo/webservice/classification/ClassificationFault.java +++ b/source/generated/org/alfresco/repo/webservice/classification/ClassificationFault.java @@ -2,7 +2,7 @@ * ClassificationFault.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.classification; diff --git a/source/generated/org/alfresco/repo/webservice/classification/ClassificationServiceSoapPort.java b/source/generated/org/alfresco/repo/webservice/classification/ClassificationServiceSoapPort.java index 7bce8a6f95..65e739041c 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.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) 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 26c5918ff4..eed1a2c8e2 100644 --- a/source/generated/org/alfresco/repo/webservice/content/Content.java +++ b/source/generated/org/alfresco/repo/webservice/content/Content.java @@ -2,7 +2,7 @@ * Content.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.content; diff --git a/source/generated/org/alfresco/repo/webservice/content/ContentFault.java b/source/generated/org/alfresco/repo/webservice/content/ContentFault.java index 2e51439a54..efe2b4d205 100644 --- a/source/generated/org/alfresco/repo/webservice/content/ContentFault.java +++ b/source/generated/org/alfresco/repo/webservice/content/ContentFault.java @@ -2,7 +2,7 @@ * ContentFault.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.content; diff --git a/source/generated/org/alfresco/repo/webservice/content/ContentSegment.java b/source/generated/org/alfresco/repo/webservice/content/ContentSegment.java index acd1aed944..dcbf48e478 100644 --- a/source/generated/org/alfresco/repo/webservice/content/ContentSegment.java +++ b/source/generated/org/alfresco/repo/webservice/content/ContentSegment.java @@ -2,7 +2,7 @@ * ContentSegment.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.content; diff --git a/source/generated/org/alfresco/repo/webservice/content/ContentServiceSoapPort.java b/source/generated/org/alfresco/repo/webservice/content/ContentServiceSoapPort.java index aeaf0f4e5c..96f2fb4f30 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.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.content; diff --git a/source/generated/org/alfresco/repo/webservice/dictionary/ClassPredicate.java b/source/generated/org/alfresco/repo/webservice/dictionary/ClassPredicate.java index 68e58d812a..840ab57826 100644 --- a/source/generated/org/alfresco/repo/webservice/dictionary/ClassPredicate.java +++ b/source/generated/org/alfresco/repo/webservice/dictionary/ClassPredicate.java @@ -2,7 +2,7 @@ * ClassPredicate.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.dictionary; diff --git a/source/generated/org/alfresco/repo/webservice/dictionary/DictionaryFault.java b/source/generated/org/alfresco/repo/webservice/dictionary/DictionaryFault.java index 01574b05c7..db07c8ecc6 100644 --- a/source/generated/org/alfresco/repo/webservice/dictionary/DictionaryFault.java +++ b/source/generated/org/alfresco/repo/webservice/dictionary/DictionaryFault.java @@ -2,7 +2,7 @@ * DictionaryFault.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.dictionary; diff --git a/source/generated/org/alfresco/repo/webservice/dictionary/DictionaryServiceSoapPort.java b/source/generated/org/alfresco/repo/webservice/dictionary/DictionaryServiceSoapPort.java index eb1798313f..322288bcce 100644 --- a/source/generated/org/alfresco/repo/webservice/dictionary/DictionaryServiceSoapPort.java +++ b/source/generated/org/alfresco/repo/webservice/dictionary/DictionaryServiceSoapPort.java @@ -2,7 +2,7 @@ * DictionaryServiceSoapPort.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.dictionary; diff --git a/source/generated/org/alfresco/repo/webservice/repository/Association.java b/source/generated/org/alfresco/repo/webservice/repository/Association.java index 6c12256ee3..6ffdb3424b 100644 --- a/source/generated/org/alfresco/repo/webservice/repository/Association.java +++ b/source/generated/org/alfresco/repo/webservice/repository/Association.java @@ -2,7 +2,7 @@ * Association.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.repository; diff --git a/source/generated/org/alfresco/repo/webservice/repository/AssociationDirectionEnum.java b/source/generated/org/alfresco/repo/webservice/repository/AssociationDirectionEnum.java index edc1be26c5..4177526f84 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.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) 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 8b12e43826..609e1a841a 100644 --- a/source/generated/org/alfresco/repo/webservice/repository/QueryResult.java +++ b/source/generated/org/alfresco/repo/webservice/repository/QueryResult.java @@ -2,7 +2,7 @@ * QueryResult.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.repository; diff --git a/source/generated/org/alfresco/repo/webservice/repository/RepositoryFault.java b/source/generated/org/alfresco/repo/webservice/repository/RepositoryFault.java index 714c3185cb..491b22367f 100644 --- a/source/generated/org/alfresco/repo/webservice/repository/RepositoryFault.java +++ b/source/generated/org/alfresco/repo/webservice/repository/RepositoryFault.java @@ -2,7 +2,7 @@ * RepositoryFault.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.repository; diff --git a/source/generated/org/alfresco/repo/webservice/repository/RepositoryServiceSoapPort.java b/source/generated/org/alfresco/repo/webservice/repository/RepositoryServiceSoapPort.java index 8080e8ff9f..d4e0cffb18 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.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) 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 dafd9b3608..da353feae5 100644 --- a/source/generated/org/alfresco/repo/webservice/repository/UpdateResult.java +++ b/source/generated/org/alfresco/repo/webservice/repository/UpdateResult.java @@ -2,7 +2,7 @@ * UpdateResult.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.repository; diff --git a/source/generated/org/alfresco/repo/webservice/types/AssociationDefinition.java b/source/generated/org/alfresco/repo/webservice/types/AssociationDefinition.java index e8bb7a2e78..3f9c3fdd67 100644 --- a/source/generated/org/alfresco/repo/webservice/types/AssociationDefinition.java +++ b/source/generated/org/alfresco/repo/webservice/types/AssociationDefinition.java @@ -2,7 +2,7 @@ * AssociationDefinition.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.types; diff --git a/source/generated/org/alfresco/repo/webservice/types/CML.java b/source/generated/org/alfresco/repo/webservice/types/CML.java index 65dc6dbab8..da873f60cf 100644 --- a/source/generated/org/alfresco/repo/webservice/types/CML.java +++ b/source/generated/org/alfresco/repo/webservice/types/CML.java @@ -2,7 +2,7 @@ * CML.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.types; diff --git a/source/generated/org/alfresco/repo/webservice/types/CMLAddAspect.java b/source/generated/org/alfresco/repo/webservice/types/CMLAddAspect.java index 22fe62f7b3..b51987f887 100644 --- a/source/generated/org/alfresco/repo/webservice/types/CMLAddAspect.java +++ b/source/generated/org/alfresco/repo/webservice/types/CMLAddAspect.java @@ -2,7 +2,7 @@ * CMLAddAspect.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.types; diff --git a/source/generated/org/alfresco/repo/webservice/types/CMLAddChild.java b/source/generated/org/alfresco/repo/webservice/types/CMLAddChild.java index d02d3139c2..c9b8202490 100644 --- a/source/generated/org/alfresco/repo/webservice/types/CMLAddChild.java +++ b/source/generated/org/alfresco/repo/webservice/types/CMLAddChild.java @@ -2,7 +2,7 @@ * CMLAddChild.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.types; diff --git a/source/generated/org/alfresco/repo/webservice/types/CMLCopy.java b/source/generated/org/alfresco/repo/webservice/types/CMLCopy.java index 070bc604a9..175ef9feea 100644 --- a/source/generated/org/alfresco/repo/webservice/types/CMLCopy.java +++ b/source/generated/org/alfresco/repo/webservice/types/CMLCopy.java @@ -2,7 +2,7 @@ * CMLCopy.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.types; diff --git a/source/generated/org/alfresco/repo/webservice/types/CMLCreate.java b/source/generated/org/alfresco/repo/webservice/types/CMLCreate.java index e0fe14c5b4..aabad8720f 100644 --- a/source/generated/org/alfresco/repo/webservice/types/CMLCreate.java +++ b/source/generated/org/alfresco/repo/webservice/types/CMLCreate.java @@ -2,7 +2,7 @@ * CMLCreate.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.types; @@ -12,6 +12,12 @@ public class CMLCreate implements java.io.Serializable { private org.alfresco.repo.webservice.types.ParentReference parent; + private java.lang.String parent_id; + + private java.lang.String associationType; + + private java.lang.String childName; + private java.lang.String type; private org.alfresco.repo.webservice.types.NamedValue[] property; @@ -22,10 +28,16 @@ public class CMLCreate implements java.io.Serializable { public CMLCreate( java.lang.String id, org.alfresco.repo.webservice.types.ParentReference parent, + java.lang.String parent_id, + java.lang.String associationType, + java.lang.String childName, java.lang.String type, org.alfresco.repo.webservice.types.NamedValue[] property) { this.id = id; this.parent = parent; + this.parent_id = parent_id; + this.associationType = associationType; + this.childName = childName; this.type = type; this.property = property; } @@ -71,6 +83,66 @@ public class CMLCreate implements java.io.Serializable { } + /** + * Gets the parent_id value for this CMLCreate. + * + * @return parent_id + */ + public java.lang.String getParent_id() { + return parent_id; + } + + + /** + * Sets the parent_id value for this CMLCreate. + * + * @param parent_id + */ + public void setParent_id(java.lang.String parent_id) { + this.parent_id = parent_id; + } + + + /** + * Gets the associationType value for this CMLCreate. + * + * @return associationType + */ + public java.lang.String getAssociationType() { + return associationType; + } + + + /** + * Sets the associationType value for this CMLCreate. + * + * @param associationType + */ + public void setAssociationType(java.lang.String associationType) { + this.associationType = associationType; + } + + + /** + * Gets the childName value for this CMLCreate. + * + * @return childName + */ + public java.lang.String getChildName() { + return childName; + } + + + /** + * Sets the childName value for this CMLCreate. + * + * @param childName + */ + public void setChildName(java.lang.String childName) { + this.childName = childName; + } + + /** * Gets the type value for this CMLCreate. * @@ -136,6 +208,15 @@ public class CMLCreate implements java.io.Serializable { ((this.parent==null && other.getParent()==null) || (this.parent!=null && this.parent.equals(other.getParent()))) && + ((this.parent_id==null && other.getParent_id()==null) || + (this.parent_id!=null && + this.parent_id.equals(other.getParent_id()))) && + ((this.associationType==null && other.getAssociationType()==null) || + (this.associationType!=null && + this.associationType.equals(other.getAssociationType()))) && + ((this.childName==null && other.getChildName()==null) || + (this.childName!=null && + this.childName.equals(other.getChildName()))) && ((this.type==null && other.getType()==null) || (this.type!=null && this.type.equals(other.getType()))) && @@ -159,6 +240,15 @@ public class CMLCreate implements java.io.Serializable { if (getParent() != null) { _hashCode += getParent().hashCode(); } + if (getParent_id() != null) { + _hashCode += getParent_id().hashCode(); + } + if (getAssociationType() != null) { + _hashCode += getAssociationType().hashCode(); + } + if (getChildName() != null) { + _hashCode += getChildName().hashCode(); + } if (getType() != null) { _hashCode += getType().hashCode(); } @@ -194,6 +284,28 @@ public class CMLCreate implements java.io.Serializable { elemField.setFieldName("parent"); elemField.setXmlName(new javax.xml.namespace.QName("http://www.alfresco.org/ws/cml/1.0", "parent")); elemField.setXmlType(new javax.xml.namespace.QName("http://www.alfresco.org/ws/model/content/1.0", "ParentReference")); + elemField.setMinOccurs(0); + elemField.setNillable(true); + typeDesc.addFieldDesc(elemField); + elemField = new org.apache.axis.description.ElementDesc(); + elemField.setFieldName("parent_id"); + elemField.setXmlName(new javax.xml.namespace.QName("http://www.alfresco.org/ws/cml/1.0", "parent_id")); + elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string")); + elemField.setMinOccurs(0); + elemField.setNillable(true); + typeDesc.addFieldDesc(elemField); + 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.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.w3.org/2001/XMLSchema", "string")); + elemField.setMinOccurs(0); elemField.setNillable(false); typeDesc.addFieldDesc(elemField); elemField = new org.apache.axis.description.ElementDesc(); diff --git a/source/generated/org/alfresco/repo/webservice/types/CMLCreateAssociation.java b/source/generated/org/alfresco/repo/webservice/types/CMLCreateAssociation.java index 7b951aa72d..9bcd8f71de 100644 --- a/source/generated/org/alfresco/repo/webservice/types/CMLCreateAssociation.java +++ b/source/generated/org/alfresco/repo/webservice/types/CMLCreateAssociation.java @@ -2,7 +2,7 @@ * CMLCreateAssociation.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.types; diff --git a/source/generated/org/alfresco/repo/webservice/types/CMLDelete.java b/source/generated/org/alfresco/repo/webservice/types/CMLDelete.java index f809977949..9090a37b3a 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.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) 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 9b2e01c5f6..e52315994a 100644 --- a/source/generated/org/alfresco/repo/webservice/types/CMLMove.java +++ b/source/generated/org/alfresco/repo/webservice/types/CMLMove.java @@ -2,7 +2,7 @@ * CMLMove.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.types; diff --git a/source/generated/org/alfresco/repo/webservice/types/CMLRemoveAspect.java b/source/generated/org/alfresco/repo/webservice/types/CMLRemoveAspect.java index 011039ba2e..79f09b7882 100644 --- a/source/generated/org/alfresco/repo/webservice/types/CMLRemoveAspect.java +++ b/source/generated/org/alfresco/repo/webservice/types/CMLRemoveAspect.java @@ -2,7 +2,7 @@ * CMLRemoveAspect.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.types; diff --git a/source/generated/org/alfresco/repo/webservice/types/CMLRemoveAssociation.java b/source/generated/org/alfresco/repo/webservice/types/CMLRemoveAssociation.java index 2c78003939..9396d2bcd2 100644 --- a/source/generated/org/alfresco/repo/webservice/types/CMLRemoveAssociation.java +++ b/source/generated/org/alfresco/repo/webservice/types/CMLRemoveAssociation.java @@ -2,7 +2,7 @@ * CMLRemoveAssociation.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.types; diff --git a/source/generated/org/alfresco/repo/webservice/types/CMLRemoveChild.java b/source/generated/org/alfresco/repo/webservice/types/CMLRemoveChild.java index d2c2093aab..8156739c38 100644 --- a/source/generated/org/alfresco/repo/webservice/types/CMLRemoveChild.java +++ b/source/generated/org/alfresco/repo/webservice/types/CMLRemoveChild.java @@ -2,7 +2,7 @@ * CMLRemoveChild.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.types; diff --git a/source/generated/org/alfresco/repo/webservice/types/CMLUpdate.java b/source/generated/org/alfresco/repo/webservice/types/CMLUpdate.java index f46d0cd007..f572a9983f 100644 --- a/source/generated/org/alfresco/repo/webservice/types/CMLUpdate.java +++ b/source/generated/org/alfresco/repo/webservice/types/CMLUpdate.java @@ -2,7 +2,7 @@ * CMLUpdate.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.types; diff --git a/source/generated/org/alfresco/repo/webservice/types/CMLWriteContent.java b/source/generated/org/alfresco/repo/webservice/types/CMLWriteContent.java index 12cd785356..aafb4a1d46 100644 --- a/source/generated/org/alfresco/repo/webservice/types/CMLWriteContent.java +++ b/source/generated/org/alfresco/repo/webservice/types/CMLWriteContent.java @@ -2,7 +2,7 @@ * CMLWriteContent.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.types; diff --git a/source/generated/org/alfresco/repo/webservice/types/Cardinality.java b/source/generated/org/alfresco/repo/webservice/types/Cardinality.java index 6fbef035c2..963a20401a 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.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) 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 5b42afa9bc..6b7d1c6b7f 100644 --- a/source/generated/org/alfresco/repo/webservice/types/Category.java +++ b/source/generated/org/alfresco/repo/webservice/types/Category.java @@ -2,7 +2,7 @@ * Category.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.types; diff --git a/source/generated/org/alfresco/repo/webservice/types/ClassDefinition.java b/source/generated/org/alfresco/repo/webservice/types/ClassDefinition.java index 8fefe020cb..f8728c7134 100644 --- a/source/generated/org/alfresco/repo/webservice/types/ClassDefinition.java +++ b/source/generated/org/alfresco/repo/webservice/types/ClassDefinition.java @@ -2,7 +2,7 @@ * ClassDefinition.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.types; diff --git a/source/generated/org/alfresco/repo/webservice/types/Classification.java b/source/generated/org/alfresco/repo/webservice/types/Classification.java index 00372cb46b..4ec8284a7d 100644 --- a/source/generated/org/alfresco/repo/webservice/types/Classification.java +++ b/source/generated/org/alfresco/repo/webservice/types/Classification.java @@ -2,7 +2,7 @@ * Classification.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.types; diff --git a/source/generated/org/alfresco/repo/webservice/types/ContentFormat.java b/source/generated/org/alfresco/repo/webservice/types/ContentFormat.java index 2af07ce824..5d83c60d6b 100644 --- a/source/generated/org/alfresco/repo/webservice/types/ContentFormat.java +++ b/source/generated/org/alfresco/repo/webservice/types/ContentFormat.java @@ -2,7 +2,7 @@ * ContentFormat.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.types; diff --git a/source/generated/org/alfresco/repo/webservice/types/LocaleConfiguration.java b/source/generated/org/alfresco/repo/webservice/types/LocaleConfiguration.java index bc19e17263..c6fbd0d989 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.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) 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 a6e97389da..3cb37628f2 100644 --- a/source/generated/org/alfresco/repo/webservice/types/NamedValue.java +++ b/source/generated/org/alfresco/repo/webservice/types/NamedValue.java @@ -2,7 +2,7 @@ * NamedValue.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.types; diff --git a/source/generated/org/alfresco/repo/webservice/types/NamespaceConfigurationInner.java b/source/generated/org/alfresco/repo/webservice/types/NamespaceConfigurationInner.java index 75e0e63a7d..1671053e1b 100644 --- a/source/generated/org/alfresco/repo/webservice/types/NamespaceConfigurationInner.java +++ b/source/generated/org/alfresco/repo/webservice/types/NamespaceConfigurationInner.java @@ -2,7 +2,7 @@ * NamespaceConfigurationInner.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.types; diff --git a/source/generated/org/alfresco/repo/webservice/types/Node.java b/source/generated/org/alfresco/repo/webservice/types/Node.java index 6ff1cb06dd..298b8fc2b1 100644 --- a/source/generated/org/alfresco/repo/webservice/types/Node.java +++ b/source/generated/org/alfresco/repo/webservice/types/Node.java @@ -2,7 +2,7 @@ * Node.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.types; diff --git a/source/generated/org/alfresco/repo/webservice/types/NodeDefinition.java b/source/generated/org/alfresco/repo/webservice/types/NodeDefinition.java index 41f6bec25c..f9f1d71cfa 100644 --- a/source/generated/org/alfresco/repo/webservice/types/NodeDefinition.java +++ b/source/generated/org/alfresco/repo/webservice/types/NodeDefinition.java @@ -2,7 +2,7 @@ * NodeDefinition.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.types; diff --git a/source/generated/org/alfresco/repo/webservice/types/ParentReference.java b/source/generated/org/alfresco/repo/webservice/types/ParentReference.java index 5765406a66..87b299c127 100644 --- a/source/generated/org/alfresco/repo/webservice/types/ParentReference.java +++ b/source/generated/org/alfresco/repo/webservice/types/ParentReference.java @@ -2,7 +2,7 @@ * ParentReference.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.types; diff --git a/source/generated/org/alfresco/repo/webservice/types/Predicate.java b/source/generated/org/alfresco/repo/webservice/types/Predicate.java index cc484ec347..3a9ffbb733 100644 --- a/source/generated/org/alfresco/repo/webservice/types/Predicate.java +++ b/source/generated/org/alfresco/repo/webservice/types/Predicate.java @@ -2,7 +2,7 @@ * Predicate.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.types; diff --git a/source/generated/org/alfresco/repo/webservice/types/PropertyDefinition.java b/source/generated/org/alfresco/repo/webservice/types/PropertyDefinition.java index 5da0896e74..74591a4396 100644 --- a/source/generated/org/alfresco/repo/webservice/types/PropertyDefinition.java +++ b/source/generated/org/alfresco/repo/webservice/types/PropertyDefinition.java @@ -2,7 +2,7 @@ * PropertyDefinition.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.types; diff --git a/source/generated/org/alfresco/repo/webservice/types/Query.java b/source/generated/org/alfresco/repo/webservice/types/Query.java index 04b8d492a4..9e706f76d1 100644 --- a/source/generated/org/alfresco/repo/webservice/types/Query.java +++ b/source/generated/org/alfresco/repo/webservice/types/Query.java @@ -2,7 +2,7 @@ * Query.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.types; diff --git a/source/generated/org/alfresco/repo/webservice/types/QueryConfiguration.java b/source/generated/org/alfresco/repo/webservice/types/QueryConfiguration.java index cdaa512f6a..cdc7405b3e 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.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.types; diff --git a/source/generated/org/alfresco/repo/webservice/types/Reference.java b/source/generated/org/alfresco/repo/webservice/types/Reference.java index 1aca3d7c9c..07bfeb33cf 100644 --- a/source/generated/org/alfresco/repo/webservice/types/Reference.java +++ b/source/generated/org/alfresco/repo/webservice/types/Reference.java @@ -2,7 +2,7 @@ * Reference.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.types; diff --git a/source/generated/org/alfresco/repo/webservice/types/ResultSet.java b/source/generated/org/alfresco/repo/webservice/types/ResultSet.java index ea0fe0ea5f..1a0b3e3309 100644 --- a/source/generated/org/alfresco/repo/webservice/types/ResultSet.java +++ b/source/generated/org/alfresco/repo/webservice/types/ResultSet.java @@ -2,7 +2,7 @@ * ResultSet.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.types; diff --git a/source/generated/org/alfresco/repo/webservice/types/ResultSetMetaData.java b/source/generated/org/alfresco/repo/webservice/types/ResultSetMetaData.java index 4b773c3f8e..57e118442d 100644 --- a/source/generated/org/alfresco/repo/webservice/types/ResultSetMetaData.java +++ b/source/generated/org/alfresco/repo/webservice/types/ResultSetMetaData.java @@ -2,7 +2,7 @@ * ResultSetMetaData.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.types; diff --git a/source/generated/org/alfresco/repo/webservice/types/ResultSetRow.java b/source/generated/org/alfresco/repo/webservice/types/ResultSetRow.java index c021c37cb6..28ff420748 100644 --- a/source/generated/org/alfresco/repo/webservice/types/ResultSetRow.java +++ b/source/generated/org/alfresco/repo/webservice/types/ResultSetRow.java @@ -2,7 +2,7 @@ * ResultSetRow.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.types; diff --git a/source/generated/org/alfresco/repo/webservice/types/ResultSetRowNode.java b/source/generated/org/alfresco/repo/webservice/types/ResultSetRowNode.java index 5e0b73b85a..3a68a192ef 100644 --- a/source/generated/org/alfresco/repo/webservice/types/ResultSetRowNode.java +++ b/source/generated/org/alfresco/repo/webservice/types/ResultSetRowNode.java @@ -2,7 +2,7 @@ * ResultSetRowNode.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.types; diff --git a/source/generated/org/alfresco/repo/webservice/types/RoleDefinition.java b/source/generated/org/alfresco/repo/webservice/types/RoleDefinition.java index 9ab1739baa..ae768e9146 100644 --- a/source/generated/org/alfresco/repo/webservice/types/RoleDefinition.java +++ b/source/generated/org/alfresco/repo/webservice/types/RoleDefinition.java @@ -2,7 +2,7 @@ * RoleDefinition.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.types; diff --git a/source/generated/org/alfresco/repo/webservice/types/Store.java b/source/generated/org/alfresco/repo/webservice/types/Store.java index d5797c67e9..edbedcde4b 100644 --- a/source/generated/org/alfresco/repo/webservice/types/Store.java +++ b/source/generated/org/alfresco/repo/webservice/types/Store.java @@ -2,7 +2,7 @@ * Store.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.types; @@ -111,13 +111,15 @@ public class Store implements java.io.Serializable { elemField.setFieldName("scheme"); elemField.setXmlName(new javax.xml.namespace.QName("http://www.alfresco.org/ws/model/content/1.0", "scheme")); elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string")); - elemField.setNillable(false); + elemField.setMinOccurs(0); + elemField.setNillable(true); typeDesc.addFieldDesc(elemField); 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.w3.org/2001/XMLSchema", "string")); - elemField.setNillable(false); + elemField.setMinOccurs(0); + elemField.setNillable(true); typeDesc.addFieldDesc(elemField); } diff --git a/source/generated/org/alfresco/repo/webservice/types/ValueDefinition.java b/source/generated/org/alfresco/repo/webservice/types/ValueDefinition.java index 8f09dee4b9..08cca6bb1a 100644 --- a/source/generated/org/alfresco/repo/webservice/types/ValueDefinition.java +++ b/source/generated/org/alfresco/repo/webservice/types/ValueDefinition.java @@ -2,7 +2,7 @@ * ValueDefinition.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.types; diff --git a/source/generated/org/alfresco/repo/webservice/types/Version.java b/source/generated/org/alfresco/repo/webservice/types/Version.java index a2332beabb..7fc304956f 100644 --- a/source/generated/org/alfresco/repo/webservice/types/Version.java +++ b/source/generated/org/alfresco/repo/webservice/types/Version.java @@ -2,7 +2,7 @@ * Version.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.types; diff --git a/source/generated/org/alfresco/repo/webservice/types/VersionHistory.java b/source/generated/org/alfresco/repo/webservice/types/VersionHistory.java index 9abd131b4d..b77e2b9682 100644 --- a/source/generated/org/alfresco/repo/webservice/types/VersionHistory.java +++ b/source/generated/org/alfresco/repo/webservice/types/VersionHistory.java @@ -2,7 +2,7 @@ * VersionHistory.java * * This file was auto-generated from WSDL - * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. + * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.alfresco.repo.webservice.types; diff --git a/source/java/org/alfresco/repo/webservice/CMLUtil.java b/source/java/org/alfresco/repo/webservice/CMLUtil.java index 78a05795d4..71d23d4fad 100644 --- a/source/java/org/alfresco/repo/webservice/CMLUtil.java +++ b/source/java/org/alfresco/repo/webservice/CMLUtil.java @@ -24,6 +24,7 @@ import java.util.HashMap; import java.util.List; import java.util.Map; +import org.alfresco.error.AlfrescoRuntimeException; import org.alfresco.repo.webservice.repository.UpdateResult; import org.alfresco.repo.webservice.types.CML; import org.alfresco.repo.webservice.types.CMLAddAspect; @@ -53,12 +54,16 @@ import org.alfresco.service.cmr.search.SearchService; import org.alfresco.service.namespace.NamespaceService; import org.alfresco.service.namespace.QName; import org.alfresco.util.PropertyMap; +import org.apache.commons.logging.Log; +import org.apache.commons.logging.LogFactory; /** * @author Roy Wetherall */ public class CMLUtil { + private static Log logger = LogFactory.getLog(CMLUtil.class); + private static final String CREATE = "create"; private static final String ADD_ASPECT = "addAspect"; private static final String REMOVE_ASPECT = "removeAspect"; @@ -163,6 +168,11 @@ public class CMLUtil CMLWriteContent[] writes = cml.getWriteContent(); if (writes != null) { + if (logger.isDebugEnabled() == true) + { + logger.debug(writes.length + " write content statements ready for execution."); + } + for (CMLWriteContent write : writes) { executeCMLWriteContent(write, context, results); @@ -249,15 +259,37 @@ public class CMLUtil */ private void executeCMLCreate(CMLCreate create, ExecutionContext context, List results) { + NodeRef parentNodeRef = null; + QName assocTypeQName = null; + QName assocQName = null; + // Get the detail of the parent - ParentReference parentReference = create.getParent(); - NodeRef parentNodeRef = Utils.convertToNodeRef( - parentReference, - this.nodeService, - this.searchService, - this.namespaceService); - QName assocTypeQName = QName.createQName(parentReference.getAssociationType()); - QName assocQName = QName.createQName(parentReference.getChildName()); + ParentReference parentReference = create.getParent(); + if (parentReference != null) + { + parentNodeRef = Utils.convertToNodeRef( + parentReference, + this.nodeService, + this.searchService, + this.namespaceService); + assocTypeQName = QName.createQName(parentReference.getAssociationType()); + assocQName = QName.createQName(parentReference.getChildName()); + } + else + { + String parentId = create.getParent_id(); + if (parentId != null) + { + parentNodeRef = context.idMap.get(parentId); + } + assocTypeQName = QName.createQName(create.getAssociationType()); + assocQName = QName.createQName(create.getChildName()); + } + + if (parentNodeRef == null) + { + throw new AlfrescoRuntimeException("No parent details have been specified for the node being created."); + } // Get the type of the node to create QName nodeTypeQName = QName.createQName(create.getType()); @@ -363,17 +395,33 @@ public class CMLUtil private List getNodeRefList(String id, Predicate predicate, ExecutionContext context) { + boolean bResolved = false; List nodeRefs = new ArrayList(); if (id != null && id.length() != 0) { NodeRef localNodeRef = context.getNodeRef(id); if (localNodeRef != null) { + if (logger.isDebugEnabled() == true) + { + logger.debug("Local node ref has been resolved for id = " + id); + } + nodeRefs.add(localNodeRef); + bResolved = true; } } - else + + if (bResolved == false) { + if (logger.isDebugEnabled() == true) + { + logger.debug("Trying to resolve predicate for where statement"); + if (predicate.getNodes() == null) + { + logger.debug("!! Predicate has no nodes !!"); + } + } nodeRefs = Utils.resolvePredicate(predicate, this.nodeService, this.searchService, this.namespaceService); } return nodeRefs; @@ -405,23 +453,43 @@ public class CMLUtil ContentFormat format = write.getFormat(); byte[] content = write.getContent(); - for (NodeRef nodeRef : nodeRefs) - { - //Get the content writer - ContentWriter writer = this.contentService.getWriter(nodeRef, property, true); - - // Set the content format details (if they have been specified) - if (format != null) - { - writer.setEncoding(format.getEncoding()); - writer.setMimetype(format.getMimetype()); - } - - // Write the content - InputStream is = new ByteArrayInputStream(content); - writer.putContent(is); - - results.add(createResult(WRITE_CONTENT, null, nodeRef, nodeRef)); + if (logger.isDebugEnabled() == true) + { + if (nodeRefs != null) + { + logger.debug("Write content: " + nodeRefs.size() + " nodes found for execution"); + } + else + { + logger.debug("No nodes found to write content to!"); + } + } + + if (nodeRefs != null) + { + for (NodeRef nodeRef : nodeRefs) + { + //Get the content writer + ContentWriter writer = this.contentService.getWriter(nodeRef, property, true); + + // Set the content format details (if they have been specified) + if (format != null) + { + writer.setEncoding(format.getEncoding()); + writer.setMimetype(format.getMimetype()); + } + + // Write the content + InputStream is = new ByteArrayInputStream(content); + writer.putContent(is); + + if (logger.isDebugEnabled() == true) + { + logger.debug("Write content: content written on node " + nodeRef.toString() + " with format " + format.getMimetype() + "|" + format.getEncoding()); + } + + results.add(createResult(WRITE_CONTENT, null, nodeRef, nodeRef)); + } } } diff --git a/source/java/org/alfresco/repo/webservice/Utils.java b/source/java/org/alfresco/repo/webservice/Utils.java index 491da00cf9..b30eca99b5 100644 --- a/source/java/org/alfresco/repo/webservice/Utils.java +++ b/source/java/org/alfresco/repo/webservice/Utils.java @@ -95,54 +95,78 @@ public class Utils public static Serializable getValueFromNamedValue(DictionaryService dictionaryService, QName propertyName, NamedValue namedValue) { Serializable result = null; - org.alfresco.service.cmr.dictionary.PropertyDefinition propDef = dictionaryService.getProperty(propertyName); - if (propDef != null) - { - DataTypeDefinition propertyType = propDef.getDataType(); - if (propertyType != null) - { - if (namedValue == null || namedValue.getIsMultiValue() == false) + if (namedValue != null) + { + org.alfresco.service.cmr.dictionary.PropertyDefinition propDef = dictionaryService.getProperty(propertyName); + if (propDef == null) + { + if (namedValue.getIsMultiValue() == false) { - if (logger.isDebugEnabled() == true) - { - logger.debug("Converting single-valued property '" + propertyName.toString() + "' with value " + namedValue.getValue()); - } - - result = (Serializable)DefaultTypeConverter.INSTANCE.convert(propertyType, namedValue.getValue()); + result = namedValue.getValue(); } - else - { - String[] values = namedValue.getValues(); - - if (logger.isDebugEnabled() == true) - { - logger.debug("Converting multi-valued property '" + propertyName.toString() + "' with values " + values.toString()); - } - + else + { + String[] values = namedValue.getValues(); + if (values != null) { Collection collection = new ArrayList(values.length); for (String value : values) { - collection.add((Serializable)DefaultTypeConverter.INSTANCE.convert(propertyType, value)); + collection.add(value); } - - if (logger.isDebugEnabled() == true) - { - logger.debug("The collection for the multi-value property has been generated '" + collection.toString()); - } - result = (Serializable)collection; } - } - } - else - { - if (logger.isDebugEnabled() == true) - { - logger.debug("No property definition was found for property '" + propertyName.toString() + "'"); - } - } + } + } + else + { + DataTypeDefinition propertyType = propDef.getDataType(); + if (propertyType != null) + { + if (namedValue.getIsMultiValue() == false) + { + if (logger.isDebugEnabled() == true) + { + logger.debug("Converting single-valued property '" + propertyName.toString() + "' with value " + namedValue.getValue()); + } + + result = (Serializable)DefaultTypeConverter.INSTANCE.convert(propertyType, namedValue.getValue()); + } + else + { + String[] values = namedValue.getValues(); + + if (logger.isDebugEnabled() == true) + { + logger.debug("Converting multi-valued property '" + propertyName.toString() + "' with values " + values.toString()); + } + + if (values != null) + { + Collection collection = new ArrayList(values.length); + for (String value : values) + { + collection.add((Serializable)DefaultTypeConverter.INSTANCE.convert(propertyType, value)); + } + + if (logger.isDebugEnabled() == true) + { + logger.debug("The collection for the multi-value property has been generated '" + collection.toString()); + } + + result = (Serializable)collection; + } + } + } + else + { + if (logger.isDebugEnabled() == true) + { + logger.debug("No property definition was found for property '" + propertyName.toString() + "'"); + } + } + } } return result; } diff --git a/source/web/WEB-INF/server-config.wsdd b/source/web/WEB-INF/server-config.wsdd index 4e11348be5..2119f3068a 100644 --- a/source/web/WEB-INF/server-config.wsdd +++ b/source/web/WEB-INF/server-config.wsdd @@ -637,6 +637,14 @@ deserializer="org.apache.axis.encoding.ser.BeanDeserializerFactory" encodingStyle="" /> + - - + + + diff --git a/source/wsdl/types.xsd b/source/wsdl/types.xsd index cf6f7f762f..f84dcc4f6b 100644 --- a/source/wsdl/types.xsd +++ b/source/wsdl/types.xsd @@ -33,14 +33,14 @@ - - + + - + @@ -56,8 +56,8 @@ - - + +