Uses of Interface
org.camunda.bpm.engine.runtime.Incident
-
Packages that use Incident Package Description org.camunda.bpm.engine Public API of the Camunda Platform engine.
Typical usage of the API starts by the creation of aProcessEngineConfiguration
(typically based on a configuration file), from which aProcessEngine
can be obtained.
Through the services obtained from such aProcessEngine
, BPM and workflow operation can be executed:
RepositoryService
: ManagesDeployment
s
RuntimeService
: For starting and searchingProcessInstance
s
TaskService
: Exposes operations to manage human (standalone)Task
s, such as claiming, completing and assigning tasks
IdentityService
: Used for managingUser
s,Group
s and the relations between them
ManagementService
: Exposes engine admin and maintenance operations, which have no relation to the runtime execution of business processes
HistoryService
: Exposes information about ongoing and past process instances.
FormService
: Access to form data and rendered forms for starting new process instances and completing tasks.org.camunda.bpm.engine.delegate Interfaces used to include Java code in a process as the behavior of an activity or as a listener to process events withJavaDelegate
s.org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users.org.camunda.bpm.engine.impl.cmd org.camunda.bpm.engine.impl.history.producer org.camunda.bpm.engine.impl.incident org.camunda.bpm.engine.impl.persistence.entity org.camunda.bpm.engine.impl.pvm.runtime org.camunda.bpm.engine.rest.dto.runtime org.camunda.bpm.engine.runtime Classes related to theRuntimeService
. -
-
Uses of Incident in org.camunda.bpm.engine
Methods in org.camunda.bpm.engine that return Incident Modifier and Type Method Description Incident
RuntimeService. createIncident(String incidentType, String executionId, String configuration)
Creates an incidentIncident
RuntimeService. createIncident(String incidentType, String executionId, String configuration, String message)
Creates an incident -
Uses of Incident in org.camunda.bpm.engine.delegate
Methods in org.camunda.bpm.engine.delegate that return Incident Modifier and Type Method Description Incident
DelegateExecution. createIncident(String incidentType, String configuration)
Create an incident associated with this executionIncident
DelegateExecution. createIncident(String incidentType, String configuration, String message)
Create an incident associated with this execution -
Uses of Incident in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl that return Incident Modifier and Type Method Description Incident
RuntimeServiceImpl. createIncident(String incidentType, String executionId, String configuration)
Incident
RuntimeServiceImpl. createIncident(String incidentType, String executionId, String configuration, String message)
Methods in org.camunda.bpm.engine.impl that return types with arguments of type Incident Modifier and Type Method Description List<Incident>
IncidentQueryImpl. executeList(CommandContext commandContext, Page page)
-
Uses of Incident in org.camunda.bpm.engine.impl.cmd
Methods in org.camunda.bpm.engine.impl.cmd that return Incident Modifier and Type Method Description Incident
CreateIncidentCmd. execute(CommandContext commandContext)
Methods in org.camunda.bpm.engine.impl.cmd that return types with arguments of type Incident Modifier and Type Method Description protected List<Incident>
GetActivityInstanceCmd. getIncidents(Map<String,List<Incident>> incidents, PvmExecutionImpl execution)
protected Map<String,List<Incident>>
GetActivityInstanceCmd. groupIncidentIdsByExecutionId(CommandContext commandContext)
Method parameters in org.camunda.bpm.engine.impl.cmd with type arguments of type Incident Modifier and Type Method Description protected ActivityInstanceImpl
GetActivityInstanceCmd. createActivityInstance(PvmExecutionImpl scopeExecution, ScopeImpl scope, String activityInstanceId, String parentActivityInstanceId, Map<String,List<Incident>> incidentsByExecution)
protected TransitionInstanceImpl
GetActivityInstanceCmd. createTransitionInstance(PvmExecutionImpl execution, Map<String,List<Incident>> incidentsByExecution)
protected List<String>
GetActivityInstanceCmd. getIncidentIds(Map<String,List<Incident>> incidents, PvmExecutionImpl execution)
protected List<Incident>
GetActivityInstanceCmd. getIncidents(Map<String,List<Incident>> incidents, PvmExecutionImpl execution)
-
Uses of Incident in org.camunda.bpm.engine.impl.history.producer
-
Uses of Incident in org.camunda.bpm.engine.impl.incident
Methods in org.camunda.bpm.engine.impl.incident that return Incident Modifier and Type Method Description Incident
DefaultIncidentHandler. createIncident(IncidentContext context, String message)
static Incident
IncidentHandling. createIncident(String incidentType, IncidentContext context, String message)
Incident
CompositeIncidentHandler. handleIncident(IncidentContext context, String message)
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.Constructors in org.camunda.bpm.engine.impl.incident with parameters of type Incident Constructor Description IncidentContext(Incident incident)
-
Uses of Incident in org.camunda.bpm.engine.impl.persistence.entity
Classes in org.camunda.bpm.engine.impl.persistence.entity that implement Incident Modifier and Type Class Description class
IncidentEntity
Fields in org.camunda.bpm.engine.impl.persistence.entity declared as Incident Modifier and Type Field Description protected Incident[]
ActivityInstanceImpl. incidents
protected Incident[]
TransitionInstanceImpl. incidents
Methods in org.camunda.bpm.engine.impl.persistence.entity that return Incident Modifier and Type Method Description Incident
IncidentManager. findIncidentById(String id)
Incident[]
ActivityInstanceImpl. getIncidents()
Incident[]
TransitionInstanceImpl. getIncidents()
Methods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type Incident Modifier and Type Method Description List<Incident>
IncidentManager. findIncidentByConfiguration(String configuration)
List<Incident>
IncidentManager. findIncidentByConfigurationAndIncidentType(String configuration, String incidentType)
List<Incident>
IncidentManager. findIncidentByQueryCriteria(IncidentQueryImpl incidentQuery, Page page)
Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type Incident Modifier and Type Method Description void
ActivityInstanceImpl. setIncidents(Incident[] incidents)
void
TransitionInstanceImpl. setIncidents(Incident[] incidents)
-
Uses of Incident in org.camunda.bpm.engine.impl.pvm.runtime
Methods in org.camunda.bpm.engine.impl.pvm.runtime that return Incident Modifier and Type Method Description Incident
PvmExecutionImpl. createIncident(String incidentType, String configuration)
Returns the newest incident in this executionIncident
PvmExecutionImpl. createIncident(String incidentType, String configuration, String message)
-
Uses of Incident in org.camunda.bpm.engine.rest.dto.runtime
Methods in org.camunda.bpm.engine.rest.dto.runtime with parameters of type Incident Modifier and Type Method Description static ActivityInstanceIncidentDto
ActivityInstanceIncidentDto. fromIncident(Incident incident)
static IncidentDto
IncidentDto. fromIncident(Incident incident)
protected static ActivityInstanceIncidentDto[]
ActivityInstanceIncidentDto. fromIncidents(Incident[] incidents)
-
Uses of Incident in org.camunda.bpm.engine.runtime
Methods in org.camunda.bpm.engine.runtime that return Incident Modifier and Type Method Description Incident[]
ActivityInstance. getIncidents()
the list of currently open incidentsIncident[]
TransitionInstance. getIncidents()
the list of currently open incidents
-