public class TaskQueryVariableValue extends QueryVariableValue
Modifier and Type | Field and Description |
---|---|
protected boolean |
isProcessInstanceVariable |
local, name, operator, value, valueCondition
Constructor and Description |
---|
TaskQueryVariableValue(String name,
Object value,
QueryOperator operator,
boolean isTaskVariable,
boolean isProcessInstanceVariable)
The parameters
isTaskVariable and isProcessInstanceVariable
have the following meaning: |
Modifier and Type | Method and Description |
---|---|
boolean |
isProcessInstanceVariable() |
getName, getOperator, getOperatorName, getTypedValue, getValue, getValueConditions, initialize, isLocal
public TaskQueryVariableValue(String name, Object value, QueryOperator operator, boolean isTaskVariable, boolean isProcessInstanceVariable)
The parameters isTaskVariable
and isProcessInstanceVariable
have the following meaning:
isTaskVariable == true
: only query after task variablesisTaskVariable == false && isProcessInstanceVariable == true
:
only query after process instance variablesisTaskVariable == false && isProcessInstanceVariable == false
:
only query after case instance variablesCopyright © 2018. All rights reserved.