Package org.camunda.bpm.engine.migration
Interface MigrationInstructionsBuilder
- All Superinterfaces:
MigrationPlanBuilder
- All Known Implementing Classes:
MigrationPlanBuilderImpl
- Author:
- Thorben Lindhauer
-
Method Summary
Modifier and TypeMethodDescriptionToggle 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 Details
-
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
-