| Package | Description | 
|---|---|
| org.camunda.bpm.engine.impl | 
 API implementation classes, which shouldn't directly be used by end-users. 
 | 
| org.camunda.bpm.engine.rest.dto | 
| Modifier and Type | Field and Description | 
|---|---|
protected QueryOperator | 
QueryVariableValue.operator  | 
| Modifier and Type | Method and Description | 
|---|---|
QueryOperator | 
QueryVariableValue.getOperator()  | 
static QueryOperator | 
QueryOperator.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static QueryOperator[] | 
QueryOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
AbstractVariableQueryImpl.addVariable(String name,
           Object value,
           QueryOperator operator,
           boolean processInstanceScope)  | 
void | 
TaskQueryImpl.addVariable(String name,
           Object value,
           QueryOperator operator,
           boolean isTaskVariable,
           boolean isProcessInstanceVariable)  | 
| Constructor and Description | 
|---|
QueryVariableValue(String name,
                  Object value,
                  QueryOperator operator,
                  boolean local)  | 
TaskQueryVariableValue(String name,
                      Object value,
                      QueryOperator operator,
                      boolean isTaskVariable,
                      boolean isProcessInstanceVariable)
The parameters  
isTaskVariable and  isProcessInstanceVariable
 have the following meaning: | 
| Modifier and Type | Field and Description | 
|---|---|
protected static Map<String,QueryOperator> | 
ConditionQueryParameterDto.NAME_OPERATOR_MAP  | 
protected static Map<QueryOperator,String> | 
ConditionQueryParameterDto.OPERATOR_NAME_MAP  | 
| Modifier and Type | Method and Description | 
|---|---|
static QueryOperator | 
ConditionQueryParameterDto.getQueryOperator(String name)  | 
Copyright © 2019. All rights reserved.