public class WorkflowRequestServiceSoapBindingStub extends org.apache.axis.client.Stub implements WorkflowRequestServiceInterface
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, serviceENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY| Constructor and Description |
|---|
WorkflowRequestServiceSoapBindingStub() |
WorkflowRequestServiceSoapBindingStub(javax.xml.rpc.Service service) |
WorkflowRequestServiceSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.axis.client.Call |
createCall() |
WorkflowRequestPage |
getWorkflowRequestsByStatement(Statement filterStatement)
Gets a list of
WorkflowRequest objects that satisfy
the given Statement.query. |
UpdateResult |
performWorkflowRequestAction(WorkflowRequestAction action,
Statement filterStatement)
Perform actions on
WorkflowRequest objects that match
the given
Statement.query. |
_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 WorkflowRequestServiceSoapBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic WorkflowRequestServiceSoapBindingStub(URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic WorkflowRequestServiceSoapBindingStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprotected org.apache.axis.client.Call createCall()
throws RemoteException
RemoteExceptionpublic WorkflowRequestPage getWorkflowRequestsByStatement(Statement filterStatement) throws RemoteException, ApiException
WorkflowRequestServiceInterfaceWorkflowRequest objects that satisfy
the given Statement.query.
The following fields are supported for filtering:
| PQL Property | Object Property |
|---|---|
id |
WorkflowRequest.id |
workflowRuleName |
WorkflowRequest.workflowRuleName |
entityType |
WorkflowRequest.entityType |
entityId |
WorkflowRequest.entityId |
approvalStatus |
WorkflowApprovalRequest.status |
conditionStatus |
WorkflowExternalConditionRequest.status |
type |
WorkflowRequest.type |
Starting in V201405 a type filter must be used
getWorkflowRequestsByStatement in interface WorkflowRequestServiceInterfacefilterStatement - a Publisher Query Language statement used to
filter a set of proposalsRemoteExceptionApiExceptionpublic UpdateResult performWorkflowRequestAction(WorkflowRequestAction action, Statement filterStatement) throws RemoteException, ApiException
WorkflowRequestServiceInterfaceWorkflowRequest objects that match
the given
Statement.query.performWorkflowRequestAction in interface WorkflowRequestServiceInterfaceaction - the action to performfilterStatement - a Publisher Query Language statement used to
filter a set of workflow
requestsRemoteExceptionApiExceptionCopyright © 2014. All Rights Reserved.