org.alfresco.webservice.classification
Class ClassificationServiceSoapBindingStub

java.lang.Object
  extended by org.apache.axis.client.Stub
      extended by org.alfresco.webservice.classification.ClassificationServiceSoapBindingStub
All Implemented Interfaces:
java.rmi.Remote, javax.xml.rpc.Stub, ClassificationServiceSoapPort

public class ClassificationServiceSoapBindingStub
extends org.apache.axis.client.Stub
implements ClassificationServiceSoapPort


Field Summary
 
Fields inherited from class org.apache.axis.client.Stub
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, service
 
Fields inherited from interface javax.xml.rpc.Stub
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY
 
Constructor Summary
ClassificationServiceSoapBindingStub()
           
ClassificationServiceSoapBindingStub(javax.xml.rpc.Service service)
           
ClassificationServiceSoapBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service)
           
 
Method Summary
protected  org.apache.axis.client.Call createCall()
           
 ClassDefinition describeClassification(java.lang.String classification)
          Describe a classification in terms of how it is represented in the meta model i.e.
 CategoriesResult[] getCategories(Predicate items)
          Gets the categories applied to the specified content resource.
 Category[] getChildCategories(Reference parentCategory)
          Gets child categories for the specified parent category.
 Classification[] getClassifications(Store store)
          Gets available classifications.
 CategoriesResult[] setCategories(Predicate items, AppliedCategory[] categories)
          Modifies the categories applied to the specified content resource.
 
Methods inherited from class org.apache.axis.client.Stub
_createCall, _getCall, _getProperty, _getPropertyNames, _getService, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, firstCall, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeader, getResponseHeaders, getResponseHeaders, getTimeout, getUsername, removeProperty, setAttachments, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setRequestHeaders, setTimeout, setUsername
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassificationServiceSoapBindingStub

public ClassificationServiceSoapBindingStub()
                                     throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault

ClassificationServiceSoapBindingStub

public ClassificationServiceSoapBindingStub(java.net.URL endpointURL,
                                            javax.xml.rpc.Service service)
                                     throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault

ClassificationServiceSoapBindingStub

public ClassificationServiceSoapBindingStub(javax.xml.rpc.Service service)
                                     throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault
Method Detail

createCall

protected org.apache.axis.client.Call createCall()
                                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getClassifications

public Classification[] getClassifications(Store store)
                                    throws java.rmi.RemoteException,
                                           ClassificationFault
Gets available classifications.

Specified by:
getClassifications in interface ClassificationServiceSoapPort
Throws:
java.rmi.RemoteException
ClassificationFault

getChildCategories

public Category[] getChildCategories(Reference parentCategory)
                              throws java.rmi.RemoteException,
                                     ClassificationFault
Gets child categories for the specified parent category.

Specified by:
getChildCategories in interface ClassificationServiceSoapPort
Throws:
java.rmi.RemoteException
ClassificationFault

getCategories

public CategoriesResult[] getCategories(Predicate items)
                                 throws java.rmi.RemoteException,
                                        ClassificationFault
Gets the categories applied to the specified content resource.

Specified by:
getCategories in interface ClassificationServiceSoapPort
Throws:
java.rmi.RemoteException
ClassificationFault

setCategories

public CategoriesResult[] setCategories(Predicate items,
                                        AppliedCategory[] categories)
                                 throws java.rmi.RemoteException,
                                        ClassificationFault
Modifies the categories applied to the specified content resource.

Specified by:
setCategories in interface ClassificationServiceSoapPort
Throws:
java.rmi.RemoteException
ClassificationFault

describeClassification

public ClassDefinition describeClassification(java.lang.String classification)
                                       throws java.rmi.RemoteException,
                                              ClassificationFault
Describe a classification in terms of how it is represented in the meta model i.e. is it an aspect, which property holds the applied category.

Specified by:
describeClassification in interface ClassificationServiceSoapPort
Throws:
java.rmi.RemoteException
ClassificationFault


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.