| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.jcr.delegate |
This package contains the delegates for the various JCR API entities.
|
| org.apache.jackrabbit.oak.jcr.session.operation |
| Modifier and Type | Class and Description |
|---|---|
class |
NodeDelegate
NodeDelegate serve as internal representations of Nodes. |
class |
PropertyDelegate
PropertyDelegate serve as internal representations of Propertys. |
class |
VersionDelegate
VersionDelegate... |
class |
VersionHistoryDelegate
VersionHistoryDelegate... |
| Modifier and Type | Method and Description |
|---|---|
ItemDelegate |
SessionDelegate.getItem(String path)
Returns the node or property delegate at the given path.
|
| Modifier and Type | Field and Description |
|---|---|
protected ItemDelegate |
ItemOperation.item |
| Constructor and Description |
|---|
ItemOperation(ItemDelegate item,
String name) |
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.