public class WorkflowRequestServiceInterfacegetWorkflowRequestsByStatement extends Object
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 |
entityType |
WorkflowRequest.entityType |
entityId |
WorkflowRequest.entityId |
approvalStatus |
WorkflowApprovalRequest.status |
conditionStatus |
WorkflowExternalConditionRequest.status |
type |
WorkflowRequest.type |
The type filter is required in v201705 and earlier.
| Modifier and Type | Field and Description |
|---|---|
protected Statement |
filterStatement |
| Constructor and Description |
|---|
WorkflowRequestServiceInterfacegetWorkflowRequestsByStatement() |
| Modifier and Type | Method and Description |
|---|---|
Statement |
getFilterStatement()
Gets the value of the filterStatement property.
|
void |
setFilterStatement(Statement value)
Sets the value of the filterStatement property.
|
protected Statement filterStatement
public WorkflowRequestServiceInterfacegetWorkflowRequestsByStatement()
Copyright © 2018. All Rights Reserved.