See: Description
| Interface | Description |
|---|---|
| UpgradeScript |
Implement this interface to cover
transformation of configuration classes structure between releases
conditional default config initialization
migration of legacy configuration
Mark the implemented class with
@ org.dcm4che3.conf.api.upgrade.ScriptVersion
annotation to allow the upgrade runner to detect whether the script needs to be re-executed. |
| Class | Description |
|---|---|
| ConfigurationMetadata | |
| ConfigurationMetadataExtension | |
| MMPVersion |
Major-minor-patch version
|
| UpgradeScript.UpgradeContext | |
| UpgradeScript.UpgradeScriptMetadata | |
| VersionDrivenUpgradeScript |
| Annotation Type | Description |
|---|---|
| FixUpTo | |
| ScriptVersion |
Allows to specify an upgrade script version, when a script is executed, this value will be persisted in the config metadata
|
| UpgradeGoalFromScratch |
This package is part of the Maven module dcm4che-conf-api.
Copyright © 2017 dcm4che.org. All rights reserved.