Uses of Enum Class
org.camunda.bpm.engine.impl.QueryOperator
Packages that use QueryOperator
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of QueryOperator in org.camunda.bpm.engine.impl
Fields in org.camunda.bpm.engine.impl declared as QueryOperatorMethods in org.camunda.bpm.engine.impl that return QueryOperatorModifier and TypeMethodDescriptionQueryVariableValue.getOperator()
static QueryOperator
Returns the enum constant of this class with the specified name.static QueryOperator[]
QueryOperator.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.camunda.bpm.engine.impl with parameters of type QueryOperatorModifier and TypeMethodDescriptionprotected void
AbstractVariableQueryImpl.addVariable
(String name, Object value, QueryOperator operator, boolean processInstanceScope) protected void
HistoricProcessInstanceQueryImpl.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) protected QueryVariableValue
AbstractVariableQueryImpl.createQueryVariableValue
(String name, Object value, QueryOperator operator, boolean processInstanceScope) protected void
AbstractVariableQueryImpl.validateVariable
(String name, Object value, QueryOperator operator) Constructors in org.camunda.bpm.engine.impl with parameters of type QueryOperatorModifierConstructorDescriptionQueryVariableValue
(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 QueryOperatorModifier and TypeFieldDescriptionprotected static final Map<String,
QueryOperator> ConditionQueryParameterDto.NAME_OPERATOR_MAP
protected static final Map<QueryOperator,
String> ConditionQueryParameterDto.OPERATOR_NAME_MAP
Methods in org.camunda.bpm.engine.rest.dto that return QueryOperatorModifier and TypeMethodDescriptionstatic QueryOperator
ConditionQueryParameterDto.getQueryOperator
(String name)