Class IncidentFilterImpl
java.lang.Object
io.camunda.client.impl.search.request.TypedSearchRequestPropertyProvider<IncidentFilter>
io.camunda.client.impl.search.filter.IncidentFilterImpl
- All Implemented Interfaces:
IncidentFilter,TypedSearchRequest.SearchRequestFilter
public class IncidentFilterImpl
extends TypedSearchRequestPropertyProvider<IncidentFilter>
implements IncidentFilter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreationTime(String creationTime) Filters incidents by creation time of incident.Filters incidents by the element id.elementInstanceKey(Long value) Filters incidents by the element instance key.errorMessage(String errorMessage) Filters incidents by error message.errorType(IncidentErrorType errorType) Filters incidents by error type.protected IncidentFilterincidentKey(Long value) Filters incidents by the specified key.Filters incidents by job key.processDefinitionId(String value) Filters incidents by the process definition id.processDefinitionKey(Long value) Filters incidents by the process definition key.processInstanceKey(Long value) Filters incidents by the process instance key.state(IncidentState value) Filters incidents by the state of incident.Filters incidents by tenant id.Methods inherited from class io.camunda.client.impl.search.request.TypedSearchRequestPropertyProvider
provideSearchRequestProperty
-
Constructor Details
-
IncidentFilterImpl
public IncidentFilterImpl()
-
-
Method Details
-
incidentKey
Description copied from interface:IncidentFilterFilters incidents by the specified key.- Specified by:
incidentKeyin interfaceIncidentFilter- Parameters:
value- the key of the incidents- Returns:
- the updated filter
-
processDefinitionKey
Description copied from interface:IncidentFilterFilters incidents by the process definition key.- Specified by:
processDefinitionKeyin interfaceIncidentFilter- Parameters:
value- the key of the process definition- Returns:
- the updated filter
-
processDefinitionId
Description copied from interface:IncidentFilterFilters incidents by the process definition id.- Specified by:
processDefinitionIdin interfaceIncidentFilter- Parameters:
value- the bpmn process id of the process definition- Returns:
- the updated filter
-
processInstanceKey
Description copied from interface:IncidentFilterFilters incidents by the process instance key.- Specified by:
processInstanceKeyin interfaceIncidentFilter- Parameters:
value- the key of the process instance- Returns:
- the updated filter
-
errorType
Description copied from interface:IncidentFilterFilters incidents by error type.- Specified by:
errorTypein interfaceIncidentFilter- Parameters:
errorType- the error type of incident- Returns:
- the updated filter
-
errorMessage
Description copied from interface:IncidentFilterFilters incidents by error message.- Specified by:
errorMessagein interfaceIncidentFilter- Parameters:
errorMessage- the message of incident- Returns:
- the updated filter
-
elementId
Description copied from interface:IncidentFilterFilters incidents by the element id.- Specified by:
elementIdin interfaceIncidentFilter- Parameters:
value- the id of element id.- Returns:
- the updated filter
-
elementInstanceKey
Description copied from interface:IncidentFilterFilters incidents by the element instance key.- Specified by:
elementInstanceKeyin interfaceIncidentFilter- Parameters:
value- the key of element instance.- Returns:
- the updated filter
-
creationTime
Description copied from interface:IncidentFilterFilters incidents by creation time of incident.- Specified by:
creationTimein interfaceIncidentFilter- Parameters:
creationTime- the creation time of incident- Returns:
- the updated filter
-
state
Description copied from interface:IncidentFilterFilters incidents by the state of incident.- Specified by:
statein interfaceIncidentFilter- Parameters:
value- the state of incident- Returns:
- the updated filter
-
jobKey
Description copied from interface:IncidentFilterFilters incidents by job key.- Specified by:
jobKeyin interfaceIncidentFilter- Parameters:
value- the key of the job.- Returns:
- the updated filter
-
tenantId
Description copied from interface:IncidentFilterFilters incidents by tenant id.- Specified by:
tenantIdin interfaceIncidentFilter- Parameters:
value- the id of tenant- Returns:
- the updated filter
-
getSearchRequestProperty
- Specified by:
getSearchRequestPropertyin classTypedSearchRequestPropertyProvider<IncidentFilter>
-