Class MigrationInstructionImpl
java.lang.Object
org.camunda.bpm.engine.impl.migration.MigrationInstructionImpl
- All Implemented Interfaces:
MigrationInstruction
- Author:
- Thorben Lindhauer
-
Field Summary
-
Constructor Summary
ConstructorDescriptionMigrationInstructionImpl
(String sourceActivityId, String targetActivityId) MigrationInstructionImpl
(String sourceActivityId, String targetActivityId, boolean updateEventTrigger) -
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setUpdateEventTrigger
(boolean updateEventTrigger) toString()
-
Field Details
-
sourceActivityId
-
targetActivityId
-
updateEventTrigger
protected boolean updateEventTrigger
-
-
Constructor Details
-
MigrationInstructionImpl
-
MigrationInstructionImpl
-
-
Method Details
-
getSourceActivityId
- Specified by:
getSourceActivityId
in interfaceMigrationInstruction
- Returns:
- the id of the activity of the source process definition that this instruction maps instances from
-
getTargetActivityId
- Specified by:
getTargetActivityId
in interfaceMigrationInstruction
- Returns:
- the id of the activity of the target process definition that this instruction maps instances to
-
isUpdateEventTrigger
public boolean isUpdateEventTrigger()- Specified by:
isUpdateEventTrigger
in interfaceMigrationInstruction
- Returns:
- whether this flow node's event trigger is going to be updated during
migration. Can only be true for flow nodes that define a persistent event trigger.
See
MigrationInstructionBuilder.updateEventTrigger()
for details
-
setUpdateEventTrigger
public void setUpdateEventTrigger(boolean updateEventTrigger) -
toString
-