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

Packages that use GetWorkspacesRequest
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.basic The classes that define the "basic" storage model for the JPA connector. 
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
org.modeshape.search.lucene An implementation of the SearchEngine interface that uses the Lucene library. 
 

Uses of GetWorkspacesRequest in org.modeshape.connector.jcr
 

Methods in org.modeshape.connector.jcr with parameters of type GetWorkspacesRequest
 void JcrRequestProcessor.process(GetWorkspacesRequest request)
          Process a request to get the information about the available workspaces.
 

Uses of GetWorkspacesRequest in org.modeshape.connector.store.jpa.model.basic
 

Methods in org.modeshape.connector.store.jpa.model.basic with parameters of type GetWorkspacesRequest
 void BasicRequestProcessor.process(GetWorkspacesRequest request)
          Process a request to get the information about the available workspaces.
 

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

Methods in org.modeshape.graph.connector.map with parameters of type GetWorkspacesRequest
 void MapRequestProcessor.process(GetWorkspacesRequest request)
          Process a request to get the information about the available workspaces.
 

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

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

Uses of GetWorkspacesRequest in org.modeshape.graph.request
 

Methods in org.modeshape.graph.request that return GetWorkspacesRequest
 GetWorkspacesRequest RequestBuilder.getWorkspaces()
          Add a request to obtain the information about the available workspaces.
 

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

Methods in org.modeshape.graph.request.processor with parameters of type GetWorkspacesRequest
abstract  void RequestProcessor.process(GetWorkspacesRequest request)
          Process a request to get the information about the available workspaces.
 void LoggingRequestProcessor.process(GetWorkspacesRequest request)
          Process a request to get the information about the available workspaces.
 

Uses of GetWorkspacesRequest in org.modeshape.search.lucene
 

Methods in org.modeshape.search.lucene with parameters of type GetWorkspacesRequest
 void LuceneSearchProcessor.process(GetWorkspacesRequest request)
          Process a request to get the information about the available workspaces.
 



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