|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use VerifyNodeExistsRequest | |
|---|---|
| org.modeshape.graph.connector.base | This package defines a series of classes that can serve as base classes for a connector implementation. |
| 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 VerifyNodeExistsRequest in org.modeshape.graph.connector.base |
|---|
| Methods in org.modeshape.graph.connector.base with parameters of type VerifyNodeExistsRequest | |
|---|---|
void |
Processor.process(VerifyNodeExistsRequest request)
Process a request to verify that a node exists at the supplied location. |
| Uses of VerifyNodeExistsRequest in org.modeshape.graph.request |
|---|
| Methods in org.modeshape.graph.request that return VerifyNodeExistsRequest | |
|---|---|
VerifyNodeExistsRequest |
RequestBuilder.verifyNodeExists(Location at,
String workspaceName)
Add a request to verify the existance and location of a node at the supplied location. |
| Uses of VerifyNodeExistsRequest in org.modeshape.graph.request.processor |
|---|
| Methods in org.modeshape.graph.request.processor with parameters of type VerifyNodeExistsRequest | |
|---|---|
void |
RequestProcessor.process(VerifyNodeExistsRequest request)
Process a request to verify that a node exists at the supplied location. |
void |
LoggingRequestProcessor.process(VerifyNodeExistsRequest request)
Process a request to verify that a node exists at the supplied location. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||