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 | Method and Description |
---|---|
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 |
TaskQueryImpl.addVariable(String name,
Object value,
QueryOperator operator,
boolean processInstanceScope) |
protected void |
AbstractVariableQueryImpl.addVariable(String name,
Object value,
QueryOperator operator,
boolean processInstanceScope) |
Constructor and Description |
---|
QueryVariableValue(String name,
Object value,
QueryOperator operator,
boolean local) |
TaskQueryVariableValue(String name,
Object value,
QueryOperator operator,
boolean isTaskVariable) |
Modifier and Type | Method and Description |
---|---|
static QueryOperator |
ConditionQueryParameterDto.getQueryOperator(String name) |
Copyright © 2015. All rights reserved.