|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IncidentEntity | |
|---|---|
| org.camunda.bpm.engine.impl.cmd | |
| org.camunda.bpm.engine.impl.persistence.entity | |
| Uses of IncidentEntity in org.camunda.bpm.engine.impl.cmd |
|---|
| Methods in org.camunda.bpm.engine.impl.cmd with parameters of type IncidentEntity | |
|---|---|
protected void |
SetProcessDefinitionVersionCmd.switchVersionOfIncident(CommandContext commandContext,
IncidentEntity incidentEntity,
ProcessDefinitionEntity newProcessDefinition)
|
| Uses of IncidentEntity in org.camunda.bpm.engine.impl.persistence.entity |
|---|
| Fields in org.camunda.bpm.engine.impl.persistence.entity with type parameters of type IncidentEntity | |
|---|---|
protected List<IncidentEntity> |
ExecutionEntity.incidents
|
| Methods in org.camunda.bpm.engine.impl.persistence.entity that return IncidentEntity | |
|---|---|
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)
|
| Methods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type IncidentEntity | |
|---|---|
List<IncidentEntity> |
IncidentEntity.createRecursiveIncidents()
|
List<IncidentEntity> |
IncidentManager.findIncidentsByExecution(String id)
|
List<IncidentEntity> |
IncidentManager.findIncidentsByProcessInstance(String id)
|
List<IncidentEntity> |
ExecutionEntity.getIncidents()
|
protected List<IncidentEntity> |
ExecutionEntity.getIncidentsInternal()
|
| Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type IncidentEntity | |
|---|---|
void |
ExecutionEntity.addIncident(IncidentEntity incident)
|
protected static void |
IncidentEntity.insert(IncidentEntity incident)
|
void |
ExecutionEntity.removeIncident(IncidentEntity incident)
|
| Method parameters in org.camunda.bpm.engine.impl.persistence.entity with type arguments of type IncidentEntity | |
|---|---|
protected void |
IncidentEntity.createRecursiveIncidents(String rootCauseIncidentId,
List<IncidentEntity> createdIncidents)
Instantiate recursive a new incident a super execution (i.e. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||