Uses of Enum Class
org.flowable.common.engine.api.query.Query.NullHandlingOnOrder
Packages that use Query.NullHandlingOnOrder
Package
Description
-
Uses of Query.NullHandlingOnOrder in org.flowable.cmmn.engine.impl.history
Methods in org.flowable.cmmn.engine.impl.history with parameters of type Query.NullHandlingOnOrderModifier and TypeMethodDescriptionCmmnHistoricVariableInstanceQueryImpl.orderBy(QueryProperty property, Query.NullHandlingOnOrder nullHandlingOnOrder) -
Uses of Query.NullHandlingOnOrder in org.flowable.cmmn.engine.impl.runtime
Methods in org.flowable.cmmn.engine.impl.runtime with parameters of type Query.NullHandlingOnOrderModifier and TypeMethodDescriptionCmmnVariableInstanceQueryImpl.orderBy(QueryProperty property, Query.NullHandlingOnOrder nullHandlingOnOrder) GenericEventListenerInstanceQueryImpl.orderBy(QueryProperty property, Query.NullHandlingOnOrder nullHandlingOnOrder) SignalEventListenerInstanceQueryImpl.orderBy(QueryProperty property, Query.NullHandlingOnOrder nullHandlingOnOrder) UserEventListenerInstanceQueryImpl.orderBy(QueryProperty property, Query.NullHandlingOnOrder nullHandlingOnOrder) -
Uses of Query.NullHandlingOnOrder in org.flowable.common.engine.api.query
Methods in org.flowable.common.engine.api.query that return Query.NullHandlingOnOrderModifier and TypeMethodDescriptionstatic Query.NullHandlingOnOrderReturns the enum constant of this class with the specified name.static Query.NullHandlingOnOrder[]Query.NullHandlingOnOrder.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.flowable.common.engine.api.query with parameters of type Query.NullHandlingOnOrderModifier and TypeMethodDescriptionQuery.orderBy(QueryProperty property, Query.NullHandlingOnOrder nullHandlingOnOrder) -
Uses of Query.NullHandlingOnOrder in org.flowable.common.engine.impl.db
Fields in org.flowable.common.engine.impl.db declared as Query.NullHandlingOnOrderModifier and TypeFieldDescriptionprotected Query.NullHandlingOnOrderListQueryParameterObject.nullHandlingOnOrderprotected final Query.NullHandlingOnOrderListQueryParameterObject.OrderBy.nullHandlingOnOrderMethods in org.flowable.common.engine.impl.db that return Query.NullHandlingOnOrderMethods in org.flowable.common.engine.impl.db with parameters of type Query.NullHandlingOnOrderModifier and TypeMethodDescriptionvoidListQueryParameterObject.addOrder(String column, String sortOrder, Query.NullHandlingOnOrder nullHandlingOnOrder) Constructors in org.flowable.common.engine.impl.db with parameters of type Query.NullHandlingOnOrderModifierConstructorDescriptionOrderBy(String columnName, String direction, Query.NullHandlingOnOrder nullHandlingOnOrder) -
Uses of Query.NullHandlingOnOrder in org.flowable.common.engine.impl.query
Methods in org.flowable.common.engine.impl.query with parameters of type Query.NullHandlingOnOrderModifier and TypeMethodDescriptionAbstractQuery.orderBy(QueryProperty property, Query.NullHandlingOnOrder nullHandlingOnOrder)