Package sonia.scm.migration
Interface UpdateStep
- All Superinterfaces:
UpdateStepTarget
This is the main interface for "global" data migration/update. Using this interface, SCM-Manager provides the
possibility to change data structures between versions for a given type of data. This class should be used only
for global data, that is not repository specific (eg. the store is created without a call of
forRepository
in a store factory. To migrate repository specific data, use a
RepositoryUpdateStep
.
For information about UpdateStepTarget.getAffectedDataType()
and UpdateStepTarget.getTargetVersion()
, see the package
documentation.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
doUpdate()
Implement this to update the data to the new version.Methods inherited from interface sonia.scm.migration.UpdateStepTarget
getAffectedDataType, getTargetVersion