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

Packages that use ReadBlockOfChildrenRequest
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 ReadBlockOfChildrenRequest in org.modeshape.graph.request
 

Methods in org.modeshape.graph.request that return ReadBlockOfChildrenRequest
 ReadBlockOfChildrenRequest RequestBuilder.readBlockOfChildren(Location of, String workspaceName, int startingIndex, int count)
          Add a request to read a block of the children of a node at the supplied location.
 

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

Methods in org.modeshape.graph.request.processor with parameters of type ReadBlockOfChildrenRequest
 void RequestProcessor.process(ReadBlockOfChildrenRequest request)
          Process a request to read a block of the children of a node.
 void LoggingRequestProcessor.process(ReadBlockOfChildrenRequest request)
          Process a request to read a block of the children of a node.
 



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