Uses of Enum Class
org.camunda.bpm.client.task.OrderingConfig.Direction
-
Uses of OrderingConfig.Direction in org.camunda.bpm.client.task
Modifier and TypeFieldDescriptionprotected OrderingConfig.Direction
OrderingConfig.OrderingProperty.direction
Modifier 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.Modifier 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)