Package org.camunda.bpm.engine.migration
Interface MigrationInstructionsBuilder
-
- All Superinterfaces:
MigrationPlanBuilder
- All Known Implementing Classes:
MigrationPlanBuilderImpl
public interface MigrationInstructionsBuilder extends MigrationPlanBuilder
- Author:
- Thorben Lindhauer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MigrationInstructionsBuilder
updateEventTriggers()
Toggle whether the instructions should include updating of the respective event triggers where appropriate.-
Methods inherited from interface org.camunda.bpm.engine.migration.MigrationPlanBuilder
build, mapActivities, mapEqualActivities, setVariables
-
-
-
-
Method Detail
-
updateEventTriggers
MigrationInstructionsBuilder updateEventTriggers()
Toggle whether the instructions should include updating of the respective event triggers where appropriate. SeeMigrationInstructionBuilder.updateEventTrigger()
for details what updating the event trigger means for a single instruction.- Returns:
- this builder
-
-