org.modeshape.connector.store.jpa.util
Class RequestProcessorCache.WorkspaceCache
java.lang.Object
org.modeshape.connector.store.jpa.util.RequestProcessorCache.WorkspaceCache
- Enclosing class:
- RequestProcessorCache
public class RequestProcessorCache.WorkspaceCache
- extends Object
getLocationFor
public Location getLocationFor(Path node)
addNewNode
public void addNewNode(Location location)
getAllChildren
public LinkedList<Location> getAllChildren(Path parent)
setAllChildren
public void setAllChildren(Path parent,
LinkedList<Location> children)
moveNode
public boolean moveNode(Location oldLocation,
int oldIndexInParent,
Location newLocation)
removeNodesBelow
protected void removeNodesBelow(Path path,
boolean removeNodeAtSuppliedPath)
removeBranch
public boolean removeBranch(Iterable<Location> locations)
removeChildFromParentListOfChildren
protected boolean removeChildFromParentListOfChildren(LinkedList<Location> siblings,
Location deletedNode,
int expectedIndex)
getString
public String getString(NamespaceRegistry namespaces)
pathString
protected String pathString(Path path,
NamespaceRegistry registry)
pathSegmentString
protected String pathSegmentString(Path.Segment segment,
NamespaceRegistry registry)
toString
public String toString()
-
- Overrides:
toString
in class Object
- See Also:
Object.toString()
Copyright © 2008-2011 JBoss, a division of Red Hat. All Rights Reserved.