Uses of Enum Class
org.camunda.bpm.client.task.OrderingConfig.Direction
Packages that use OrderingConfig.Direction
-
Uses of OrderingConfig.Direction in org.camunda.bpm.client.task
Fields in org.camunda.bpm.client.task declared as OrderingConfig.DirectionModifier and TypeFieldDescriptionprotected OrderingConfig.Direction
OrderingConfig.OrderingProperty.direction
Methods in org.camunda.bpm.client.task that return OrderingConfig.DirectionModifier and TypeMethodDescriptionOrderingConfig.OrderingProperty.getDirection()
static OrderingConfig.Direction
Returns the enum constant of this class with the specified name.static OrderingConfig.Direction[]
OrderingConfig.Direction.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.camunda.bpm.client.task with parameters of type OrderingConfig.DirectionModifier and TypeMethodDescriptionvoid
OrderingConfig.configureDirectionOnLastField
(OrderingConfig.Direction direction) Configures theOrderingConfig.Direction
for the last configured field on thisOrderingConfig
.OrderingConfig.OrderingProperty.of
(OrderingConfig.SortingField field, OrderingConfig.Direction direction) Static factory method to createOrderingConfig.OrderingProperty
out of a field and its correspondingOrderingConfig.Direction
.void
OrderingConfig.OrderingProperty.setDirection
(OrderingConfig.Direction direction)