Uses of Class
org.jboss.dna.graph.request.InvalidWorkspaceException

Packages that use InvalidWorkspaceException
org.jboss.dna.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. 
 

Uses of InvalidWorkspaceException in org.jboss.dna.graph.session
 

Methods in org.jboss.dna.graph.session that throw InvalidWorkspaceException
 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.
 void 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.
 



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