public interface MigrationPlanBuilder
| Modifier and Type | Method and Description | 
|---|---|
MigrationPlan | 
build()  | 
MigrationInstructionBuilder | 
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) 
 | 
MigrationInstructionsBuilder | 
mapEqualActivities()
Automatically adds a set of instructions for activities that are equivalent in both
 process definitions. 
 | 
MigrationInstructionsBuilder mapEqualActivities()
MigrationInstructionBuilder mapActivities(String sourceActivityId, String targetActivityId)
MigrationPlan build()
MigrationPlanValidationException - if the migration plan contains instructions that are not validAuthorizationException - if the user has no Permissions.READ permission on Resources.PROCESS_DEFINITION
         for both, source and target process definition.Copyright © 2019. All rights reserved.