Class ScreenTemplateMigrationTask


  • public class ScreenTemplateMigrationTask
    extends MigrationTask
    This task migrates the screen inputs from screen 'functionTable' which require the prefix "attributes." as of 3.11
    • Constructor Detail

      • ScreenTemplateMigrationTask

        public ScreenTemplateMigrationTask​(step.core.collections.CollectionFactory collectionFactory,
                                           MigrationContext migrationContext)
    • Method Detail

      • runUpgradeScript

        public void runUpgradeScript()
        Description copied from class: MigrationTask
        Script to be executed when migrating from a version lower than asOfVersion to the version asOfVersion
        Specified by:
        runUpgradeScript in class MigrationTask
      • runDowngradeScript

        public void runDowngradeScript()
        Description copied from class: MigrationTask
        Script to be executed when migrating from the version asOfVersion to a version lower than asOfVersion
        Specified by:
        runDowngradeScript in class MigrationTask