Package | Description |
---|---|
org.camunda.bpm.cockpit.impl.plugin.base.dto.query | |
org.camunda.bpm.engine.impl |
API implementation classes, which shouldn't directly be used by end-users.
|
Modifier and Type | Method and Description |
---|---|
List<QueryVariableValue> |
ProcessDefinitionQueryDto.getQueryVariableValues() |
List<QueryVariableValue> |
AbstractProcessInstanceQueryDto.getQueryVariableValues() |
Modifier and Type | Class and Description |
---|---|
class |
TaskQueryVariableValue
Represents a variable value used in a task query.
|
Modifier and Type | Field and Description |
---|---|
protected QueryVariableValue |
HistoricVariableInstanceQueryImpl.queryVariableValue |
protected QueryVariableValue |
AbstractQueryVariableValueCondition.wrappedQueryValue |
Modifier and Type | Field and Description |
---|---|
protected List<QueryVariableValue> |
AbstractVariableQueryImpl.queryVariableValues |
Modifier and Type | Method and Description |
---|---|
QueryVariableValue |
HistoricVariableInstanceQueryImpl.getQueryVariableValue() |
Modifier and Type | Method and Description |
---|---|
List<QueryVariableValue> |
AbstractVariableQueryImpl.getQueryVariableValues() |
Constructor and Description |
---|
AbstractQueryVariableValueCondition(QueryVariableValue variableValue) |
CompositeQueryVariableValueCondition(QueryVariableValue variableValue) |
SingleQueryVariableValueCondition(QueryVariableValue variableValue) |
Copyright © 2017. All rights reserved.