Class ProcessInstanceSortImpl
java.lang.Object
io.camunda.zeebe.client.impl.search.TypedSearchRequestPropertyProvider<List<SearchQuerySortRequest>>
io.camunda.zeebe.client.impl.search.SearchQuerySortBase<ProcessInstanceSort>
io.camunda.zeebe.client.impl.search.ProcessInstanceSortImpl
- All Implemented Interfaces:
ProcessInstanceSort,TypedSearchQueryRequest.SearchRequestSort<ProcessInstanceSort>
public class ProcessInstanceSortImpl
extends SearchQuerySortBase<ProcessInstanceSort>
implements ProcessInstanceSort
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionendDate()Sort by process instance end date.Sort by process instance key.protected ProcessInstanceSortself()Sort by process instance start date.Methods inherited from class io.camunda.zeebe.client.impl.search.SearchQuerySortBase
asc, desc, field, getSearchRequestProperty, orderMethods inherited from class io.camunda.zeebe.client.impl.search.TypedSearchRequestPropertyProvider
provideSearchRequestPropertyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.camunda.zeebe.client.api.search.TypedSearchQueryRequest.SearchRequestSort
asc, desc
-
Constructor Details
-
ProcessInstanceSortImpl
public ProcessInstanceSortImpl()
-
-
Method Details
-
processInstanceKey
Description copied from interface:ProcessInstanceSortSort by process instance key.- Specified by:
processInstanceKeyin interfaceProcessInstanceSort
-
startDate
Description copied from interface:ProcessInstanceSortSort by process instance start date.- Specified by:
startDatein interfaceProcessInstanceSort
-
endDate
Description copied from interface:ProcessInstanceSortSort by process instance end date.- Specified by:
endDatein interfaceProcessInstanceSort
-
self
- Specified by:
selfin classSearchQuerySortBase<ProcessInstanceSort>
-