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

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

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

Subclasses of QueryOrderingProperty in org.camunda.bpm.engine.impl
 class VariableOrderProperty
           
 

Methods in org.camunda.bpm.engine.impl with parameters of type QueryOrderingProperty
 T AbstractQuery.orderBy(QueryOrderingProperty orderProperty)
           
 

Uses of QueryOrderingProperty in org.camunda.bpm.engine.impl.db
 

Fields in org.camunda.bpm.engine.impl.db with type parameters of type QueryOrderingProperty
protected  List<QueryOrderingProperty> ListQueryParameterObject.orderingProperties
           
 

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

Method parameters in org.camunda.bpm.engine.impl.db with type arguments of type QueryOrderingProperty
 void ListQueryParameterObject.setOrderingProperties(List<QueryOrderingProperty> orderingProperties)
           
 

Uses of QueryOrderingProperty in org.camunda.bpm.engine.impl.db.sql
 

Methods in org.camunda.bpm.engine.impl.db.sql with parameters of type QueryOrderingProperty
static String MybatisJoinHelper.orderBy(QueryOrderingProperty orderingProperty, int index)
           
static String MybatisJoinHelper.orderBySelection(QueryOrderingProperty orderingProperty, int index)
           
 

Uses of QueryOrderingProperty in org.camunda.bpm.engine.impl.json
 

Fields in org.camunda.bpm.engine.impl.json with type parameters of type QueryOrderingProperty
protected static JsonArrayConverter<List<QueryOrderingProperty>> JsonQueryOrderingPropertyConverter.ARRAY_CONVERTER
           
 

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

Methods in org.camunda.bpm.engine.impl.json that return types with arguments of type QueryOrderingProperty
 List<QueryOrderingProperty> JsonLegacyQueryOrderingPropertyConverter.fromOrderByString(String orderByString)
           
 

Methods in org.camunda.bpm.engine.impl.json with parameters of type QueryOrderingProperty
 JSONObject JsonQueryOrderingPropertyConverter.toJsonObject(QueryOrderingProperty property)
           
 

Uses of QueryOrderingProperty in org.camunda.bpm.engine.impl.persistence.entity
 

Fields in org.camunda.bpm.engine.impl.persistence.entity declared as QueryOrderingProperty
static QueryOrderingProperty ExternalTaskManager.EXT_TASK_PRIORITY_ORDERING_PROPERTY
           
static QueryOrderingProperty JobManager.JOB_DUEDATE_ORDERING_PROPERTY
           
static QueryOrderingProperty JobManager.JOB_PRIORITY_ORDERING_PROPERTY
           
static QueryOrderingProperty JobManager.JOB_TYPE_ORDERING_PROPERTY
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.