Uses of Class
org.activiti.engine.impl.AbstractQuery.NullHandlingOnOrder
-
Packages that use AbstractQuery.NullHandlingOnOrder Package Description org.activiti.engine.impl -
-
Uses of AbstractQuery.NullHandlingOnOrder in org.activiti.engine.impl
Fields in org.activiti.engine.impl declared as AbstractQuery.NullHandlingOnOrder Modifier and Type Field Description protected AbstractQuery.NullHandlingOnOrderAbstractQuery. nullHandlingOnOrderMethods in org.activiti.engine.impl that return AbstractQuery.NullHandlingOnOrder Modifier and Type Method Description static AbstractQuery.NullHandlingOnOrderAbstractQuery.NullHandlingOnOrder. valueOf(java.lang.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.Methods in org.activiti.engine.impl with parameters of type AbstractQuery.NullHandlingOnOrder Modifier and Type Method Description protected voidAbstractQuery. addOrder(java.lang.String column, java.lang.String sortOrder, AbstractQuery.NullHandlingOnOrder nullHandlingOnOrder)TAbstractQuery. orderBy(QueryProperty property, AbstractQuery.NullHandlingOnOrder nullHandlingOnOrder)
-