org.alfresco.webservice.action
Class ActionServiceSoapBindingStub

java.lang.Object
  extended by org.apache.axis.client.Stub
      extended by org.alfresco.webservice.action.ActionServiceSoapBindingStub
All Implemented Interfaces:
java.rmi.Remote, javax.xml.rpc.Stub, ActionServiceSoapPort

public class ActionServiceSoapBindingStub
extends org.apache.axis.client.Stub
implements ActionServiceSoapPort


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
ActionServiceSoapBindingStub()
           
ActionServiceSoapBindingStub(javax.xml.rpc.Service service)
           
ActionServiceSoapBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service)
           
 
Method Summary
protected  org.apache.axis.client.Call createCall()
           
 ActionExecutionResult[] executeActions(Predicate predicate, Action[] actions)
          Executes actions.
 ActionItemDefinition[] getActionDefinitions()
          Gets the available action definitions.
 ActionItemDefinition getActionItemDefinition(java.lang.String name, ActionItemDefinitionType definitionType)
          Get a named action item definition.
 Action[] getActions(Reference reference, ActionFilter filter)
          Gets the actions saved against a reference.
 ActionItemDefinition[] getConditionDefinitions()
          Gets the available condition definitions.
 Rule[] getRules(Reference reference, RuleFilter ruleFilter)
          Gets the rules for a reference.
 RuleType getRuleType(java.lang.String name)
          Get a named rule type.
 RuleType[] getRuleTypes()
          Gets the availble action types.
 void removeActions(Reference reference, Action[] actions)
          Removes saved actions.
 void removeRules(Reference reference, Rule[] rules)
          Remove saved rules.
 Action[] saveActions(Reference reference, Action[] actions)
          Save actions against a given reference.
 Rule[] saveRules(Reference reference, Rule[] rules)
          Save rules.
 
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

ActionServiceSoapBindingStub

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

ActionServiceSoapBindingStub

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

ActionServiceSoapBindingStub

public ActionServiceSoapBindingStub(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

getConditionDefinitions

public ActionItemDefinition[] getConditionDefinitions()
                                               throws java.rmi.RemoteException,
                                                      ActionFault
Description copied from interface: ActionServiceSoapPort
Gets the available condition definitions.

Specified by:
getConditionDefinitions in interface ActionServiceSoapPort
Throws:
java.rmi.RemoteException
ActionFault

getActionDefinitions

public ActionItemDefinition[] getActionDefinitions()
                                            throws java.rmi.RemoteException,
                                                   ActionFault
Description copied from interface: ActionServiceSoapPort
Gets the available action definitions.

Specified by:
getActionDefinitions in interface ActionServiceSoapPort
Throws:
java.rmi.RemoteException
ActionFault

getActionItemDefinition

public ActionItemDefinition getActionItemDefinition(java.lang.String name,
                                                    ActionItemDefinitionType definitionType)
                                             throws java.rmi.RemoteException,
                                                    ActionFault
Description copied from interface: ActionServiceSoapPort
Get a named action item definition.

Specified by:
getActionItemDefinition in interface ActionServiceSoapPort
Throws:
java.rmi.RemoteException
ActionFault

getRuleTypes

public RuleType[] getRuleTypes()
                        throws java.rmi.RemoteException,
                               ActionFault
Description copied from interface: ActionServiceSoapPort
Gets the availble action types.

Specified by:
getRuleTypes in interface ActionServiceSoapPort
Throws:
java.rmi.RemoteException
ActionFault

getRuleType

public RuleType getRuleType(java.lang.String name)
                     throws java.rmi.RemoteException,
                            ActionFault
Description copied from interface: ActionServiceSoapPort
Get a named rule type.

Specified by:
getRuleType in interface ActionServiceSoapPort
Throws:
java.rmi.RemoteException
ActionFault

getActions

public Action[] getActions(Reference reference,
                           ActionFilter filter)
                    throws java.rmi.RemoteException,
                           ActionFault
Description copied from interface: ActionServiceSoapPort
Gets the actions saved against a reference.

Specified by:
getActions in interface ActionServiceSoapPort
Throws:
java.rmi.RemoteException
ActionFault

saveActions

public Action[] saveActions(Reference reference,
                            Action[] actions)
                     throws java.rmi.RemoteException,
                            ActionFault
Description copied from interface: ActionServiceSoapPort
Save actions against a given reference.

Specified by:
saveActions in interface ActionServiceSoapPort
Throws:
java.rmi.RemoteException
ActionFault

removeActions

public void removeActions(Reference reference,
                          Action[] actions)
                   throws java.rmi.RemoteException,
                          ActionFault
Description copied from interface: ActionServiceSoapPort
Removes saved actions.

Specified by:
removeActions in interface ActionServiceSoapPort
Throws:
java.rmi.RemoteException
ActionFault

executeActions

public ActionExecutionResult[] executeActions(Predicate predicate,
                                              Action[] actions)
                                       throws java.rmi.RemoteException,
                                              ActionFault
Description copied from interface: ActionServiceSoapPort
Executes actions.

Specified by:
executeActions in interface ActionServiceSoapPort
Throws:
java.rmi.RemoteException
ActionFault

getRules

public Rule[] getRules(Reference reference,
                       RuleFilter ruleFilter)
                throws java.rmi.RemoteException,
                       ActionFault
Description copied from interface: ActionServiceSoapPort
Gets the rules for a reference.

Specified by:
getRules in interface ActionServiceSoapPort
Throws:
java.rmi.RemoteException
ActionFault

saveRules

public Rule[] saveRules(Reference reference,
                        Rule[] rules)
                 throws java.rmi.RemoteException,
                        ActionFault
Description copied from interface: ActionServiceSoapPort
Save rules.

Specified by:
saveRules in interface ActionServiceSoapPort
Throws:
java.rmi.RemoteException
ActionFault

removeRules

public void removeRules(Reference reference,
                        Rule[] rules)
                 throws java.rmi.RemoteException,
                        ActionFault
Description copied from interface: ActionServiceSoapPort
Remove saved rules.

Specified by:
removeRules in interface ActionServiceSoapPort
Throws:
java.rmi.RemoteException
ActionFault


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