Package | Description |
---|---|
org.modeshape.jcr.cache.document | |
org.modeshape.jcr.federation |
Modifier and Type | Field and Description |
---|---|
protected SessionNode |
SessionNode.DeepCopy.targetNode |
Modifier and Type | Method and Description |
---|---|
protected SessionNode |
WritableSessionCache.add(SessionNode newNode) |
SessionNode |
WritableSessionCache.mutable(NodeKey key) |
SessionNode |
ReadOnlySessionCache.mutable(NodeKey key) |
abstract SessionNode |
AbstractSessionCache.mutable(NodeKey key) |
protected SessionNode |
SessionNode.removeChildFromNode(AbstractSessionCache session,
NodeKey childKey)
Remove the child from this parent node.
|
Modifier and Type | Method and Description |
---|---|
protected SessionNode |
WritableSessionCache.add(SessionNode newNode) |
protected void |
WritableSessionCache.assertInSession(SessionNode node) |
void |
LocalDocumentStore.updateDocument(String key,
Document document,
SessionNode sessionNode) |
void |
DocumentStore.updateDocument(String key,
Document document,
SessionNode sessionNode)
Updates the content of the document at the given key with the given document.
|
Modifier and Type | Method and Description |
---|---|
protected void |
WritableSessionCache.logChangesBeingSaved(Iterable<NodeKey> firstNodesInOrder,
Map<NodeKey,SessionNode> firstNodes,
Iterable<NodeKey> secondNodesInOrder,
Map<NodeKey,SessionNode> secondNodes) |
protected void |
WritableSessionCache.logChangesBeingSaved(Iterable<NodeKey> firstNodesInOrder,
Map<NodeKey,SessionNode> firstNodes,
Iterable<NodeKey> secondNodesInOrder,
Map<NodeKey,SessionNode> secondNodes) |
Constructor and Description |
---|
DeepClone(SessionNode targetNode,
WritableSessionCache cache,
CachedNode sourceNode,
SessionCache sourceCache,
String systemWorkspaceKey,
Connectors connectors) |
DeepCopy(SessionNode targetNode,
WritableSessionCache cache,
CachedNode sourceNode,
SessionCache sourceCache,
String systemWorkspaceKey,
Connectors connectors) |
Modifier and Type | Method and Description |
---|---|
void |
FederatedDocumentStore.updateDocument(String key,
Document document,
SessionNode sessionNode) |
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.