Uses of Enum Class
org.activiti.engine.impl.AbstractQuery.NullHandlingOnOrder
Packages that use AbstractQuery.NullHandlingOnOrder
-
Uses of AbstractQuery.NullHandlingOnOrder in org.activiti.engine.impl
Fields in org.activiti.engine.impl declared as AbstractQuery.NullHandlingOnOrderModifier and TypeFieldDescriptionprotected AbstractQuery.NullHandlingOnOrderAbstractQuery.nullHandlingOnOrderMethods in org.activiti.engine.impl that return AbstractQuery.NullHandlingOnOrderModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static AbstractQuery.NullHandlingOnOrder[]AbstractQuery.NullHandlingOnOrder.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.activiti.engine.impl with parameters of type AbstractQuery.NullHandlingOnOrderModifier and TypeMethodDescriptionprotected voidAbstractQuery.addOrder(String column, String sortOrder, AbstractQuery.NullHandlingOnOrder nullHandlingOnOrder) AbstractQuery.orderBy(QueryProperty property, AbstractQuery.NullHandlingOnOrder nullHandlingOnOrder)