Uses of Class
org.camunda.bpm.engine.impl.QueryEntityRelationCondition
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of QueryEntityRelationCondition in org.camunda.bpm.engine.impl
Modifier and TypeFieldDescriptionprotected List<QueryEntityRelationCondition>
QueryOrderingProperty.relationConditions
Modifier and TypeMethodDescriptionvoid
QueryOrderingProperty.setRelationConditions
(List<QueryEntityRelationCondition> relationConditions) -
Uses of QueryEntityRelationCondition in org.camunda.bpm.engine.impl.json
Modifier and TypeFieldDescriptionprotected static JsonArrayConverter<List<QueryEntityRelationCondition>>
JsonQueryFilteringPropertyConverter.ARRAY_CONVERTER
Modifier and TypeMethodDescriptionJsonQueryFilteringPropertyConverter.toObject
(com.google.gson.JsonObject jsonObject) Modifier and TypeMethodDescriptioncom.google.gson.JsonObject
JsonQueryFilteringPropertyConverter.toJsonObject
(QueryEntityRelationCondition filteringProperty) -
Uses of QueryEntityRelationCondition in org.camunda.bpm.engine.rest.dto.task
Modifier and TypeMethodDescriptionstatic String
TaskQueryDto.sortByValueForQueryEntityRelationCondition
(QueryEntityRelationCondition relationCondition)