Uses of Class
org.camunda.bpm.engine.impl.QueryOperator
-
Packages that use QueryOperator 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 -
-
Uses of QueryOperator in org.camunda.bpm.engine.impl
Fields in org.camunda.bpm.engine.impl declared as QueryOperator Modifier and Type Field Description protected QueryOperator
QueryVariableValue. operator
Methods in org.camunda.bpm.engine.impl that return QueryOperator Modifier and Type Method 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.Methods in org.camunda.bpm.engine.impl with parameters of type QueryOperator Modifier and Type Method Description protected void
AbstractVariableQueryImpl. addVariable(String name, Object value, QueryOperator operator, boolean processInstanceScope)
void
HistoricTaskInstanceQueryImpl. addVariable(String name, Object value, QueryOperator operator, boolean isTaskVariable, boolean isProcessInstanceVariable)
void
TaskQueryImpl. addVariable(String name, Object value, QueryOperator operator, boolean isTaskVariable, boolean isProcessInstanceVariable)
Constructors in org.camunda.bpm.engine.impl with parameters of type QueryOperator Constructor Description QueryVariableValue(String name, Object value, QueryOperator operator, boolean local)
QueryVariableValue(String name, Object value, QueryOperator operator, boolean local, boolean variableNameIgnoreCase, boolean variableValueIgnoreCase)
TaskQueryVariableValue(String name, Object value, QueryOperator operator, boolean isTaskVariable, boolean isProcessInstanceVariable)
The parametersisTaskVariable
andisProcessInstanceVariable
have the following meaning:TaskQueryVariableValue(String name, Object value, QueryOperator operator, boolean isTaskVariable, boolean isProcessInstanceVariable, boolean variableNameIgnoreCase, boolean variableValueIgnoreCase)
-
Uses of QueryOperator in org.camunda.bpm.engine.rest.dto
Fields in org.camunda.bpm.engine.rest.dto with type parameters of type QueryOperator Modifier and Type Field Description protected static Map<String,QueryOperator>
ConditionQueryParameterDto. NAME_OPERATOR_MAP
protected static Map<QueryOperator,String>
ConditionQueryParameterDto. OPERATOR_NAME_MAP
Methods in org.camunda.bpm.engine.rest.dto that return QueryOperator Modifier and Type Method Description static QueryOperator
ConditionQueryParameterDto. getQueryOperator(String name)
-