Uses of Class
org.camunda.bpm.engine.impl.QueryEntityRelationCondition
Packages that use QueryEntityRelationCondition
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
- 
Uses of QueryEntityRelationCondition in org.camunda.bpm.engine.implFields in org.camunda.bpm.engine.impl with type parameters of type QueryEntityRelationConditionModifier and TypeFieldDescriptionprotected List<QueryEntityRelationCondition>QueryOrderingProperty.relationConditionsMethods in org.camunda.bpm.engine.impl that return types with arguments of type QueryEntityRelationConditionMethod parameters in org.camunda.bpm.engine.impl with type arguments of type QueryEntityRelationConditionModifier and TypeMethodDescriptionvoidQueryOrderingProperty.setRelationConditions(List<QueryEntityRelationCondition> relationConditions) 
- 
Uses of QueryEntityRelationCondition in org.camunda.bpm.engine.impl.jsonFields in org.camunda.bpm.engine.impl.json with type parameters of type QueryEntityRelationConditionModifier and TypeFieldDescriptionprotected static JsonArrayConverter<List<QueryEntityRelationCondition>>JsonQueryFilteringPropertyConverter.ARRAY_CONVERTERMethods in org.camunda.bpm.engine.impl.json that return QueryEntityRelationConditionModifier and TypeMethodDescriptionJsonQueryFilteringPropertyConverter.toObject(com.google.gson.JsonObject jsonObject) Methods in org.camunda.bpm.engine.impl.json with parameters of type QueryEntityRelationConditionModifier and TypeMethodDescriptioncom.google.gson.JsonObjectJsonQueryFilteringPropertyConverter.toJsonObject(QueryEntityRelationCondition filteringProperty) 
- 
Uses of QueryEntityRelationCondition in org.camunda.bpm.engine.rest.dto.taskMethods in org.camunda.bpm.engine.rest.dto.task with parameters of type QueryEntityRelationConditionModifier and TypeMethodDescriptionstatic StringTaskQueryDto.sortByValueForQueryEntityRelationCondition(QueryEntityRelationCondition relationCondition)