- Update to axis 1.3

- Re-gen server and client stubs against axis 1.3
- Fix issues with repo and admin wsdl as highlighted by .NET
- Created sample .NET application that authenticates, browses spaces and views content.
- Added Timestamp action to server configuration of security header to support .NET
- Updated Java, PHP and Ruby clients to pass Timestamp action on security header.
- retested Java, PHP, Ruby and .NET web service test clients.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2471 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Roy Wetherall
2006-02-22 15:14:44 +00:00
parent 3e92a05013
commit 728323f5cd
96 changed files with 409 additions and 213 deletions

View File

@@ -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() {

View File

@@ -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() {

View File

@@ -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() {

View File

@@ -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;

View File

@@ -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;

View File

@@ -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() {

View File

@@ -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() {

View File

@@ -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() {

View File

@@ -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() {

View File

@@ -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() {

View File

@@ -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() {

View File

@@ -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() {

View File

@@ -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() {

View File

@@ -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() {

View File

@@ -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;

View File

@@ -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;

View File

@@ -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() {

View File

@@ -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() {

View File

@@ -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() {

View File

@@ -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() {

View File

@@ -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() {

View File

@@ -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() {

View File

@@ -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;

View File

@@ -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() {

View File

@@ -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() {

View File

@@ -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;

View File

@@ -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() {

View File

@@ -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() {

View File

@@ -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() {

View File

@@ -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;

View File

@@ -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() {

View File

@@ -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;

View File

@@ -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() {

View File

@@ -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() {

View File

@@ -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() {

View File

@@ -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() {

View File

@@ -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;

View File

@@ -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() {

View File

@@ -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();

View File

@@ -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() {

View File

@@ -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() {

View File

@@ -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;

View File

@@ -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() {

View File

@@ -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() {

View File

@@ -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() {

View File

@@ -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;

View File

@@ -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();

View File

@@ -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;

View File

@@ -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() {

View File

@@ -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() {

View File

@@ -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;

View File

@@ -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() {

View File

@@ -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);
}

View File

@@ -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() {

View File

@@ -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();

View File

@@ -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);

View File

@@ -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);

View File

@@ -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);

View File

@@ -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);
}

View File

@@ -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;

View File

@@ -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);

View File

@@ -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();

View File

@@ -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);
}

View File

@@ -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() {

View File

@@ -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() {

View File

@@ -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;

View File

@@ -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() {

View File

@@ -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);

View File

@@ -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();

View File

@@ -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);

View File

@@ -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;

View File

@@ -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();

View File

@@ -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() {

View File

@@ -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();

View File

@@ -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() {

View File

@@ -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);

View File

@@ -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() {

View File

@@ -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;
}

View File

@@ -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() {

View File

@@ -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;

View File

@@ -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)

View File

@@ -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);

View File

@@ -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() {

View File

@@ -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() {

View File

@@ -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() {

View File

@@ -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();

View File

@@ -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);

View File

@@ -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);
}

View File

@@ -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)

View File

@@ -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);
}

View File

@@ -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() {

View File

@@ -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<java.lang.reflect.Array.getLength(getVersions());
@@ -94,6 +124,12 @@ public class VersionHistory implements java.io.Serializable {
static {
typeDesc.setXmlType(new javax.xml.namespace.QName("http://www.alfresco.org/ws/model/content/1.0", "VersionHistory"));
org.apache.axis.description.ElementDesc elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("marker");
elemField.setXmlName(new javax.xml.namespace.QName("http://www.alfresco.org/ws/model/content/1.0", "marker"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
elemField.setNillable(true);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("versions");
elemField.setXmlName(new javax.xml.namespace.QName("http://www.alfresco.org/ws/model/content/1.0", "versions"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.alfresco.org/ws/model/content/1.0", "Version"));

View File

@@ -16,9 +16,8 @@
<handler name="CreateSpringTicketCallback" type="java:org.alfresco.repo.webservice.axis.TicketCallbackSpringHandler"/>
<handler name="QueryConfigHandler" type="java:org.alfresco.repo.webservice.axis.QueryConfigHandler"/>
<handler name="WSSecurity" type="java:org.apache.ws.axis.security.WSDoAllReceiver">
<parameter name="action" value="UsernameToken"/>
<!-- Uncomment the following line and comment the one above for .NET support (but only .NET support) -->
<!-- <parameter name="action" value="UsernameToken Timestamp"/> -->
<!-- Timestamp added to support .NET -->
<parameter name="action" value="UsernameToken Timestamp"/>
</handler>
<typeMapping

View File

@@ -243,54 +243,36 @@
<wsdl:output message="admin:queryUsersResponse" name="queryUsersResponse"/>
<wsdl:fault message="admin:AdministrationFault" name="AdministrationFault"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:portType name="AdministrationServiceSoapPort">
<wsdl:operation name="fetchMoreUsers">
<wsdl:documentation>Fetch the next bathc of users from an existing user query.</wsdl:documentation>
<wsdl:input message="admin:fetchMoreUsersRequest" name="fetchMoreUsersRequest"/>
<wsdl:output message="admin:fetchMoreUsersResponse" name="fetchMoreUsersResponse"/>
<wsdl:fault message="admin:AdministrationFault" name="AdministrationFault"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:portType name="AdministrationServiceSoapPort">
<wsdl:operation name="getUser">
<wsdl:documentation>Get the details of a specified user.</wsdl:documentation>
<wsdl:input message="admin:getUserRequest" name="getUserRequest"/>
<wsdl:output message="admin:getUserResponse" name="getUserResponse"/>
<wsdl:fault message="admin:AdministrationFault" name="AdministrationFault"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:portType name="AdministrationServiceSoapPort">
<wsdl:operation name="createUsers">
<wsdl:documentation>Create new users with the details provided.</wsdl:documentation>
<wsdl:input message="admin:createUsersRequest" name="createUsersRequest"/>
<wsdl:output message="admin:createUsersResponse" name="createUsersResponse"/>
<wsdl:fault message="admin:AdministrationFault" name="AdministrationFault"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:portType name="AdministrationServiceSoapPort">
<wsdl:operation name="updateUsers">
<wsdl:documentation>Updates the details of the specified users.</wsdl:documentation>
<wsdl:input message="admin:updateUsersRequest" name="updateUsersRequest"/>
<wsdl:output message="admin:updateUsersResponse" name="updateUsersResponse"/>
<wsdl:fault message="admin:AdministrationFault" name="AdministrationFault"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:portType name="AdministrationServiceSoapPort">
<wsdl:operation name="changePassword">
<wsdl:documentation>Changes the password of the specified user.</wsdl:documentation>
<wsdl:input message="admin:changePasswordRequest" name="changePasswordRequest"/>
<wsdl:output message="admin:changePasswordResponse" name="changePasswordResponse"/>
<wsdl:fault message="admin:AdministrationFault" name="AdministrationFault"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:portType name="AdministrationServiceSoapPort">
<wsdl:operation name="deleteUsers">
<wsdl:documentation>Delete the specified users.</wsdl:documentation>
<wsdl:input message="admin:deleteUsersRequest" name="deleteUsersRequest"/>

View File

@@ -171,7 +171,7 @@
</sequence>
</complexType>
</element>
<element name="getResponse">
<complexType>
<sequence>
@@ -377,7 +377,7 @@
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="RepositoryServiceSoapBinding" type="rep:RepositoryServiceSoapPort">
<wsdl:binding name="RepositoryServiceSoapBinding" type="rep:RepositoryServiceSoapPort">
<wsdlsoap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="createStore">
<wsdlsoap:operation soapAction="http://www.alfresco.org/ws/service/repository/1.0/createStore"/>
@@ -390,113 +390,113 @@
<wsdl:fault name="RepositoryFault">
<wsdlsoap:fault namespace="http://www.alfresco.org/ws/service/repository/1.0" use="literal" name="RepositoryFault"/>
</wsdl:fault>
</wsdl:operation>
</wsdl:operation>
<wsdl:operation name="getStores">
<wsdl:documentation>Retrieves a list of stores where content resources are held.</wsdl:documentation>
<wsdlsoap:operation soapAction="http://www.alfresco.org/ws/service/repository/1.0/getStores"/>
<wsdlsoap:operation soapAction="http://www.alfresco.org/ws/service/repository/1.0/getStores"/>
<wsdl:input name="getStoresRequest">
<wsdlsoap:body use="literal"/>
<wsdlsoap:body use="literal"/>
</wsdl:input>
<wsdl:output name="getStoreResponse">
<wsdlsoap:body use="literal"/>
<wsdlsoap:body use="literal"/>
</wsdl:output>
<wsdl:fault name="RepositoryFault">
<wsdlsoap:fault namespace="http://www.alfresco.org/ws/service/repository/1.0" use="literal" name="RepositoryFault"/>
<wsdlsoap:fault namespace="http://www.alfresco.org/ws/service/repository/1.0" use="literal" name="RepositoryFault"/>
</wsdl:fault>
</wsdl:operation>
<wsdl:operation name="query">
<wsdl:documentation>Executes a query against a store</wsdl:documentation>
<wsdlsoap:operation soapAction="http://www.alfresco.org/ws/service/repository/1.0/query"/>
<wsdlsoap:operation soapAction="http://www.alfresco.org/ws/service/repository/1.0/query"/>
<wsdl:input name="queryRequest">
<wsdlsoap:header use="literal" message="rep:QueryConfiguration" part="QueryConfiguration"/>
<wsdlsoap:body use="literal"/>
<wsdlsoap:header use="literal" message="rep:Headers" part="QueryConfiguration"/>
<wsdlsoap:body use="literal"/>
</wsdl:input>
<wsdl:output name="queryResponse">
<wsdlsoap:body use="literal"/>
<wsdlsoap:body use="literal"/>
</wsdl:output>
<wsdl:fault name="RepositoryFault">
<wsdlsoap:fault namespace="http://www.alfresco.org/ws/service/repository/1.0" use="literal" name="RepositoryFault"/>
<wsdlsoap:fault namespace="http://www.alfresco.org/ws/service/repository/1.0" use="literal" name="RepositoryFault"/>
</wsdl:fault>
</wsdl:operation>
<wsdl:operation name="queryChildren">
<wsdl:documentation>Executes a query to retrieve the children of the specified resource.</wsdl:documentation>
<wsdlsoap:operation soapAction="http://www.alfresco.org/ws/service/repository/1.0/queryChildren"/>
<wsdlsoap:operation soapAction="http://www.alfresco.org/ws/service/repository/1.0/queryChildren"/>
<wsdl:input name="queryChildrenRequest">
<wsdlsoap:header use="literal" message="rep:QueryConfiguration" part="QueryConfiguration"/>
<wsdlsoap:body use="literal"/>
<wsdlsoap:header use="literal" message="rep:Headers" part="QueryConfiguration"/>
<wsdlsoap:body use="literal"/>
</wsdl:input>
<wsdl:output name="queryChildrenResponse">
<wsdlsoap:body use="literal"/>
<wsdlsoap:body use="literal"/>
</wsdl:output>
<wsdl:fault name="RepositoryFault">
<wsdlsoap:fault namespace="http://www.alfresco.org/ws/service/repository/1.0" use="literal" name="RepositoryFault"/>
<wsdlsoap:fault namespace="http://www.alfresco.org/ws/service/repository/1.0" use="literal" name="RepositoryFault"/>
</wsdl:fault>
</wsdl:operation>
<wsdl:operation name="queryParents">
<wsdl:documentation>Executes a query to retrieve the parents of the specified resource.</wsdl:documentation>
<wsdlsoap:operation soapAction="http://www.alfresco.org/ws/service/repository/1.0/queryParents"/>
<wsdlsoap:operation soapAction="http://www.alfresco.org/ws/service/repository/1.0/queryParents"/>
<wsdl:input name="queryParentsRequest">
<wsdlsoap:header use="literal" message="rep:QueryConfiguration" part="QueryConfiguration"/>
<wsdlsoap:body use="literal"/>
<wsdlsoap:header use="literal" message="rep:Headers" part="QueryConfiguration"/>
<wsdlsoap:body use="literal"/>
</wsdl:input>
<wsdl:output name="queryParentsResponse">
<wsdlsoap:body use="literal"/>
<wsdlsoap:body use="literal"/>
</wsdl:output>
<wsdl:fault name="RepositoryFault">
<wsdlsoap:fault namespace="http://www.alfresco.org/ws/service/repository/1.0" use="literal" name="RepositoryFault"/>
<wsdlsoap:fault namespace="http://www.alfresco.org/ws/service/repository/1.0" use="literal" name="RepositoryFault"/>
</wsdl:fault>
</wsdl:operation>
<wsdl:operation name="queryAssociated">
<wsdl:documentation>Executes a query to retrieve associated resources of the specified resource.</wsdl:documentation>
<wsdlsoap:operation soapAction="http://www.alfresco.org/ws/service/repository/1.0/queryAssociated"/>
<wsdlsoap:operation soapAction="http://www.alfresco.org/ws/service/repository/1.0/queryAssociated"/>
<wsdl:input name="queryAssociatedRequest">
<wsdlsoap:header use="literal" message="rep:QueryConfiguration" part="QueryConfiguration"/>
<wsdlsoap:body use="literal"/>
<wsdlsoap:header use="literal" message="rep:Headers" part="QueryConfiguration"/>
<wsdlsoap:body use="literal"/>
</wsdl:input>
<wsdl:output name="queryAssociatedResponse">
<wsdlsoap:body use="literal"/>
<wsdlsoap:body use="literal"/>
</wsdl:output>
<wsdl:fault name="RepositoryFault">
<wsdlsoap:fault namespace="http://www.alfresco.org/ws/service/repository/1.0" use="literal" name="RepositoryFault"/>
<wsdlsoap:fault namespace="http://www.alfresco.org/ws/service/repository/1.0" use="literal" name="RepositoryFault"/>
</wsdl:fault>
</wsdl:operation>
<wsdl:operation name="fetchMore">
<wsdl:documentation>Fetches the next batch of query results.</wsdl:documentation>
<wsdlsoap:operation soapAction="http://www.alfresco.org/ws/service/repository/1.0/fetchMore"/>
<wsdlsoap:operation soapAction="http://www.alfresco.org/ws/service/repository/1.0/fetchMore"/>
<wsdl:input name="fetchMoreRequest">
<wsdlsoap:body use="literal"/>
<wsdlsoap:body use="literal"/>
</wsdl:input>
<wsdl:output name="fetchMoreResponse">
<wsdlsoap:body use="literal"/>
<wsdlsoap:body use="literal"/>
</wsdl:output>
<wsdl:fault name="RepositoryFault">
<wsdlsoap:fault namespace="http://www.alfresco.org/ws/service/repository/1.0" use="literal" name="RepositoryFault"/>
<wsdlsoap:fault namespace="http://www.alfresco.org/ws/service/repository/1.0" use="literal" name="RepositoryFault"/>
</wsdl:fault>
</wsdl:operation>
<wsdl:operation name="update">
<wsdl:documentation>Executes a CML script to manipulate the contents of a Repository store.</wsdl:documentation>
<wsdlsoap:operation soapAction="http://www.alfresco.org/ws/service/repository/1.0/update"/>
<wsdlsoap:operation soapAction="http://www.alfresco.org/ws/service/repository/1.0/update"/>
<wsdl:input name="updateRequest">
<wsdlsoap:body use="literal"/>
<wsdlsoap:body use="literal"/>
</wsdl:input>
<wsdl:output name="updateResponse">
<wsdlsoap:body use="literal"/>
<wsdlsoap:body use="literal"/>
</wsdl:output>
<wsdl:fault name="RepositoryFault">
<wsdlsoap:fault namespace="http://www.alfresco.org/ws/service/repository/1.0" use="literal" name="RepositoryFault"/>
<wsdlsoap:fault namespace="http://www.alfresco.org/ws/service/repository/1.0" use="literal" name="RepositoryFault"/>
</wsdl:fault>
</wsdl:operation>
<wsdl:operation name="describe">
<wsdl:documentation>Describes a content resource.</wsdl:documentation>
<wsdlsoap:operation soapAction="http://www.alfresco.org/ws/service/repository/1.0/describe"/>
<wsdlsoap:operation soapAction="http://www.alfresco.org/ws/service/repository/1.0/describe"/>
<wsdl:input name="describeRequest">
<wsdlsoap:body use="literal"/>
<wsdlsoap:body use="literal"/>
</wsdl:input>
<wsdl:output name="describeResponse">
<wsdlsoap:body use="literal"/>
<wsdlsoap:body use="literal"/>
</wsdl:output>
<wsdl:fault name="RepositoryFault">
<wsdlsoap:fault namespace="http://www.alfresco.org/ws/service/repository/1.0" use="literal" name="RepositoryFault"/>
<wsdlsoap:fault namespace="http://www.alfresco.org/ws/service/repository/1.0" use="literal" name="RepositoryFault"/>
</wsdl:fault>
</wsdl:operation>
<wsdl:operation name="get">
@@ -511,7 +511,7 @@
<wsdl:fault name="RepositoryFault">
<wsdlsoap:fault namespace="http://www.alfresco.org/ws/service/repository/1.0" use="literal" name="RepositoryFault"/>
</wsdl:fault>
</wsdl:operation>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="RepositoryService">

View File

@@ -289,7 +289,8 @@
</xsd:complexType>
<xsd:complexType name="VersionHistory">
<xsd:sequence>
<xsd:sequence>
<xsd:element name="marker" type="xsd:string" nillable="true"/>
<xsd:element name="versions" type="cms:Version" maxOccurs="unbounded" minOccurs="0"></xsd:element>
</xsd:sequence>
</xsd:complexType>