|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of TimerDeclarationImpl in org.camunda.bpm.engine.impl.bpmn.helper |
|---|
| Fields in org.camunda.bpm.engine.impl.bpmn.helper with type parameters of type TimerDeclarationImpl | |
|---|---|
static PropertyMapKey<String,TimerDeclarationImpl> |
BpmnProperties.TIMER_DECLARATIONS
Declaration indexed by activity that is triggered by the event; assumes that there is at most one such declaration per activity. |
| Uses of TimerDeclarationImpl in org.camunda.bpm.engine.impl.bpmn.parser |
|---|
| Methods in org.camunda.bpm.engine.impl.bpmn.parser that return TimerDeclarationImpl | |
|---|---|
protected TimerDeclarationImpl |
BpmnParse.parseTimer(Element timerEventDefinition,
ActivityImpl timerActivity,
String jobHandlerType)
|
| Methods in org.camunda.bpm.engine.impl.bpmn.parser with parameters of type TimerDeclarationImpl | |
|---|---|
protected void |
BpmnParse.addTimerDeclaration(ScopeImpl scope,
TimerDeclarationImpl timerDeclaration)
|
| Uses of TimerDeclarationImpl in org.camunda.bpm.engine.impl.jobexecutor |
|---|
| Methods in org.camunda.bpm.engine.impl.jobexecutor that return types with arguments of type TimerDeclarationImpl | |
|---|---|
static Map<String,TimerDeclarationImpl> |
TimerDeclarationImpl.getDeclarationsForScope(PvmScope scope)
|
| Uses of TimerDeclarationImpl in org.camunda.bpm.engine.impl.migration.instance |
|---|
| Fields in org.camunda.bpm.engine.impl.migration.instance declared as TimerDeclarationImpl | |
|---|---|
protected TimerDeclarationImpl |
MigratingTimerJobInstance.targetJobDeclaration
|
protected TimerDeclarationImpl |
EmergingJobInstance.timerDeclaration
|
| Constructors in org.camunda.bpm.engine.impl.migration.instance with parameters of type TimerDeclarationImpl | |
|---|---|
EmergingJobInstance(TimerDeclarationImpl timerDeclaration)
|
|
MigratingTimerJobInstance(JobEntity jobEntity,
JobDefinitionEntity jobDefinitionEntity,
ScopeImpl targetScope,
boolean updateEvent,
TimerDeclarationImpl targetTimerDeclaration)
|
|
| Uses of TimerDeclarationImpl in org.camunda.bpm.engine.impl.migration.instance.parser |
|---|
| Methods in org.camunda.bpm.engine.impl.migration.instance.parser that return types with arguments of type TimerDeclarationImpl | |
|---|---|
protected Map<String,TimerDeclarationImpl> |
ActivityInstanceJobHandler.getTimerDeclarationsByTriggeringActivity(ScopeImpl scope)
|
| Method parameters in org.camunda.bpm.engine.impl.migration.instance.parser with type arguments of type TimerDeclarationImpl | |
|---|---|
protected void |
ActivityInstanceJobHandler.addEmergingTimerJobs(MigratingActivityInstance owningInstance,
Collection<TimerDeclarationImpl> emergingDeclarations)
|
| Uses of TimerDeclarationImpl in org.camunda.bpm.engine.impl.persistence.entity |
|---|
| Constructors in org.camunda.bpm.engine.impl.persistence.entity with parameters of type TimerDeclarationImpl | |
|---|---|
TimerEntity(TimerDeclarationImpl timerDeclaration)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||