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

Packages that use AccessQueryRequest
org.jboss.dna.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.jboss.dna.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.jboss.dna.graph.request.processor This portion of the JBoss DNA Graph API defines the processor for requests
 

Uses of AccessQueryRequest in org.jboss.dna.graph.connector.map
 

Methods in org.jboss.dna.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.jboss.dna.graph.connector.path
 

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

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



Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.