org.camunda.bpm.engine.impl.migration.instance
Class EmergingJobInstance

java.lang.Object
  extended by org.camunda.bpm.engine.impl.migration.instance.EmergingJobInstance
All Implemented Interfaces:
EmergingInstance

public class EmergingJobInstance
extends Object
implements EmergingInstance

Author:
Thorben Lindhauer

Field Summary
protected  TimerDeclarationImpl timerDeclaration
           
 
Constructor Summary
EmergingJobInstance(TimerDeclarationImpl timerDeclaration)
           
 
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
 

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 interface EmergingInstance
Parameters:
scopeExecution - the execution to attach the new instance


Copyright © 2017 camunda services GmbH. All rights reserved.