Uses of Interface
org.modeshape.graph.connector.path.PathWorkspace

Packages that use PathWorkspace
org.modeshape.connector.filesystem The classes that make up the connector that accesses the files and directories on a local file system and exposes them as content in a repository. 
org.modeshape.graph.connector.path The PathRepository class and its supporting classes provide a default read-only implementation of the connector classes for connectors that only support path-based access to a standard representation of a node
 

Uses of PathWorkspace in org.modeshape.connector.filesystem
 

Classes in org.modeshape.connector.filesystem that implement PathWorkspace
 class FileSystemRepository.FileSystemWorkspace
          Writable workspace implementation for file system-backed workspaces
 

Uses of PathWorkspace in org.modeshape.graph.connector.path
 

Subinterfaces of PathWorkspace in org.modeshape.graph.connector.path
 interface WritablePathWorkspace
          Extension of PathWorkspace for repositories that support modification of nodes as well as access to the nodes.
 

Classes in org.modeshape.graph.connector.path that implement PathWorkspace
 class AbstractWritablePathWorkspace
          Implementation of some methods from WritablePathWorkspace to assist in the development of path-based connectors.
 

Fields in org.modeshape.graph.connector.path with type parameters of type PathWorkspace
protected  ConcurrentMap<String,PathWorkspace> PathRepository.workspaces
           
 

Methods in org.modeshape.graph.connector.path that return PathWorkspace
protected  PathWorkspace PathRequestProcessor.getWorkspace(Request request, String workspaceName)
           
 PathWorkspace PathRepository.getWorkspace(String name)
          Returns the workspace with the given name
 

Methods in org.modeshape.graph.connector.path with parameters of type PathWorkspace
 PathNode WritablePathWorkspace.copyNode(ExecutionContext context, PathNode original, PathWorkspace originalWorkspace, PathNode newParent, Name desiredName, boolean recursive)
          Copy the subgraph given by the original node and place the new copy under the supplied new parent.
 PathNode AbstractWritablePathWorkspace.copyNode(ExecutionContext context, PathNode original, PathWorkspace originalWorkspace, PathNode newParent, Name desiredName, boolean recursive)
          This should copy the subgraph rooted at the original node and place the new copy under the supplied new parent.
protected  PathNode PathRequestProcessor.getTargetNode(PathWorkspace workspace, Request request, Location location)
           
 



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