Package | Description |
---|---|
org.activiti.engine.impl |
API implementation classes, which shouldn't directly be used by end-users.
|
Modifier and Type | Field and Description |
---|---|
protected AbstractQuery.NullHandlingOnOrder |
AbstractQuery.nullHandlingOnOrder |
Modifier and Type | Method and Description |
---|---|
static AbstractQuery.NullHandlingOnOrder |
AbstractQuery.NullHandlingOnOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractQuery.NullHandlingOnOrder[] |
AbstractQuery.NullHandlingOnOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractQuery.addOrder(String column,
String sortOrder,
AbstractQuery.NullHandlingOnOrder nullHandlingOnOrder) |
T |
AbstractQuery.orderBy(QueryProperty property,
AbstractQuery.NullHandlingOnOrder nullHandlingOnOrder) |
Copyright © 2016 Alfresco. All rights reserved.