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
 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
 

Method Detail

updateEventTriggers

MigrationInstructionsBuilder updateEventTriggers()
Toggle whether the instructions should include updating of the respective event triggers where appropriate. See MigrationInstructionBuilder.updateEventTrigger() for details what updating the event trigger means for a single instruction.

Returns:
this builder


Copyright © 2017 camunda services GmbH. All rights reserved.