public class ActionServiceSoapBindingStub extends org.apache.axis.client.Stub implements ActionServiceSoapPort
| Constructor and Description |
|---|
ActionServiceSoapBindingStub() |
ActionServiceSoapBindingStub(javax.xml.rpc.Service service) |
ActionServiceSoapBindingStub(java.net.URL endpointURL,
javax.xml.rpc.Service service) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
_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, setUsernamepublic ActionServiceSoapBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic ActionServiceSoapBindingStub(java.net.URL endpointURL,
javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic ActionServiceSoapBindingStub(javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprotected org.apache.axis.client.Call createCall()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic ActionItemDefinition[] getConditionDefinitions() throws java.rmi.RemoteException, ActionFault
ActionServiceSoapPortgetConditionDefinitions in interface ActionServiceSoapPortjava.rmi.RemoteExceptionActionFaultpublic ActionItemDefinition[] getActionDefinitions() throws java.rmi.RemoteException, ActionFault
ActionServiceSoapPortgetActionDefinitions in interface ActionServiceSoapPortjava.rmi.RemoteExceptionActionFaultpublic ActionItemDefinition getActionItemDefinition(java.lang.String name, ActionItemDefinitionType definitionType) throws java.rmi.RemoteException, ActionFault
ActionServiceSoapPortgetActionItemDefinition in interface ActionServiceSoapPortjava.rmi.RemoteExceptionActionFaultpublic RuleType[] getRuleTypes() throws java.rmi.RemoteException, ActionFault
ActionServiceSoapPortgetRuleTypes in interface ActionServiceSoapPortjava.rmi.RemoteExceptionActionFaultpublic RuleType getRuleType(java.lang.String name) throws java.rmi.RemoteException, ActionFault
ActionServiceSoapPortgetRuleType in interface ActionServiceSoapPortjava.rmi.RemoteExceptionActionFaultpublic Action[] getActions(Reference reference, ActionFilter filter) throws java.rmi.RemoteException, ActionFault
ActionServiceSoapPortgetActions in interface ActionServiceSoapPortjava.rmi.RemoteExceptionActionFaultpublic Action[] saveActions(Reference reference, Action[] actions) throws java.rmi.RemoteException, ActionFault
ActionServiceSoapPortsaveActions in interface ActionServiceSoapPortjava.rmi.RemoteExceptionActionFaultpublic void removeActions(Reference reference, Action[] actions) throws java.rmi.RemoteException, ActionFault
ActionServiceSoapPortremoveActions in interface ActionServiceSoapPortjava.rmi.RemoteExceptionActionFaultpublic ActionExecutionResult[] executeActions(Predicate predicate, Action[] actions) throws java.rmi.RemoteException, ActionFault
ActionServiceSoapPortexecuteActions in interface ActionServiceSoapPortjava.rmi.RemoteExceptionActionFaultpublic Rule[] getRules(Reference reference, RuleFilter ruleFilter) throws java.rmi.RemoteException, ActionFault
ActionServiceSoapPortgetRules in interface ActionServiceSoapPortjava.rmi.RemoteExceptionActionFaultpublic Rule[] saveRules(Reference reference, Rule[] rules) throws java.rmi.RemoteException, ActionFault
ActionServiceSoapPortsaveRules in interface ActionServiceSoapPortjava.rmi.RemoteExceptionActionFaultpublic void removeRules(Reference reference, Rule[] rules) throws java.rmi.RemoteException, ActionFault
ActionServiceSoapPortremoveRules in interface ActionServiceSoapPortjava.rmi.RemoteExceptionActionFaultCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.