|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.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
|
| Fields in org.camunda.bpm.engine.impl with type parameters of type QueryOrderingProperty | |
|---|---|
protected List<QueryOrderingProperty> |
AbstractQuery.orderingProperties
|
| Methods in org.camunda.bpm.engine.impl that return types with arguments of type QueryOrderingProperty | |
|---|---|
List<QueryOrderingProperty> |
AbstractQuery.getOrderingProperties()
|
| Methods in org.camunda.bpm.engine.impl with parameters of type QueryOrderingProperty | |
|---|---|
T |
AbstractQuery.orderBy(QueryOrderingProperty orderProperty)
|
| Method parameters in org.camunda.bpm.engine.impl with type arguments of type QueryOrderingProperty | |
|---|---|
void |
AbstractQuery.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 |
JobManager.JOB_DUEDATE_ORDERING_PROPERTY
|
static QueryOrderingProperty |
JobManager.JOB_PRIORITY_ORDERING_PROPERTY
|
static QueryOrderingProperty |
JobManager.JOB_TYPE_ORDERING_PROPERTY
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||