Uses of Interface
org.apache.jackrabbit.core.version.InternalBaseline
-
Packages that use InternalBaseline Package Description org.apache.jackrabbit.core.version The versioning framework in jackrabbit consists of 3 layers. -
-
Uses of InternalBaseline in org.apache.jackrabbit.core.version
Methods in org.apache.jackrabbit.core.version that return InternalBaseline Modifier and Type Method Description InternalBaseline
InternalVersionManager. getBaseline(NodeId id)
Returns the baseline with the given idMethods in org.apache.jackrabbit.core.version with parameters of type InternalBaseline Modifier and Type Method Description protected NodeId
VersionManagerImplConfig. restore(NodeStateEx parent, Name name, InternalBaseline baseline)
Restores the versions recorded in the given baseline below the specified path.
-