Interface UserTaskSort
- All Superinterfaces:
TypedSearchQueryRequest.SearchRequestSort<UserTaskSort>
- All Known Implementing Classes:
UserTaskSortImpl
-
Method Summary
Methods inherited from interface io.camunda.client.api.search.query.TypedSearchQueryRequest.SearchRequestSort
asc, desc
-
Method Details
-
creationDate
UserTaskSort creationDate() -
completionDate
UserTaskSort completionDate() -
dueDate
UserTaskSort dueDate() -
followUpDate
UserTaskSort followUpDate() -
priority
UserTaskSort priority()
-