Uses of Interface
org.camunda.bpm.engine.migration.MigrationInstructionBuilder
-
Packages that use MigrationInstructionBuilder Package Description org.camunda.bpm.engine.impl.migration org.camunda.bpm.engine.migration -
-
Uses of MigrationInstructionBuilder in org.camunda.bpm.engine.impl.migration
Classes in org.camunda.bpm.engine.impl.migration that implement MigrationInstructionBuilder Modifier and Type Class Description class
MigrationPlanBuilderImpl
Methods in org.camunda.bpm.engine.impl.migration that return MigrationInstructionBuilder Modifier and Type Method Description MigrationInstructionBuilder
MigrationPlanBuilderImpl. mapActivities(String sourceActivityId, String targetActivityId)
MigrationInstructionBuilder
MigrationPlanBuilderImpl. updateEventTrigger()
-
Uses of MigrationInstructionBuilder in org.camunda.bpm.engine.migration
Methods in org.camunda.bpm.engine.migration that return MigrationInstructionBuilder Modifier and Type Method 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
-