Uses of Class
org.modeshape.graph.property.PathNotFoundException

Packages that use PathNotFoundException
org.modeshape.graph.session A graph session provides a stateful environment in which graph operations can be enqueued and the state and structure of the graph are cached. 
org.modeshape.jcr The ModeShape implementation of the JCR API. 
 

Uses of PathNotFoundException in org.modeshape.graph.session
 

Methods in org.modeshape.graph.session that throw PathNotFoundException
 GraphSession.Node<Payload,PropertyPayload> GraphSession.findNodeRelativeTo(GraphSession.Node<Payload,PropertyPayload> startingPoint, Path relativePath)
          Find the node with the supplied path relative to another node.
protected  GraphSession.Node<Payload,PropertyPayload> GraphSession.findNodeRelativeTo(GraphSession.Node<Payload,PropertyPayload> startingPoint, Path relativePath, boolean loadIfRequired)
          Find the node with the supplied path relative to another node.
 GraphSession.Node<Payload,PropertyPayload> GraphSession.findNodeWith(GraphSession.NodeId id, Path path)
          Find the node with the supplied identifier or, if no such node is found, the node at the supplied path.
 GraphSession.Node<Payload,PropertyPayload> GraphSession.findNodeWith(Location location)
          Find in the session the node with the supplied location.
 GraphSession.Node<Payload,PropertyPayload> GraphSession.findNodeWith(Path path)
          Find the node with the supplied path.
protected  GraphSession.Node<Payload,PropertyPayload> GraphSession.findNodeWith(Path path, boolean loadIfRequired)
          Find the node with the supplied path.
 void GraphSession.immediateClone(Path source, String sourceWorkspace, Path destination, boolean removeExisting, boolean destPathIncludesSegment)
          Clone the supplied source branch and place into the destination location, optionally removing any existing copy that already exists in the destination location, doing so immediately without enqueuing the operation within the session's operations.
 Location GraphSession.immediateCopy(Path source, String sourceWorkspace, Path destination)
          Copy the node at the supplied source path in the named workspace, and place the copy at the supplied location within the current workspace, doing so immediately without enqueuing the operation within the session's operations.
 void GraphSession.Node.orderChildBefore(Path.Segment childToBeMoved, Path.Segment before)
          Move the specified child to be located immediately before the other supplied node.
 void GraphSession.save()
          Save any changes that have been accumulated by this session.
 void GraphSession.save(GraphSession.Node<Payload,PropertyPayload> node)
          Save any changes to the identified node or its descendants.
 

Uses of PathNotFoundException in org.modeshape.jcr
 

Methods in org.modeshape.jcr that throw PathNotFoundException
protected  JcrRepository JcrEngine.doCreateJcrRepository(String repositoryName)
           
 



Copyright © 2008-2011 JBoss, a division of Red Hat. All Rights Reserved.