public class WorkflowActionServiceSoapBindingStub extends org.apache.axis.client.Stub implements WorkflowActionServiceInterface
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, serviceENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY| Constructor and Description |
|---|
WorkflowActionServiceSoapBindingStub() |
WorkflowActionServiceSoapBindingStub(javax.xml.rpc.Service service) |
WorkflowActionServiceSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.axis.client.Call |
createCall() |
WorkflowAction |
getWorkflowAction(Long workflowActionId)
Returns the
WorkflowAction uniquely identified by the
given ID. |
WorkflowActionPage |
getWorkflowActionsByStatement(Statement filterStatement)
|
_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 WorkflowActionServiceSoapBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic WorkflowActionServiceSoapBindingStub(URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic WorkflowActionServiceSoapBindingStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprotected org.apache.axis.client.Call createCall()
throws RemoteException
RemoteExceptionpublic WorkflowAction getWorkflowAction(Long workflowActionId) throws RemoteException, ApiException
WorkflowActionServiceInterfaceWorkflowAction uniquely identified by the
given ID.getWorkflowAction in interface WorkflowActionServiceInterfaceworkflowActionId - the ID of the workflow action, which must
already existWorkflowAction uniquely identified by the given
ID.RemoteExceptionApiExceptionpublic WorkflowActionPage getWorkflowActionsByStatement(Statement filterStatement) throws RemoteException, ApiException
WorkflowActionServiceInterfaceWorkflowActionPage of WorkflowAction
objects that satisfy the given
Statement.query. The following fields are supported
for filtering:
| PQL Property | Object Property |
|---|---|
| id | WorkflowAction.id |
| name | WorkflowAction.name |
getWorkflowActionsByStatement in interface WorkflowActionServiceInterfacefilterStatement - a Publisher Query Language statement used to
filter a set of workflow
actionsworkflow actions that match the
given filterRemoteExceptionApiExceptionCopyright © 2013. All Rights Reserved.