Uses of Class
org.flowable.common.engine.api.query.Query.NullHandlingOnOrder
-
Packages that use Query.NullHandlingOnOrder Package Description org.flowable.common.engine.api.query -
-
Uses of Query.NullHandlingOnOrder in org.flowable.common.engine.api.query
Methods in org.flowable.common.engine.api.query that return Query.NullHandlingOnOrder Modifier and Type Method Description static Query.NullHandlingOnOrderQuery.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.Methods in org.flowable.common.engine.api.query with parameters of type Query.NullHandlingOnOrder Modifier and Type Method Description TQuery. orderBy(QueryProperty property, Query.NullHandlingOnOrder nullHandlingOnOrder)
-