Class GeographicalSchemaMigration

java.lang.Object
com._1c.g5.v8.dt.migration.ProjectDataMigrationScenarioPhaseAdapter
com._1c.g5.v8.dt.internal.migration.scenario.GeographicalSchemaMigration
All Implemented Interfaces:
IProjectDataMigrationScenario

public class GeographicalSchemaMigration extends ProjectDataMigrationScenarioPhaseAdapter
Migrates the geographical schema from original platform data (XML) format to EMF storing format.
  • This migration supports project version from 1.8 up to 1.9 but not including.
  • Field Details

  • Constructor Details

    • GeographicalSchemaMigration

      public GeographicalSchemaMigration()
  • Method Details

    • getName

      public String getName()
      Description copied from interface: IProjectDataMigrationScenario
      Gets the unique name of the scenario.
      Returns:
      The name of the scenario.
    • doFinish

      protected void doFinish(ProjectContext projectContext, MigrationContext migrationContext) throws org.eclipse.core.runtime.CoreException
      Description copied from class: ProjectDataMigrationScenarioPhaseAdapter
      Performs migration activities during the finishing stage of the migration.
      Overrides:
      doFinish in class ProjectDataMigrationScenarioPhaseAdapter
      Parameters:
      projectContext - The service project context for the project being migrated at the moment.
      migrationContext - The migration process context.
      Throws:
      org.eclipse.core.runtime.CoreException - Throws exception in case of fatal problems during migration.