| Package | Description | 
|---|---|
| org.camunda.bpm.engine.impl.migration | |
| org.camunda.bpm.engine.migration | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MigrationPlanBuilderImpl  | 
| Modifier and Type | Method and Description | 
|---|---|
MigrationInstructionBuilder | 
MigrationPlanBuilderImpl.mapActivities(String sourceActivityId,
             String targetActivityId)  | 
MigrationInstructionBuilder | 
MigrationPlanBuilderImpl.updateEventTrigger()  | 
| Modifier and Type | Method and Description | 
|---|---|
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 © 2019. All rights reserved.