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 IncidentDefaultIncidentHandler. createIncident(IncidentContext context, java.lang.String message)static IncidentIncidentHandling. createIncident(java.lang.String incidentType, IncidentContext context, java.lang.String message)voidCompositeIncidentHandler. deleteIncident(IncidentContext context)voidDefaultIncidentHandler. deleteIncident(IncidentContext context)voidIncidentHandler. 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.IncidentCompositeIncidentHandler. handleIncident(IncidentContext context, java.lang.String message)IncidentDefaultIncidentHandler. handleIncident(IncidentContext context, java.lang.String message)IncidentIncidentHandler. handleIncident(IncidentContext context, java.lang.String message)Handle an incident that arose in the context of an execution.protected voidDefaultIncidentHandler. removeIncident(IncidentContext context, boolean incidentResolved)static voidIncidentHandling. removeIncidents(java.lang.String incidentType, IncidentContext context, boolean incidentsResolved)voidCompositeIncidentHandler. resolveIncident(IncidentContext context)voidDefaultIncidentHandler. resolveIncident(IncidentContext context)voidIncidentHandler. 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 IncidentContextExternalTaskEntity. createIncidentContext()protected IncidentContextJobEntity. createIncidentContext()Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type IncidentContext Modifier and Type Method Description static IncidentEntityIncidentEntity. createAndInsertIncident(java.lang.String incidentType, IncidentContext context, java.lang.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 IncidentContextPvmExecutionImpl. createIncidentContext(java.lang.String configuration)
-