Interface MigrationModeCheck


  • @ProviderType
    public interface MigrationModeCheck
    A service to check if delayed CodeUpgradeTasks are supposed to be executed. Checks for System Property PROP_MIGRATION
    • Field Detail

    • Method Detail

      • isDelayedMigrationActive

        boolean isDelayedMigrationActive()
        Returns:
        true if any delayed CodeUpgradeTasks are to be executed
      • isDelayedMigrationActive

        boolean isDelayedMigrationActive​(CodeUpgradeTask codeUpgradeTask)
        Detect if a specified code upgrade task should be executed
        Parameters:
        codeUpgradeTask - the task to validate if it needs to be executed
        Returns:
        true if given delayed CodeUpgradeTasks is to be executed