public interface WorkflowRequestServiceInterface extends Remote
| Modifier and Type | Method and Description |
|---|---|
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. |
WorkflowRequestPage getWorkflowRequestsByStatement(Statement filterStatement) throws RemoteException, ApiException
WorkflowRequest objects that satisfy
the given Statement.query.
The following fields are supported for filtering:
| PQL Property | Object Property |
|---|---|
id |
WorkflowRequest.id |
workflowRuleName |
WorkflowRequest.workflowRuleName |
status |
WorkflowApprovalRequest.status |
entityType |
WorkflowRequest.entityType |
entityId |
WorkflowRequest.entityId |
filterStatement - a Publisher Query Language statement used to
filter a set of proposalsRemoteExceptionApiExceptionUpdateResult performWorkflowRequestAction(WorkflowRequestAction action, Statement filterStatement) throws RemoteException, ApiException
WorkflowRequest objects that match
the given
Statement.query.action - the action to performfilterStatement - a Publisher Query Language statement used to
filter a set of workflow
requestsRemoteExceptionApiExceptionCopyright © 2014. All Rights Reserved.