Interface IncidentSort
- All Superinterfaces:
TypedSearchQueryRequest.SearchRequestSort<IncidentSort>
@Deprecated
public interface IncidentSort
extends TypedSearchQueryRequest.SearchRequestSort<IncidentSort>
Deprecated.
-
Method Summary
Methods inherited from interface io.camunda.zeebe.client.api.search.query.TypedSearchQueryRequest.SearchRequestSort
asc, desc
-
Method Details
-
key
IncidentSort key()Deprecated. -
processDefinitionKey
IncidentSort processDefinitionKey()Deprecated. -
processInstanceKey
IncidentSort processInstanceKey()Deprecated. -
type
IncidentSort type()Deprecated. -
flowNodeId
IncidentSort flowNodeId()Deprecated. -
flowNodeInstanceId
IncidentSort flowNodeInstanceId()Deprecated. -
creationTime
IncidentSort creationTime()Deprecated. -
state
IncidentSort state()Deprecated. -
jobKey
IncidentSort jobKey()Deprecated. -
tenantId
IncidentSort tenantId()Deprecated.
-
IncidentSort