Uses of Class
org.camunda.bpm.engine.impl.incident.IncidentContext

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)
          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.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)
          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.
 

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)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.