Class EmergingJobInstance
- java.lang.Object
-
- org.camunda.bpm.engine.impl.migration.instance.EmergingJobInstance
-
- All Implemented Interfaces:
EmergingInstance
public class EmergingJobInstance extends Object implements EmergingInstance
- Author:
- Thorben Lindhauer
-
-
Field Summary
Fields Modifier and Type Field Description protected TimerDeclarationImpl
timerDeclaration
-
Constructor Summary
Constructors Constructor Description EmergingJobInstance(TimerDeclarationImpl timerDeclaration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
create(ExecutionEntity scopeExecution)
Creates this instance and attachs it to the given execution.
-
-
-
Field Detail
-
timerDeclaration
protected TimerDeclarationImpl timerDeclaration
-
-
Constructor Detail
-
EmergingJobInstance
public EmergingJobInstance(TimerDeclarationImpl timerDeclaration)
-
-
Method Detail
-
create
public void create(ExecutionEntity scopeExecution)
Description copied from interface:EmergingInstance
Creates this instance and attachs it to the given execution.- Specified by:
create
in interfaceEmergingInstance
- Parameters:
scopeExecution
- the execution to attach the new instance
-
-