Enum Class MigrationPhase

java.lang.Object
java.lang.Enum<MigrationPhase>
com._1c.g5.v8.dt.migration.MigrationPhase
All Implemented Interfaces:
Serializable, Comparable<MigrationPhase>, Constable

public enum MigrationPhase extends Enum<MigrationPhase>
Enumeration of supported data migration phases.
  • Enum Constant Details

    • PREPARATION

      public static final MigrationPhase PREPARATION
      Preparation of the migration process.
    • RESOURCE_STORE_MIGRATION

      public static final MigrationPhase RESOURCE_STORE_MIGRATION
      Migration of EDT resources/sources.
    • INTERNAL_STORE_MIGRATION_PREPARATION

      public static final MigrationPhase INTERNAL_STORE_MIGRATION_PREPARATION
      Migration of EDT internal data before the BM is started.
    • INTERNAL_STORE_MIGRATION

      public static final MigrationPhase INTERNAL_STORE_MIGRATION
      Migration after the BM start.
    • FINISH

      public static final MigrationPhase FINISH
      Finishing of the migration process.
  • Method Details

    • values

      public static MigrationPhase[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static MigrationPhase valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null