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

Packages that use CreateWorkspaceRequest
org.modeshape.connector.jcr The JCR connector provides access to a JCR repository instance running in the same process (and accessible via JNDI). 
org.modeshape.connector.store.jpa.model.simple The classes that define the "simple" storage model for the JPA connector. 
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.connector.map The MapRepository class and its supporting classes provide a default implementation of the connector classes for connectors that support the transient or persistent mapping of a UUID to a standard representation of a node
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
org.modeshape.graph.request Sometimes its useful to work with a graph using objects that represent individual commands on the graph. 
org.modeshape.graph.request.processor This portion of the ModeShape Graph API defines the processor for requests
 

Uses of CreateWorkspaceRequest in org.modeshape.connector.jcr
 

Methods in org.modeshape.connector.jcr with parameters of type CreateWorkspaceRequest
 void JcrRequestProcessor.process(CreateWorkspaceRequest request)
          Process a request to create a new workspace.
 

Uses of CreateWorkspaceRequest in org.modeshape.connector.store.jpa.model.simple
 

Methods in org.modeshape.connector.store.jpa.model.simple with parameters of type CreateWorkspaceRequest
 void SimpleRequestProcessor.process(CreateWorkspaceRequest request)
           
 

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

Methods in org.modeshape.graph.connector.base with parameters of type CreateWorkspaceRequest
 void Processor.process(CreateWorkspaceRequest request)
          Process a request to create a new workspace.
 

Uses of CreateWorkspaceRequest in org.modeshape.graph.connector.map
 

Methods in org.modeshape.graph.connector.map with parameters of type CreateWorkspaceRequest
 void MapRequestProcessor.process(CreateWorkspaceRequest request)
          Process a request to create a new workspace.
 

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

Methods in org.modeshape.graph.connector.path with parameters of type CreateWorkspaceRequest
 void PathRequestProcessor.process(CreateWorkspaceRequest request)
           
 

Uses of CreateWorkspaceRequest in org.modeshape.graph.request
 

Methods in org.modeshape.graph.request that return CreateWorkspaceRequest
 CreateWorkspaceRequest CreateWorkspaceRequest.clone()
           This method does not clone the results.
 CreateWorkspaceRequest RequestBuilder.createWorkspace(String desiredNameOfNewWorkspace, CreateWorkspaceRequest.CreateConflictBehavior createConflictBehavior)
          Add a request to create a new workspace, and specify the behavior should a workspace already exists with a name that matches the desired name for the new workspace.
 

Uses of CreateWorkspaceRequest in org.modeshape.graph.request.processor
 

Methods in org.modeshape.graph.request.processor with parameters of type CreateWorkspaceRequest
abstract  void RequestProcessor.process(CreateWorkspaceRequest request)
          Process a request to create a new workspace.
 void LoggingRequestProcessor.process(CreateWorkspaceRequest request)
          Process a request to create a new workspace.
 



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