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

    Constructors
    Constructor
    Description
    MigrateAssertNegation(step.core.collections.CollectionFactory collectionFactory, step.migration.MigrationContext migrationContext)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     

    Methods inherited from class step.migration.MigrationTask

    getAsOfVersion, getDocumentCollection

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MigrateAssertNegation

      public MigrateAssertNegation(step.core.collections.CollectionFactory collectionFactory, step.migration.MigrationContext migrationContext)
  • Method Details

    • runUpgradeScript

      public void runUpgradeScript()
      Specified by:
      runUpgradeScript in class step.migration.MigrationTask
    • runDowngradeScript

      public void runDowngradeScript()
      Specified by:
      runDowngradeScript in class step.migration.MigrationTask