Uses of Class
org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity
-
-
Uses of IncidentEntity in org.camunda.bpm.engine.impl.cmd
Methods in org.camunda.bpm.engine.impl.cmd with parameters of type IncidentEntity Modifier and Type Method Description protected void
SetProcessDefinitionVersionCmd. switchVersionOfIncident(CommandContext commandContext, IncidentEntity incidentEntity, ProcessDefinitionEntity newProcessDefinition)
protected void
SetAnnotationForIncidentCmd. triggerHistoryEvent(CommandContext commandContext, IncidentEntity incident)
-
Uses of IncidentEntity in org.camunda.bpm.engine.impl.migration.instance
Fields in org.camunda.bpm.engine.impl.migration.instance declared as IncidentEntity Modifier and Type Field Description protected IncidentEntity
MigratingIncident. incident
Constructors in org.camunda.bpm.engine.impl.migration.instance with parameters of type IncidentEntity Constructor Description MigratingIncident(IncidentEntity incident, ScopeImpl targetScope)
-
Uses of IncidentEntity in org.camunda.bpm.engine.impl.migration.instance.parser
Fields in org.camunda.bpm.engine.impl.migration.instance.parser with type parameters of type IncidentEntity Modifier and Type Field Description protected MigratingInstanceParseHandler<IncidentEntity>
MigratingInstanceParser. incidentHandler
protected Collection<IncidentEntity>
MigratingInstanceParseContext. incidents
Methods in org.camunda.bpm.engine.impl.migration.instance.parser that return types with arguments of type IncidentEntity Modifier and Type Method Description protected List<IncidentEntity>
MigratingInstanceParser. fetchIncidents(CommandContext commandContext, String processInstanceId)
MigratingInstanceParseHandler<IncidentEntity>
MigratingInstanceParser. getIncidentHandler()
Methods in org.camunda.bpm.engine.impl.migration.instance.parser with parameters of type IncidentEntity Modifier and Type Method Description void
MigratingInstanceParseContext. consume(IncidentEntity incident)
void
IncidentInstanceHandler. handle(MigratingInstanceParseContext parseContext, IncidentEntity incident)
protected void
IncidentInstanceHandler. handleExternalTaskIncident(MigratingInstanceParseContext parseContext, IncidentEntity incident)
protected void
IncidentInstanceHandler. handleFailedJobIncident(MigratingInstanceParseContext parseContext, IncidentEntity incident)
protected void
IncidentInstanceHandler. handleIncident(MigratingInstanceParseContext parseContext, IncidentEntity incident)
protected boolean
IncidentInstanceHandler. isExternalTaskIncident(IncidentEntity incident)
protected boolean
IncidentInstanceHandler. isFailedJobIncident(IncidentEntity incident)
Method parameters in org.camunda.bpm.engine.impl.migration.instance.parser with type arguments of type IncidentEntity Modifier and Type Method Description MigratingInstanceParseContext
MigratingInstanceParseContext. incidents(Collection<IncidentEntity> incidents)
-
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 Modifier and Type Field Description protected List<IncidentEntity>
ExecutionEntity. incidents
Methods in org.camunda.bpm.engine.impl.persistence.entity that return IncidentEntity Modifier and Type Method Description protected static IncidentEntity
IncidentEntity. create(String incidentType)
static IncidentEntity
IncidentEntity. createAndInsertIncident(String incidentType, IncidentContext context, String message)
IncidentEntity
ExecutionEntity. getIncidentByCauseIncidentId(String causeIncidentId)
Methods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type IncidentEntity Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description protected void
IncidentEntity. createRecursiveIncidents(String rootCauseIncidentId, List<IncidentEntity> createdIncidents)
Instantiate recursive a new incident a super execution (i.e.
-