|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.camunda.bpm.engine.impl.persistence.entity.IncidentEntity
public class IncidentEntity
| Field Summary | |
|---|---|
protected String |
activityId
|
protected String |
causeIncidentId
|
protected String |
configuration
|
protected String |
executionId
|
protected String |
id
|
protected String |
incidentMessage
|
protected Date |
incidentTimestamp
|
protected String |
incidentType
|
protected String |
processDefinitionId
|
protected String |
processInstanceId
|
protected int |
revision
|
protected String |
rootCauseIncidentId
|
| Constructor Summary | |
|---|---|
IncidentEntity()
|
|
| Method Summary | |
|---|---|
protected static IncidentEntity |
create(String incidentType,
String executionId,
String configuration,
String message)
|
static IncidentEntity |
createAndInsertIncident(String incidentType,
String configuration,
String message)
|
static IncidentEntity |
createAndInsertIncident(String incidentType,
String executionId,
String configuration,
String message)
|
static IncidentEntity |
createAndInsertIncident(String incidentType,
String processDefinitionId,
String activityId,
String configuration,
String message)
|
List<IncidentEntity> |
createRecursiveIncidents()
|
protected void |
createRecursiveIncidents(String rootCauseIncidentId,
List<IncidentEntity> createdIncidents)
Instantiate recursive a new incident a super execution (i.e. |
void |
delete()
|
boolean |
equals(Object obj)
|
protected void |
fireHistoricIncidentEvent(HistoryEventType eventType)
|
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. |
ExecutionEntity |
getExecution()
|
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. |
Date |
getIncidentTimestamp()
Time when the incident happened. |
String |
getIncidentType()
Returns the type of this incident to identify the kind of incident. |
Object |
getPersistentState()
Returns a representation of the object, as would be stored in the database. |
ProcessDefinitionEntity |
getProcessDefinition()
|
String |
getProcessDefinitionId()
Returns the id 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. |
int |
getRevision()
|
int |
getRevisionNext()
|
String |
getRootCauseIncidentId()
Returns the id of the root incident on which this transitive incident has been triggered. |
int |
hashCode()
|
boolean |
hasReferenceTo(DbEntity entity)
|
protected static void |
insert(IncidentEntity incident)
|
protected void |
remove(boolean resolved)
|
void |
resolve()
|
void |
setActivityId(String activityId)
|
void |
setCauseIncidentId(String causeIncidentId)
|
void |
setConfiguration(String configuration)
|
void |
setExecution(ExecutionEntity execution)
|
void |
setExecutionId(String executionId)
|
void |
setId(String id)
|
void |
setIncidentMessage(String incidentMessage)
|
void |
setIncidentTimestamp(Date incidentTimestamp)
|
void |
setIncidentType(String incidentType)
|
void |
setProcessDefinitionId(String processDefinitionId)
|
void |
setProcessInstanceId(String processInstanceId)
|
void |
setRevision(int revision)
|
void |
setRootCauseIncidentId(String rootCauseIncidentId)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected int revision
protected String id
protected Date incidentTimestamp
protected String incidentType
protected String executionId
protected String activityId
protected String processInstanceId
protected String processDefinitionId
protected String causeIncidentId
protected String rootCauseIncidentId
protected String configuration
protected String incidentMessage
| Constructor Detail |
|---|
public IncidentEntity()
| Method Detail |
|---|
public List<IncidentEntity> createRecursiveIncidents()
protected void createRecursiveIncidents(String rootCauseIncidentId,
List<IncidentEntity> createdIncidents)
public static IncidentEntity createAndInsertIncident(String incidentType,
String configuration,
String message)
public static IncidentEntity createAndInsertIncident(String incidentType,
String executionId,
String configuration,
String message)
public static IncidentEntity createAndInsertIncident(String incidentType,
String processDefinitionId,
String activityId,
String configuration,
String message)
protected static IncidentEntity create(String incidentType,
String executionId,
String configuration,
String message)
protected static void insert(IncidentEntity incident)
public void delete()
public void resolve()
protected void remove(boolean resolved)
protected void fireHistoricIncidentEvent(HistoryEventType eventType)
public boolean hasReferenceTo(DbEntity entity)
hasReferenceTo in interface HasDbReferencespublic String getId()
Incident
getId in interface DbEntitygetId in interface Incidentpublic void setId(String id)
setId in interface DbEntitypublic Date getIncidentTimestamp()
Incident
getIncidentTimestamp in interface Incidentpublic void setIncidentTimestamp(Date incidentTimestamp)
public String getIncidentType()
Incident
For example: failedJobs will be returned
in the case of an incident, which identify failed job
during the execution of a process instance.
getIncidentType in interface Incidentpublic void setIncidentType(String incidentType)
public String getIncidentMessage()
Incident
getIncidentMessage in interface Incidentpublic void setIncidentMessage(String incidentMessage)
public String getExecutionId()
Incident
getExecutionId in interface Incidentpublic void setExecutionId(String executionId)
public String getActivityId()
Incident
getActivityId in interface Incidentpublic void setActivityId(String activityId)
public String getProcessInstanceId()
Incident
getProcessInstanceId in interface Incidentpublic void setProcessInstanceId(String processInstanceId)
public ProcessDefinitionEntity getProcessDefinition()
public String getProcessDefinitionId()
Incident
getProcessDefinitionId in interface Incidentpublic void setProcessDefinitionId(String processDefinitionId)
public String getCauseIncidentId()
Incident
getCauseIncidentId in interface Incidentpublic void setCauseIncidentId(String causeIncidentId)
public String getRootCauseIncidentId()
Incident
getRootCauseIncidentId in interface Incidentpublic void setRootCauseIncidentId(String rootCauseIncidentId)
public String getConfiguration()
Incident
getConfiguration in interface Incidentpublic void setConfiguration(String configuration)
public void setExecution(ExecutionEntity execution)
public ExecutionEntity getExecution()
public Object getPersistentState()
DbEntity
getPersistentState in interface DbEntitypublic void setRevision(int revision)
setRevision in interface HasDbRevisionpublic int getRevision()
getRevision in interface HasDbRevisionpublic int getRevisionNext()
getRevisionNext in interface HasDbRevisionpublic String toString()
toString in class Objectpublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||