|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ReadNextBlockOfChildrenRequest | |
|---|---|
| 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.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||