Class IncidentFilterImpl
java.lang.Object
io.camunda.client.impl.search.TypedSearchRequestPropertyProvider<IncidentFilter>
io.camunda.client.impl.search.filter.IncidentFilterImpl
- All Implemented Interfaces:
IncidentFilter,TypedSearchQueryRequest.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.errorMessage(String errorMessage) Filters incidents by error message.errorType(IncidentErrorType errorType) Filters incidents by error type.flowNodeId(String value) Filters incidents by the flow node id.flowNodeInstanceKey(Long value) Filters incidents by the flow node instance key.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.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
-
flowNodeId
Description copied from interface:IncidentFilterFilters incidents by the flow node id.- Specified by:
flowNodeIdin interfaceIncidentFilter- Parameters:
value- the id of flow node id.- Returns:
- the updated filter
-
flowNodeInstanceKey
Description copied from interface:IncidentFilterFilters incidents by the flow node instance key.- Specified by:
flowNodeInstanceKeyin interfaceIncidentFilter- Parameters:
value- the key of flow node 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>
-