public class ConditionalEventUpdateEventTriggerValidator extends Object implements MigrationInstructionValidator
| Modifier and Type | Field and Description |
|---|---|
static String |
MIGRATION_CONDITIONAL_VALIDATION_ERROR_MSG |
| Constructor and Description |
|---|
ConditionalEventUpdateEventTriggerValidator() |
| 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.
|
public static final String MIGRATION_CONDITIONAL_VALIDATION_ERROR_MSG
public ConditionalEventUpdateEventTriggerValidator()
public void validate(ValidatingMigrationInstruction instruction, ValidatingMigrationInstructions instructions, MigrationInstructionValidationReportImpl report)
MigrationInstructionValidatorvalidate in interface MigrationInstructionValidatorinstruction - the instruction to validateinstructions - the complete migration plan to validatereport - the validation reportCopyright © 2018. All rights reserved.