Uses of Class
org.camunda.bpm.engine.impl.incident.IncidentContext
-
Packages that use IncidentContext Package Description org.camunda.bpm.engine.impl.incident org.camunda.bpm.engine.impl.persistence.entity org.camunda.bpm.engine.impl.pvm.runtime -
-
Uses of IncidentContext in org.camunda.bpm.engine.impl.incident
Methods in org.camunda.bpm.engine.impl.incident with parameters of type IncidentContext Modifier and Type Method Description Incident
DefaultIncidentHandler. createIncident(IncidentContext context, String message)
static Incident
IncidentHandling. createIncident(String incidentType, IncidentContext context, String message)
void
DefaultIncidentHandler. deleteIncident(IncidentContext context)
void
IncidentHandler. deleteIncident(IncidentContext context)
Called in situations in which an incident handler may wish to delete existing incidents Example: when a scope is ended or a job is deleted.Incident
DefaultIncidentHandler. handleIncident(IncidentContext context, String message)
Incident
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)
static void
IncidentHandling. removeIncidents(String incidentType, IncidentContext context, boolean incidentsResolved)
void
DefaultIncidentHandler. resolveIncident(IncidentContext context)
void
IncidentHandler. resolveIncident(IncidentContext context)
Called in situations in which an incident handler may wish to resolve existing incidents The implementation receives this callback to enable it to resolve any open incidents that may exist. -
Uses of IncidentContext in org.camunda.bpm.engine.impl.persistence.entity
Methods in org.camunda.bpm.engine.impl.persistence.entity that return IncidentContext Modifier and Type Method Description protected IncidentContext
ExternalTaskEntity. createIncidentContext()
protected IncidentContext
JobEntity. createIncidentContext()
Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type IncidentContext Modifier and Type Method Description static IncidentEntity
IncidentEntity. createAndInsertIncident(String incidentType, IncidentContext context, String message)
-
Uses of IncidentContext in org.camunda.bpm.engine.impl.pvm.runtime
Methods in org.camunda.bpm.engine.impl.pvm.runtime that return IncidentContext Modifier and Type Method Description protected IncidentContext
PvmExecutionImpl. createIncidentContext(String configuration)
-