Uses of Class
org.camunda.bpm.engine.impl.QueryEntityRelationCondition

Packages that use QueryEntityRelationCondition
org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users. 
org.camunda.bpm.engine.impl.json   
 

Uses of QueryEntityRelationCondition in org.camunda.bpm.engine.impl
 

Fields in org.camunda.bpm.engine.impl with type parameters of type QueryEntityRelationCondition
protected  List<QueryEntityRelationCondition> QueryOrderingProperty.relationConditions
           
 

Methods in org.camunda.bpm.engine.impl that return types with arguments of type QueryEntityRelationCondition
 List<QueryEntityRelationCondition> QueryOrderingProperty.getRelationConditions()
           
 

Method parameters in org.camunda.bpm.engine.impl with type arguments of type QueryEntityRelationCondition
 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
protected static JsonArrayConverter<List<QueryEntityRelationCondition>> JsonQueryFilteringPropertyConverter.ARRAY_CONVERTER
           
 

Methods in org.camunda.bpm.engine.impl.json that return QueryEntityRelationCondition
 QueryEntityRelationCondition JsonQueryFilteringPropertyConverter.toObject(JSONObject jsonObject)
           
 

Methods in org.camunda.bpm.engine.impl.json with parameters of type QueryEntityRelationCondition
 JSONObject JsonQueryFilteringPropertyConverter.toJsonObject(QueryEntityRelationCondition filteringProperty)
           
 



Copyright © 2015 camunda services GmbH. All rights reserved.