Class IncidentSortImpl
java.lang.Object
io.camunda.zeebe.client.impl.search.TypedSearchRequestPropertyProvider<List<SearchQuerySortRequest>>
io.camunda.zeebe.client.impl.search.query.SearchQuerySortBase<IncidentSort>
io.camunda.zeebe.client.impl.search.sort.IncidentSortImpl
- All Implemented Interfaces:
TypedSearchQueryRequest.SearchRequestSort<IncidentSort>,IncidentSort
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.camunda.zeebe.client.impl.search.query.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.query.TypedSearchQueryRequest.SearchRequestSort
asc, desc
-
Constructor Details
-
IncidentSortImpl
public IncidentSortImpl()
-
-
Method Details
-
key
- Specified by:
keyin interfaceIncidentSort
-
processDefinitionKey
- Specified by:
processDefinitionKeyin interfaceIncidentSort
-
processInstanceKey
- Specified by:
processInstanceKeyin interfaceIncidentSort
-
type
- Specified by:
typein interfaceIncidentSort
-
flowNodeId
- Specified by:
flowNodeIdin interfaceIncidentSort
-
flowNodeInstanceId
- Specified by:
flowNodeInstanceIdin interfaceIncidentSort
-
creationTime
- Specified by:
creationTimein interfaceIncidentSort
-
state
- Specified by:
statein interfaceIncidentSort
-
jobKey
- Specified by:
jobKeyin interfaceIncidentSort
-
tenantId
- Specified by:
tenantIdin interfaceIncidentSort
-
self
- Specified by:
selfin classSearchQuerySortBase<IncidentSort>
-