| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.jcr.delegate |
This package contains the delegates for the various JCR API entities.
|
| org.apache.jackrabbit.oak.jcr.lock | |
| org.apache.jackrabbit.oak.jcr.session | |
| org.apache.jackrabbit.oak.jcr.session.operation |
| Modifier and Type | Class and Description |
|---|---|
class |
VersionDelegate
VersionDelegate... |
class |
VersionHistoryDelegate
VersionHistoryDelegate... |
| Modifier and Type | Method and Description |
|---|---|
NodeDelegate |
NodeDelegate.addChild(String name,
String typeName)
Add a child node
|
NodeDelegate |
NodeDelegate.getChild(String relPath)
Get child node
|
NodeDelegate |
NodeDelegate.getLock() |
NodeDelegate |
SessionDelegate.getNode(String path)
NodeDelegate at the given path |
NodeDelegate |
SessionDelegate.getNodeByIdentifier(String id) |
NodeDelegate |
PropertyDelegate.getParent() |
NodeDelegate |
NodeDelegate.getParent() |
abstract NodeDelegate |
ItemDelegate.getParent()
Get the parent of this item or
null. |
NodeDelegate |
SessionDelegate.getRootNode() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<NodeDelegate> |
NodeDelegate.getChildren()
Returns an iterator for traversing all the children of this node.
|
| Modifier and Type | Method and Description |
|---|---|
VersionDelegate |
VersionManagerDelegate.checkin(NodeDelegate nodeDelegate) |
void |
VersionManagerDelegate.checkout(NodeDelegate nodeDelegate) |
VersionDelegate |
VersionManagerDelegate.createVersion(NodeDelegate version) |
VersionHistoryDelegate |
VersionManagerDelegate.createVersionHistory(NodeDelegate versionHistory) |
VersionDelegate |
VersionManagerDelegate.getBaseVersion(NodeDelegate versionable) |
VersionHistoryDelegate |
VersionManagerDelegate.getVersionHistory(NodeDelegate versionable) |
boolean |
VersionManagerDelegate.isCheckedOut(NodeDelegate nodeDelegate) |
void |
VersionManagerDelegate.restore(NodeDelegate parent,
String oakName,
VersionDelegate vd) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
LockManagerImpl.canUnlock(NodeDelegate node)
Verifies if the current sessionContext can unlock the specified node
|
protected T |
LockOperation.perform(NodeDelegate node) |
protected void |
LockOperation.performVoid(NodeDelegate node) |
| Constructor and Description |
|---|
LockImpl(SessionContext context,
NodeDelegate delegate) |
| Modifier and Type | Class and Description |
|---|---|
class |
NodeImpl<T extends NodeDelegate>
TODO document
|
| Modifier and Type | Method and Description |
|---|---|
static NodeImpl<? extends NodeDelegate> |
NodeImpl.createNode(NodeDelegate delegate,
SessionContext context) |
static NodeImpl<? extends NodeDelegate> |
NodeImpl.createNodeOrNull(NodeDelegate delegate,
SessionContext context) |
| Modifier and Type | Method and Description |
|---|---|
static NodeImpl<? extends NodeDelegate> |
NodeImpl.createNode(NodeDelegate delegate,
SessionContext context) |
static NodeImpl<? extends NodeDelegate> |
NodeImpl.createNodeOrNull(NodeDelegate delegate,
SessionContext context) |
| Modifier and Type | Field and Description |
|---|---|
protected NodeDelegate |
NodeOperation.node |
| Constructor and Description |
|---|
NodeOperation(NodeDelegate node,
String name) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.