Uses of Interface
org.camunda.bpm.engine.migration.MigrationInstructionBuilder

Packages that use MigrationInstructionBuilder
org.camunda.bpm.engine.impl.migration   
org.camunda.bpm.engine.migration   
 

Uses of MigrationInstructionBuilder in org.camunda.bpm.engine.impl.migration
 

Classes in org.camunda.bpm.engine.impl.migration that implement MigrationInstructionBuilder
 class MigrationPlanBuilderImpl
           
 

Methods in org.camunda.bpm.engine.impl.migration that return MigrationInstructionBuilder
 MigrationInstructionBuilder MigrationPlanBuilderImpl.mapActivities(String sourceActivityId, String targetActivityId)
           
 MigrationInstructionBuilder MigrationPlanBuilderImpl.updateEventTrigger()
           
 

Uses of MigrationInstructionBuilder in org.camunda.bpm.engine.migration
 

Methods in org.camunda.bpm.engine.migration that return MigrationInstructionBuilder
 MigrationInstructionBuilder MigrationPlanBuilder.mapActivities(String sourceActivityId, String targetActivityId)
          Adds a migration instruction that maps activity instances of the source activity (of the source process definition) to activity instances of the target activity (of the target process definition)
 MigrationInstructionBuilder MigrationInstructionBuilder.updateEventTrigger()
          If the current instruction maps between event-receiving flow nodes that rely on a persistent event trigger, this method can be used to determine whether the event trigger should be updated during migration
 



Copyright © 2016 camunda services GmbH. All rights reserved.