|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IncidentContext | |
|---|---|
| org.camunda.bpm.engine.impl.incident | |
| org.camunda.bpm.engine.impl.persistence.entity | |
| Uses of IncidentContext in org.camunda.bpm.engine.impl.incident |
|---|
| Methods in org.camunda.bpm.engine.impl.incident with parameters of type IncidentContext | |
|---|---|
Incident |
DefaultIncidentHandler.createIncident(IncidentContext context,
String message)
|
void |
DefaultIncidentHandler.deleteIncident(IncidentContext context)
|
void |
IncidentHandler.deleteIncident(IncidentContext context)
Delete an incident that arose in the context of an execution. |
void |
DefaultIncidentHandler.handleIncident(IncidentContext context,
String message)
|
void |
IncidentHandler.handleIncident(IncidentContext context,
String message)
Handle an incident that arose in the context of an execution. |
protected void |
DefaultIncidentHandler.removeIncident(IncidentContext context,
boolean incidentResolved)
|
void |
DefaultIncidentHandler.resolveIncident(IncidentContext context)
|
void |
IncidentHandler.resolveIncident(IncidentContext context)
Resolve an incident that arose in the context of an execution. |
| Uses of IncidentContext in org.camunda.bpm.engine.impl.persistence.entity |
|---|
| Methods in org.camunda.bpm.engine.impl.persistence.entity that return IncidentContext | |
|---|---|
protected IncidentContext |
ExternalTaskEntity.createIncidentContext()
|
protected IncidentContext |
JobEntity.createIncidentContext()
|
| Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type IncidentContext | |
|---|---|
static IncidentEntity |
IncidentEntity.createAndInsertIncident(String incidentType,
IncidentContext context,
String message)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||