Package org.camunda.bpm.client.task
Class OrderingConfig.OrderingProperty
java.lang.Object
org.camunda.bpm.client.task.OrderingConfig.OrderingProperty
- Enclosing class:
- OrderingConfig
Static Class that encapsulates an ordering property with a field and its direction.
-
Field Summary
Modifier and TypeFieldDescriptionprotected OrderingConfig.Direction
protected OrderingConfig.SortingField
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetField()
of
(OrderingConfig.SortingField field, OrderingConfig.Direction direction) Static factory method to createOrderingConfig.OrderingProperty
out of a field and its correspondingOrderingConfig.Direction
.void
setDirection
(OrderingConfig.Direction direction) void
-
Field Details
-
field
-
direction
-
-
Constructor Details
-
OrderingProperty
public OrderingProperty()
-
-
Method Details
-
of
public static OrderingConfig.OrderingProperty of(OrderingConfig.SortingField field, OrderingConfig.Direction direction) Static factory method to createOrderingConfig.OrderingProperty
out of a field and its correspondingOrderingConfig.Direction
. -
setField
-
getField
-
setDirection
-
getDirection
-