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 TimerDeclarationImpltimerDeclaration 
- 
Constructor Summary
Constructors Constructor Description EmergingJobInstance(TimerDeclarationImpl timerDeclaration) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreate(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:EmergingInstanceCreates this instance and attachs it to the given execution.- Specified by:
 createin interfaceEmergingInstance- Parameters:
 scopeExecution- the execution to attach the new instance
 
 - 
 
 -