Uses of Class
org.jboss.dna.graph.request.ReadBlockOfChildrenRequest

Packages that use ReadBlockOfChildrenRequest
org.jboss.dna.connector.store.jpa.model.basic The classes that define the "basic" storage model for the JPA connector. 
org.jboss.dna.graph.request Sometimes its useful to work with a graph using objects that represent individual commands on the graph. 
org.jboss.dna.graph.request.processor This portion of the JBoss DNA Graph API defines the processor for requests
 

Uses of ReadBlockOfChildrenRequest in org.jboss.dna.connector.store.jpa.model.basic
 

Methods in org.jboss.dna.connector.store.jpa.model.basic with parameters of type ReadBlockOfChildrenRequest
 void BasicRequestProcessor.process(ReadBlockOfChildrenRequest request)
          Process a request to read a block of the children of a node.
 

Uses of ReadBlockOfChildrenRequest in org.jboss.dna.graph.request
 

Methods in org.jboss.dna.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.jboss.dna.graph.request.processor
 

Methods in org.jboss.dna.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-2009 JBoss, a division of Red Hat. All Rights Reserved.