Package com._1c.g5.v8.dt.migration
Interface IProjectDataMigrationService
-
- All Superinterfaces:
IManagedService
public interface IProjectDataMigrationService extends IManagedService
Service which controls the migration of EDT data during product updates.
-
-
Field Summary
Fields Modifier and Type Field Description static String
FINISH_SERVICE_NAME
static String
INTERNAL_STORE_PREPARATION_SERVICE_NAME
static String
MIGRATION_CONTEXT_NAME
static String
PREPARATION_SERVICE_NAME
static String
RESOURCE_STORE_SERVICE_NAME
-
Method Summary
-
Methods inherited from interface com._1c.g5.wiring.IManagedService
activate, deactivate
-
-
-
-
Field Detail
-
MIGRATION_CONTEXT_NAME
static final String MIGRATION_CONTEXT_NAME
- See Also:
- Constant Field Values
-
PREPARATION_SERVICE_NAME
static final String PREPARATION_SERVICE_NAME
- See Also:
- Constant Field Values
-
RESOURCE_STORE_SERVICE_NAME
static final String RESOURCE_STORE_SERVICE_NAME
- See Also:
- Constant Field Values
-
INTERNAL_STORE_PREPARATION_SERVICE_NAME
static final String INTERNAL_STORE_PREPARATION_SERVICE_NAME
- See Also:
- Constant Field Values
-
FINISH_SERVICE_NAME
static final String FINISH_SERVICE_NAME
- See Also:
- Constant Field Values
-
-