Class ScreenTemplateFunctionTableExtensionsMigrationTask
- java.lang.Object
-
- step.migration.MigrationTask
-
- step.functions.packages.migration.ScreenTemplateFunctionTableExtensionsMigrationTask
-
public class ScreenTemplateFunctionTableExtensionsMigrationTask extends MigrationTask
-
-
Field Summary
-
Fields inherited from class step.migration.MigrationTask
asOfVersion, collectionFactory, logger, migrationContext
-
-
Constructor Summary
Constructors Constructor Description ScreenTemplateFunctionTableExtensionsMigrationTask(step.core.collections.CollectionFactory collectionFactory, MigrationContext migrationContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
runDowngradeScript()
Script to be executed when migrating from the version asOfVersion to a version lower than asOfVersionvoid
runUpgradeScript()
Script to be executed when migrating from a version lower than asOfVersion to the version asOfVersion-
Methods inherited from class step.migration.MigrationTask
getAsOfVersion, getDocumentCollection
-
-
-
-
Constructor Detail
-
ScreenTemplateFunctionTableExtensionsMigrationTask
public ScreenTemplateFunctionTableExtensionsMigrationTask(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 classMigrationTask
-
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 classMigrationTask
-
-