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

Packages that use ReadNextBlockOfChildrenRequest
org.modeshape.connector.store.jpa.model.basic The classes that define the "basic" 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 ReadNextBlockOfChildrenRequest in org.modeshape.connector.store.jpa.model.basic
 

Methods in org.modeshape.connector.store.jpa.model.basic with parameters of type ReadNextBlockOfChildrenRequest
 void BasicRequestProcessor.process(ReadNextBlockOfChildrenRequest request)
          Process a request to read the next block of the children of a node, starting after a previously-retrieved child.
 

Uses of ReadNextBlockOfChildrenRequest in org.modeshape.graph.request
 

Methods in org.modeshape.graph.request that return ReadNextBlockOfChildrenRequest
 ReadNextBlockOfChildrenRequest RequestBuilder.readNextBlockOfChildren(Location startingAfter, String workspaceName, int count)
          Add a request to read those children of a node that are immediately after a supplied sibling node.
 

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

Methods in org.modeshape.graph.request.processor with parameters of type ReadNextBlockOfChildrenRequest
 void RequestProcessor.process(ReadNextBlockOfChildrenRequest request)
          Process a request to read the next block of the children of a node, starting after a previously-retrieved child.
 void LoggingRequestProcessor.process(ReadNextBlockOfChildrenRequest request)
          Process a request to read the next block of the children of a node, starting after a previously-retrieved child.
 



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