Package | Description |
---|---|
org.camunda.bpm.engine.impl.incident | |
org.camunda.bpm.engine.impl.persistence.entity |
Modifier and Type | Method and Description |
---|---|
Incident |
DefaultIncidentHandler.createIncident(IncidentContext context,
String message) |
void |
IncidentHandler.deleteIncident(IncidentContext context)
Called in situations in which an incidenthandler may wich to delete existing incidents
Example: when a scope is ended or a job is deleted.
|
void |
DefaultIncidentHandler.deleteIncident(IncidentContext context) |
void |
IncidentHandler.handleIncident(IncidentContext context,
String message)
Handle an incident that arose in the context of an execution.
|
void |
DefaultIncidentHandler.handleIncident(IncidentContext context,
String message) |
protected void |
DefaultIncidentHandler.removeIncident(IncidentContext context,
boolean incidentResolved) |
void |
IncidentHandler.resolveIncident(IncidentContext context)
Called in situations in which an incidenthandler may wich to resolve existing incidents
The implementation receives this callback to enable it to resolve any open incidents that
may exist.
|
void |
DefaultIncidentHandler.resolveIncident(IncidentContext context) |
Modifier and Type | Method and Description |
---|---|
protected IncidentContext |
JobEntity.createIncidentContext() |
protected IncidentContext |
ExternalTaskEntity.createIncidentContext() |
Modifier and Type | Method and Description |
---|---|
static IncidentEntity |
IncidentEntity.createAndInsertIncident(String incidentType,
IncidentContext context,
String message) |
Copyright © 2017. All rights reserved.