public interface MigrationInstructionValidator
| Modifier and Type | Method and Description |
|---|---|
void |
validate(ValidatingMigrationInstruction instruction,
ValidatingMigrationInstructions instructions,
MigrationInstructionValidationReportImpl report)
Check that a migration instruction is valid for a migration plan.
|
void validate(ValidatingMigrationInstruction instruction, ValidatingMigrationInstructions instructions, MigrationInstructionValidationReportImpl report)
instruction - the instruction to validateinstructions - the complete migration plan to validatereport - the validation reportCopyright © 2013–2021 camunda services GmbH. All rights reserved.