Interface BatchOperationItemSort
- All Superinterfaces:
TypedSortableRequest.SearchRequestSort<BatchOperationItemSort>
- All Known Implementing Classes:
BatchOperationItemSortImpl
public interface BatchOperationItemSort
extends TypedSortableRequest.SearchRequestSort<BatchOperationItemSort>
-
Method Summary
Methods inherited from interface io.camunda.client.api.search.request.TypedSortableRequest.SearchRequestSort
asc, desc
-
Method Details
-
batchOperationKey
BatchOperationItemSort batchOperationKey() -
state
BatchOperationItemSort state() -
itemKey
BatchOperationItemSort itemKey() -
processInstanceKey
BatchOperationItemSort processInstanceKey()
-