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 java.util.List<QueryEntityRelationCondition>QueryOrderingProperty. relationConditionsMethods in org.camunda.bpm.engine.impl that return types with arguments of type QueryEntityRelationCondition Modifier and Type Method Description java.util.List<QueryEntityRelationCondition>QueryOrderingProperty. getRelationConditions()Method parameters in org.camunda.bpm.engine.impl with type arguments of type QueryEntityRelationCondition Modifier and Type Method Description voidQueryOrderingProperty. setRelationConditions(java.util.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<java.util.List<QueryEntityRelationCondition>>JsonQueryFilteringPropertyConverter. ARRAY_CONVERTERMethods in org.camunda.bpm.engine.impl.json that return QueryEntityRelationCondition Modifier and Type Method Description QueryEntityRelationConditionJsonQueryFilteringPropertyConverter. 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.JsonObjectJsonQueryFilteringPropertyConverter. 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 java.lang.StringTaskQueryDto. sortByValueForQueryEntityRelationCondition(QueryEntityRelationCondition relationCondition)
-