public interface WorkflowActionServiceInterface extends Remote
| Modifier and Type | Method and Description |
|---|---|
WorkflowAction |
getWorkflowAction(Long workflowActionId)
Returns the
WorkflowAction uniquely identified by the
given ID. |
WorkflowActionPage |
getWorkflowActionsByStatement(Statement filterStatement)
|
WorkflowAction getWorkflowAction(Long workflowActionId) throws RemoteException, ApiException
WorkflowAction uniquely identified by the
given ID.workflowActionId - the ID of the workflow action, which must
already existWorkflowAction uniquely identified by the given
ID.RemoteExceptionApiExceptionWorkflowActionPage getWorkflowActionsByStatement(Statement filterStatement) throws RemoteException, ApiException
WorkflowActionPage 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 |
filterStatement - a Publisher Query Language statement used to
filter a set of workflow
actionsworkflow actions that match the
given filterRemoteExceptionApiExceptionCopyright © 2014. All Rights Reserved.