Class EmergingJobInstance
java.lang.Object
org.camunda.bpm.engine.impl.migration.instance.EmergingJobInstance
- All Implemented Interfaces:
EmergingInstance
- Author:
- Thorben Lindhauer
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
create
(ExecutionEntity scopeExecution) Creates this instance and attachs it to the given execution.
-
Field Details
-
timerDeclaration
-
-
Constructor Details
-
EmergingJobInstance
-
-
Method Details
-
create
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
-