Package step.migration.tasks
Class MigrateAssertNegation
java.lang.Object
step.migration.MigrationTask
step.migration.tasks.MigrateAssertNegation
public class MigrateAssertNegation
extends step.migration.MigrationTask
This function ensures that all the artefacts have their name saved properly in the attribute map.
This will only be needed for the migration from 3.3.x or lower to 3.4.x or higher
-
Field Summary
Fields inherited from class step.migration.MigrationTask
asOfVersion, collectionFactory, logger, migrationContext
-
Constructor Summary
ConstructorDescriptionMigrateAssertNegation
(step.core.collections.CollectionFactory collectionFactory, step.migration.MigrationContext migrationContext) -
Method Summary
Methods inherited from class step.migration.MigrationTask
getAsOfVersion, getDocumentCollection
-
Constructor Details
-
MigrateAssertNegation
public MigrateAssertNegation(step.core.collections.CollectionFactory collectionFactory, step.migration.MigrationContext migrationContext)
-
-
Method Details
-
runUpgradeScript
public void runUpgradeScript()- Specified by:
runUpgradeScript
in classstep.migration.MigrationTask
-
runDowngradeScript
public void runDowngradeScript()- Specified by:
runDowngradeScript
in classstep.migration.MigrationTask
-