|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HistoricIncident
Represents a historic incident that is stored permanently.
| Method Summary | |
|---|---|
String |
getActivityId()
Returns the id of the activity of the process instance on which this incident has happened. |
String |
getCauseIncidentId()
Returns the id of the incident on which this incident has been triggered. |
String |
getConfiguration()
Returns the payload of this incident. |
Date |
getCreateTime()
Time when the incident happened. |
Date |
getEndTime()
Time when the incident has been resolved or deleted. |
String |
getExecutionId()
Returns the specific execution on which this incident has happened. |
String |
getId()
Returns the unique identifier for this incident. |
String |
getIncidentMessage()
Returns the incident message. |
String |
getIncidentType()
Returns the type of this incident to identify the kind of incident. |
String |
getProcessDefinitionId()
Returns the id of the process definition of this process instance on which the incident has happened. |
String |
getProcessDefinitionKey()
Returns the key of the process definition of this process instance on which the incident has happened. |
String |
getProcessInstanceId()
Returns the specific process instance on which this incident has happened. |
String |
getRootCauseIncidentId()
Returns the id of the root incident on which this transitive incident has been triggered. |
String |
getTenantId()
Returns the id of the tenant this incident belongs to. |
boolean |
isDeleted()
Returns true, iff the corresponding incident
has been deleted. |
boolean |
isOpen()
Returns true, iff the corresponding incident
has not been deleted or resolved. |
boolean |
isResolved()
Returns true, iff the corresponding incident
has been resolved. |
| Method Detail |
|---|
String getId()
Date getCreateTime()
Date getEndTime()
String getIncidentType()
For example: failedJobs will be returned
in the case of an incident, which identify failed job
during the execution of a process instance.
String getIncidentMessage()
String getExecutionId()
String getActivityId()
String getProcessInstanceId()
String getProcessDefinitionId()
String getProcessDefinitionKey()
String getCauseIncidentId()
String getRootCauseIncidentId()
String getConfiguration()
boolean isOpen()
true, iff the corresponding incident
has not been deleted or resolved.
boolean isDeleted()
true, iff the corresponding incident
has been deleted.
boolean isResolved()
true, iff the corresponding incident
has been resolved.
String getTenantId()
null
if the incident belongs to no single tenant.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||