Uses of Enum Class
org.camunda.bpm.client.task.OrderingConfig.SortingField
-
Uses of OrderingConfig.SortingField in org.camunda.bpm.client.task
Modifier and TypeFieldDescriptionprotected OrderingConfig.SortingField
OrderingConfig.OrderingProperty.field
Modifier and TypeMethodDescriptionOrderingConfig.OrderingProperty.getField()
static OrderingConfig.SortingField
Returns the enum constant of this class with the specified name.static OrderingConfig.SortingField[]
OrderingConfig.SortingField.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
OrderingConfig.configureField
(OrderingConfig.SortingField field) Configures the given field.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.setField
(OrderingConfig.SortingField field)