Package org.camunda.bpm.client.task
Class SortingDto
java.lang.Object
org.camunda.bpm.client.task.SortingDto
DTO that encapsulates the sorting parameters used for making requests against the fetch and lock API.
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected static SortingDtoStatic factory method to create aSortingDtofrom a givenOrderingConfig.OrderingProperty.static SortingDtoStatic factory method to create aSortingDtofrom a field and its order.voidvoidsetSortOrder(String sortOrder)  
- 
Field Details
- 
sortBy
 - 
sortOrder
 
 - 
 - 
Constructor Details
- 
SortingDto
public SortingDto() 
 - 
 - 
Method Details
- 
getSortBy
 - 
setSortBy
 - 
getSortOrder
 - 
setSortOrder
 - 
of
Static factory method to create aSortingDtofrom a field and its order.- Parameters:
 sortBy- the string representation of the given fieldsortOrder- the string representation of the given order to use for the associated field- Returns:
 - the result 
SortingDto 
 - 
fromOrderingProperty
Static factory method to create aSortingDtofrom a givenOrderingConfig.OrderingProperty. 
 -