Package | Description |
---|---|
org.apache.jackrabbit.core.version |
The versioning framework in jackrabbit consists of 3 layers.
|
Modifier and Type | Class and Description |
---|---|
class |
DateVersionSelector
This Class implements a version selector that selects a version by creation
date.
|
class |
LabelVersionSelector
This Class implements a version selector that selects a version by label.
|
class |
VersionSet
This Class implements a version selector that is based on a set of versions.
|
Modifier and Type | Method and Description |
---|---|
protected Set<InternalVersion> |
VersionManagerImplRestore.internalRestore(NodeStateEx state,
InternalVersion version,
VersionSelector vsel,
boolean removeExisting)
Internal method to restore a version.
|
protected void |
VersionManagerImplRestore.internalRestoreFrozen(NodeStateEx state,
InternalFrozenNode freeze,
VersionSelector vsel,
Set<InternalVersion> restored,
boolean removeExisting,
boolean copy)
Restores the properties and child nodes from the frozen state.
|
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.