org.camunda.bpm.engine.impl.migration.instance
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
Method Summary |
void |
create(ExecutionEntity scopeExecution)
Creates this instance and attachs it to the given execution. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
timerDeclaration
protected TimerDeclarationImpl timerDeclaration
EmergingJobInstance
public EmergingJobInstance(TimerDeclarationImpl timerDeclaration)
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 interface EmergingInstance
- Parameters:
scopeExecution
- the execution to attach the new instance
Copyright © 2017 camunda services GmbH. All rights reserved.