|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ReadBranchRequest | |
|---|---|
| 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 ReadBranchRequest in org.jboss.dna.connector.store.jpa.model.basic |
|---|
| Methods in org.jboss.dna.connector.store.jpa.model.basic with parameters of type ReadBranchRequest | |
|---|---|
void |
BasicRequestProcessor.process(ReadBranchRequest request)
Process a request to read a branch or subgraph that's below a node at a specified location. |
| Uses of ReadBranchRequest in org.jboss.dna.graph.request |
|---|
| Methods in org.jboss.dna.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. |
| Uses of ReadBranchRequest in org.jboss.dna.graph.request.processor |
|---|
| Methods in org.jboss.dna.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||