| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.jcr.delegate |
This package contains the delegates for the various JCR API entities.
|
| org.apache.jackrabbit.oak.jcr.version |
| Modifier and Type | Method and Description |
|---|---|
VersionHistoryDelegate |
VersionManagerDelegate.createVersionHistory(NodeDelegate versionHistory) |
VersionHistoryDelegate |
VersionManagerDelegate.getVersionHistory(NodeDelegate versionable) |
| Modifier and Type | Method and Description |
|---|---|
void |
VersionManagerDelegate.addVersionLabel(VersionHistoryDelegate versionHistory,
VersionDelegate version,
String oakVersionLabel,
boolean moveLabel)
Add a version label to the given version history.
|
void |
VersionManagerDelegate.removeVersion(VersionHistoryDelegate versionHistory,
String oakVersionName)
Removes a version from the given history.
|
void |
VersionManagerDelegate.removeVersionLabel(VersionHistoryDelegate versionHistory,
String oakVersionLabel)
Removes a version label from the given history.
|
| Constructor and Description |
|---|
VersionHistoryImpl(VersionHistoryDelegate dlg,
SessionContext sessionContext) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.