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
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
doFinish
(ProjectContext projectContext, MigrationContext migrationContext) Performs migration activities during the finishing stage of the migration.getName()
Gets the unique name of the scenario.Methods inherited from class com._1c.g5.v8.dt.migration.ProjectDataMigrationScenarioPhaseAdapter
doInternalStoreMigration, doInternalStoreMigrationPreparation, doPreparation, doResourceStoreMigration, getProductVersionManager, getResourceStoreManager, migrateData
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
GeographicalSchemaMigration
public GeographicalSchemaMigration()
-
-
Method Details
-
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 classProjectDataMigrationScenarioPhaseAdapter
- 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.
-