Uses of Enum Class
org.mule.runtime.extension.api.dsql.Direction
Packages that use Direction
-
Uses of Direction in org.mule.runtime.extension.api.dsql
Methods in org.mule.runtime.extension.api.dsql that return DirectionModifier and TypeMethodDescriptionabstract DirectionDsqlQuery.getDirection()static DirectionReturns the enum constant of this class with the specified name.static Direction[]Direction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.mule.runtime.extension.api.dsql with parameters of type DirectionModifier and TypeMethodDescriptionQueryBuilder.setDirection(Direction direction) Sets the sorting direction of the query.voidQueryTranslator.translateOrderByFields(List<Field> orderByFields, Direction direction)