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

Packages that use WritablePathWorkspace
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.connector.svn The classes that make up the connector that accesses content from an SVN 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 WritablePathWorkspace in org.modeshape.connector.filesystem
 

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

Methods in org.modeshape.connector.filesystem that return WritablePathWorkspace
protected  WritablePathWorkspace FileSystemRepository.createWorkspace(ExecutionContext context, String name)
           
 

Methods in org.modeshape.connector.filesystem with parameters of type WritablePathWorkspace
 PathNode FileSystemRepository.FileSystemWorkspace.moveNode(ExecutionContext context, PathNode node, Name desiredNewName, WritablePathWorkspace originalWorkspace, PathNode newParent, PathNode beforeNode)
           
 

Uses of WritablePathWorkspace in org.modeshape.connector.svn
 

Methods in org.modeshape.connector.svn that return WritablePathWorkspace
protected  WritablePathWorkspace SvnRepository.createWorkspace(ExecutionContext context, String name)
           
 

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

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

Methods in org.modeshape.graph.connector.path that return WritablePathWorkspace
protected abstract  WritablePathWorkspace WritablePathRepository.createWorkspace(ExecutionContext context, String name)
          Creates a new workspace with the given name containing only a root node.
 WritablePathWorkspace WritablePathRepository.createWorkspace(ExecutionContext context, String name, CreateWorkspaceRequest.CreateConflictBehavior behavior)
          Attempts to create a workspace with the given name with name-collision behavior determined by the behavior parameter.
 WritablePathWorkspace WritablePathRepository.createWorkspace(ExecutionContext context, String name, CreateWorkspaceRequest.CreateConflictBehavior existingWorkspaceBehavior, String nameOfWorkspaceToClone)
          Attempts to create a workspace with the requested name as in the #createWorkspace(ExecutionContext, String, CreateConflictBehavior) method and then clones the content from the given source workspace into the new workspace if the creation was successful.
 

Methods in org.modeshape.graph.connector.path with parameters of type WritablePathWorkspace
 PathNode WritablePathWorkspace.moveNode(ExecutionContext context, PathNode node, Name desiredNewName, WritablePathWorkspace originalWorkspace, PathNode newParent, PathNode beforeNode)
          Move the supplied node to the new parent within this workspace.
 PathNode AbstractWritablePathWorkspace.moveNode(ExecutionContext context, PathNode node, Name desiredNewName, WritablePathWorkspace originalWorkspace, PathNode newParent, PathNode beforeNode)
           
 



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