|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AccessQueryRequest | |
|---|---|
| org.modeshape.graph | The ModeShape Graph API defines the types that allow you to work with content organized as a graph. |
| 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.connector.map | The MapRepository class and its supporting classes provide a default implementation of the connector
classes for connectors that support the transient or persistent mapping of a UUID to a standard
representation of a node. |
| org.modeshape.graph.connector.path | The PathRepository class and its supporting classes provide a default read-only implementation of the connector
classes for connectors that only support path-based access to a standard
representation of a node. |
| org.modeshape.graph.request.processor | This portion of the ModeShape Graph API defines the processor for requests. |
| Uses of AccessQueryRequest in org.modeshape.graph |
|---|
| Methods in org.modeshape.graph that return AccessQueryRequest | |
|---|---|
AccessQueryRequest |
Graph.AccessQueryProcessor.getAccessRequest()
Get the access query request. |
| Uses of AccessQueryRequest in org.modeshape.graph.connector.base |
|---|
| Methods in org.modeshape.graph.connector.base with parameters of type AccessQueryRequest | |
|---|---|
void |
Processor.process(AccessQueryRequest request)
Process a request to query a workspace with an access query, which is is a low-level atomic query that is part of a larger, planned query. |
QueryResults |
Transaction.query(WorkspaceType workspace,
AccessQueryRequest accessQuery)
Perform a query of this workspace. |
QueryResults |
PathTransaction.query(WorkspaceType workspace,
AccessQueryRequest accessQuery)
Perform a query of this workspace. |
QueryResults |
MapTransaction.query(WorkspaceType workspace,
AccessQueryRequest accessQuery)
Perform a query of this workspace. |
| Uses of AccessQueryRequest in org.modeshape.graph.connector.map |
|---|
| Methods in org.modeshape.graph.connector.map with parameters of type AccessQueryRequest | |
|---|---|
void |
MapRequestProcessor.process(AccessQueryRequest request)
Process a request to query a workspace with an access query, which is is a low-level atomic query that is part of a larger, planned query. |
QueryResults |
MapWorkspace.query(ExecutionContext context,
AccessQueryRequest accessQuery)
Perform a query of this workspace. |
QueryResults |
AbstractMapWorkspace.query(ExecutionContext context,
AccessQueryRequest accessQuery)
Perform a query of this workspace. |
| Uses of AccessQueryRequest in org.modeshape.graph.connector.path |
|---|
| Methods in org.modeshape.graph.connector.path with parameters of type AccessQueryRequest | |
|---|---|
void |
PathRequestProcessor.process(AccessQueryRequest request)
|
QueryResults |
PathWorkspace.query(ExecutionContext context,
AccessQueryRequest accessQuery)
Perform a query of this workspace. |
QueryResults |
AbstractWritablePathWorkspace.query(ExecutionContext context,
AccessQueryRequest accessQuery)
|
| Uses of AccessQueryRequest in org.modeshape.graph.request.processor |
|---|
| Methods in org.modeshape.graph.request.processor with parameters of type AccessQueryRequest | |
|---|---|
void |
RequestProcessor.process(AccessQueryRequest request)
Process a request to query a workspace with an access query, which is is a low-level atomic query that is part of a larger, planned query. |
void |
LoggingRequestProcessor.process(AccessQueryRequest request)
Process a request to query a workspace with an access query, which is is a low-level atomic query that is part of a larger, planned query. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||