org.camunda.bpm.engine.impl.migration.instance
Interface EmergingInstance

All Known Implementing Classes:
EmergingJobInstance, MigratingEventSubscriptionInstance

public interface EmergingInstance

Represents a instance which will be created by a migration, i.e. new event subscriptions or jobs.


Method Summary
 void create(ExecutionEntity scopeExecution)
          Creates this instance and attachs it to the given execution.
 

Method Detail

create

void create(ExecutionEntity scopeExecution)
Creates this instance and attachs it to the given execution.

Parameters:
scopeExecution - the execution to attach the new instance


Copyright © 2017 camunda services GmbH. All rights reserved.