Package org.apache.jackrabbit.oak.plugins.migration.version
-
Class Summary Class Description VersionableEditor The VersionableEditor provides two possible ways to handle versionable nodes: it can copy the version histories of versionable nodes, or it can skip copying version histories and remove themix:versionable
mixin together with any related properties (seeVersionHistoryUtil.removeVersionProperties(NodeBuilder, TypePredicate)
).VersionableEditor.Provider VersionablePropertiesEditor The VersionablePropertiesEditor adds missing versionable properties.VersionablePropertiesEditor.Provider VersionCopier This class allows to copy the version history, optionally filtering it with a given date.VersionCopyConfiguration This class allows to configure the behaviour of the version copier.VersionHistoryUtil