| Modifier and Type | Method and Description |
|---|---|
HistoricVariableInstanceQuery |
CmmnHistoricVariableInstanceQueryImpl.orderBy(QueryProperty property,
Query.NullHandlingOnOrder nullHandlingOnOrder) |
| Modifier and Type | Method and Description |
|---|---|
UserEventListenerInstanceQuery |
UserEventListenerInstanceQueryImpl.orderBy(QueryProperty property,
Query.NullHandlingOnOrder nullHandlingOnOrder) |
SignalEventListenerInstanceQuery |
SignalEventListenerInstanceQueryImpl.orderBy(QueryProperty property,
Query.NullHandlingOnOrder nullHandlingOnOrder) |
GenericEventListenerInstanceQuery |
GenericEventListenerInstanceQueryImpl.orderBy(QueryProperty property,
Query.NullHandlingOnOrder nullHandlingOnOrder) |
| Modifier and Type | Method and Description |
|---|---|
static Query.NullHandlingOnOrder |
Query.NullHandlingOnOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Query.NullHandlingOnOrder[] |
Query.NullHandlingOnOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
T |
Query.orderBy(QueryProperty property,
Query.NullHandlingOnOrder nullHandlingOnOrder) |
| Modifier and Type | Field and Description |
|---|---|
protected Query.NullHandlingOnOrder |
ListQueryParameterObject.nullHandlingOnOrder |
protected Query.NullHandlingOnOrder |
ListQueryParameterObject.OrderBy.nullHandlingOnOrder |
| Modifier and Type | Method and Description |
|---|---|
Query.NullHandlingOnOrder |
ListQueryParameterObject.OrderBy.getNullHandlingOnOrder() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListQueryParameterObject.addOrder(String column,
String sortOrder,
Query.NullHandlingOnOrder nullHandlingOnOrder) |
| Constructor and Description |
|---|
OrderBy(String columnName,
String direction,
Query.NullHandlingOnOrder nullHandlingOnOrder) |
| Modifier and Type | Method and Description |
|---|---|
T |
AbstractQuery.orderBy(QueryProperty property,
Query.NullHandlingOnOrder nullHandlingOnOrder) |
Copyright © 2023 Flowable. All rights reserved.