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

Packages that use ReadBranchRequest
org.modeshape.connector.store.jpa.model.simple The classes that define the "simple" storage model for the JPA connector. 
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 ReadBranchRequest in org.modeshape.connector.store.jpa.model.simple
 

Methods in org.modeshape.connector.store.jpa.model.simple with parameters of type ReadBranchRequest
 void SimpleRequestProcessor.process(ReadBranchRequest request)
          Override the default handling for a read branch request to optimize the queries involved.
 

Uses of ReadBranchRequest in org.modeshape.graph.request
 

Methods in org.modeshape.graph.request that return ReadBranchRequest
 ReadBranchRequest RequestBuilder.readBranch(Location at, String workspaceName)
          Add a request to read the branch at the supplied location, to a maximum depth of 2.
 ReadBranchRequest RequestBuilder.readBranch(Location at, String workspaceName, int maxDepth)
          Add a request to read the branch (of given depth) at the supplied location.
 ReadBranchRequest ReadBranchRequest.withMaximumDepth(int maxDepth)
          Obtain a copy of this request (without any results) with the new supplied maximum depth.
 

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

Methods in org.modeshape.graph.request.processor with parameters of type ReadBranchRequest
 void RequestProcessor.process(ReadBranchRequest request)
          Process a request to read a branch or subgraph that's below a node at a specified location.
 void LoggingRequestProcessor.process(ReadBranchRequest request)
          Process a request to read a branch or subgraph that's below a node at a specified location.
 



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