Package | Description |
---|---|
org.camunda.bpm.engine.impl |
API implementation classes, which shouldn't directly be used by end-users.
|
org.camunda.bpm.engine.impl.json | |
org.camunda.bpm.engine.rest.dto.task |
Modifier and Type | Field and Description |
---|---|
protected List<QueryEntityRelationCondition> |
QueryOrderingProperty.relationConditions |
Modifier and Type | Method and Description |
---|---|
List<QueryEntityRelationCondition> |
QueryOrderingProperty.getRelationConditions() |
Modifier and Type | Method and Description |
---|---|
void |
QueryOrderingProperty.setRelationConditions(List<QueryEntityRelationCondition> relationConditions) |
Modifier and Type | Field and Description |
---|---|
protected static JsonArrayConverter<List<QueryEntityRelationCondition>> |
JsonQueryFilteringPropertyConverter.ARRAY_CONVERTER |
Modifier and Type | Method and Description |
---|---|
QueryEntityRelationCondition |
JsonQueryFilteringPropertyConverter.toObject(com.google.gson.JsonObject jsonObject) |
Modifier and Type | Method and Description |
---|---|
com.google.gson.JsonObject |
JsonQueryFilteringPropertyConverter.toJsonObject(QueryEntityRelationCondition filteringProperty) |
Modifier and Type | Method and Description |
---|---|
static String |
TaskQueryDto.sortByValueForQueryEntityRelationCondition(QueryEntityRelationCondition relationCondition) |
Copyright © 2019. All rights reserved.