Uses of Class
org.modeshape.graph.request.InvalidWorkspaceException

Packages that use InvalidWorkspaceException
org.modeshape.connector.meta.jdbc The classes that make up the connector that accesses the database schema metadata exposed by JDBC drivers for existing relational databases. 
org.modeshape.graph.connector.base This package defines a series of classes that can serve as base classes for a connector implementation. 
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 InvalidWorkspaceException in org.modeshape.connector.meta.jdbc
 

Methods in org.modeshape.connector.meta.jdbc that throw InvalidWorkspaceException
 boolean JdbcMetadataRepository.JdbcMetadataTransaction.destroyWorkspace(org.modeshape.connector.meta.jdbc.JdbcMetadataWorkspace workspace)
           
 org.modeshape.connector.meta.jdbc.JdbcMetadataWorkspace JdbcMetadataRepository.JdbcMetadataTransaction.getWorkspace(String name, org.modeshape.connector.meta.jdbc.JdbcMetadataWorkspace originalToClone)
           
 

Uses of InvalidWorkspaceException in org.modeshape.graph.connector.base
 

Methods in org.modeshape.graph.connector.base that throw InvalidWorkspaceException
 WorkspaceType Repository.createWorkspace(Transaction<NodeType,WorkspaceType> txn, String name, CreateWorkspaceRequest.CreateConflictBehavior existingWorkspaceBehavior, String nameOfWorkspaceToClone)
          Attempts to create a workspace with the given name with name-collision behavior determined by the behavior parameter.
 boolean Transaction.destroyWorkspace(WorkspaceType workspace)
          Destroy the workspace with the supplied name.
 WorkspaceType Transaction.getWorkspace(String name, WorkspaceType originalToClone)
          Creates a new workspace with the given name containing only a root node.
 

Uses of InvalidWorkspaceException in org.modeshape.graph.session
 

Methods in org.modeshape.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.
 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.
 

Uses of InvalidWorkspaceException in org.modeshape.jcr
 

Methods in org.modeshape.jcr that throw InvalidWorkspaceException
protected  void JcrRepository.createWorkspace(String workspaceName, String clonedFromWorkspaceNamed)
          Create a new workspace with the supplied name.
protected  void JcrRepository.destroyWorkspace(String workspaceName, org.modeshape.jcr.JcrWorkspace currentWorkspace)
          Destroy the workspace with the supplied name.
 



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