Uses of Class
org.camunda.bpm.engine.impl.QueryEntityRelationCondition
-
Packages that use QueryEntityRelationCondition 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 -
-
Uses of QueryEntityRelationCondition in org.camunda.bpm.engine.impl
Fields in org.camunda.bpm.engine.impl with type parameters of type QueryEntityRelationCondition Modifier and Type Field Description protected List<QueryEntityRelationCondition>
QueryOrderingProperty. relationConditions
Methods in org.camunda.bpm.engine.impl that return types with arguments of type QueryEntityRelationCondition Modifier and Type Method Description List<QueryEntityRelationCondition>
QueryOrderingProperty. getRelationConditions()
Method parameters in org.camunda.bpm.engine.impl with type arguments of type QueryEntityRelationCondition Modifier and Type Method Description void
QueryOrderingProperty. setRelationConditions(List<QueryEntityRelationCondition> relationConditions)
-
Uses of QueryEntityRelationCondition in org.camunda.bpm.engine.impl.json
Fields in org.camunda.bpm.engine.impl.json with type parameters of type QueryEntityRelationCondition Modifier and Type Field Description protected static JsonArrayConverter<List<QueryEntityRelationCondition>>
JsonQueryFilteringPropertyConverter. ARRAY_CONVERTER
Methods in org.camunda.bpm.engine.impl.json that return QueryEntityRelationCondition Modifier and Type Method Description QueryEntityRelationCondition
JsonQueryFilteringPropertyConverter. toObject(com.google.gson.JsonObject jsonObject)
Methods in org.camunda.bpm.engine.impl.json with parameters of type QueryEntityRelationCondition Modifier and Type Method Description com.google.gson.JsonObject
JsonQueryFilteringPropertyConverter. toJsonObject(QueryEntityRelationCondition filteringProperty)
-
Uses of QueryEntityRelationCondition in org.camunda.bpm.engine.rest.dto.task
Methods in org.camunda.bpm.engine.rest.dto.task with parameters of type QueryEntityRelationCondition Modifier and Type Method Description static String
TaskQueryDto. sortByValueForQueryEntityRelationCondition(QueryEntityRelationCondition relationCondition)
-