Class IncidentImpl
java.lang.Object
io.camunda.client.impl.search.response.IncidentImpl
- All Implemented Interfaces:
Incident
-
Constructor Details
-
IncidentImpl
-
-
Method Details
-
getIncidentKey
- Specified by:
getIncidentKeyin interfaceIncident
-
getProcessDefinitionKey
- Specified by:
getProcessDefinitionKeyin interfaceIncident
-
getProcessDefinitionId
- Specified by:
getProcessDefinitionIdin interfaceIncident
-
getProcessInstanceKey
- Specified by:
getProcessInstanceKeyin interfaceIncident
-
getRootProcessInstanceKey
Description copied from interface:IncidentReturns the key of the root process instance. The root process instance is the top-level ancestor in the process instance hierarchy.Note: This field is
nullfor process instance hierarchies created before version 8.9.- Specified by:
getRootProcessInstanceKeyin interfaceIncident- Returns:
- the root process instance key, or
nullfor data created before version 8.9
-
getErrorType
- Specified by:
getErrorTypein interfaceIncident
-
getErrorMessage
- Specified by:
getErrorMessagein interfaceIncident
-
getElementId
- Specified by:
getElementIdin interfaceIncident
-
getElementInstanceKey
- Specified by:
getElementInstanceKeyin interfaceIncident
-
getCreationTime
- Specified by:
getCreationTimein interfaceIncident
-
getState
-
getJobKey
-
getTenantId
- Specified by:
getTenantIdin interfaceIncident
-
hashCode
public int hashCode() -
equals
-