Package | Description |
---|---|
org.camunda.bpm.engine.impl.persistence.entity |
Modifier and Type | Field and Description |
---|---|
protected List<IncidentEntity> |
ExecutionEntity.incidents |
Modifier and Type | Method and Description |
---|---|
protected static IncidentEntity |
IncidentEntity.create(String incidentType,
String executionId,
String configuration,
String message) |
static IncidentEntity |
IncidentEntity.createAndInsertIncident(String incidentType,
String configuration,
String message) |
static IncidentEntity |
IncidentEntity.createAndInsertIncident(String incidentType,
String executionId,
String configuration,
String message) |
static IncidentEntity |
IncidentEntity.createAndInsertIncident(String incidentType,
String processDefinitionId,
String activityId,
String configuration,
String message) |
IncidentEntity |
ExecutionEntity.getIncidentByCauseIncidentId(String causeIncidentId) |
Modifier and Type | Method and Description |
---|---|
List<IncidentEntity> |
IncidentEntity.createRecursiveIncidents() |
List<IncidentEntity> |
ExecutionEntity.getIncidents() |
protected List<IncidentEntity> |
ExecutionEntity.getIncidentsInternal() |
Modifier and Type | Method and Description |
---|---|
void |
ExecutionEntity.addIncident(IncidentEntity incident) |
protected static void |
IncidentEntity.insert(IncidentEntity incident) |
void |
ExecutionEntity.removeIncident(IncidentEntity incident) |
Modifier and Type | Method and Description |
---|---|
protected void |
IncidentEntity.createRecursiveIncidents(String rootCauseIncidentId,
List<IncidentEntity> createdIncidents)
Instantiate recursive a new incident a super execution
(i.e.
|
Copyright © 2015. All rights reserved.