Uses of Class
org.modeshape.graph.request.ReadNodeRequest

Packages that use ReadNodeRequest
org.modeshape.connector.store.jpa.model.basic The classes that define the "basic" storage model for the JPA connector. 
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 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 ReadNodeRequest in org.modeshape.connector.store.jpa.model.basic
 

Methods in org.modeshape.connector.store.jpa.model.basic with parameters of type ReadNodeRequest
 void BasicRequestProcessor.process(ReadNodeRequest request)
          Process a request to read the properties and children of a node at the supplied location.
 

Uses of ReadNodeRequest in org.modeshape.graph.connector.path
 

Methods in org.modeshape.graph.connector.path with parameters of type ReadNodeRequest
 void PathRequestProcessor.process(ReadNodeRequest request)
           
 

Uses of ReadNodeRequest in org.modeshape.graph.request
 

Methods in org.modeshape.graph.request that return ReadNodeRequest
 ReadNodeRequest RequestBuilder.readNode(Location at, String workspaceName)
          Add a request to read the properties and number of children of a node at the supplied location.
 

Uses of ReadNodeRequest in org.modeshape.graph.request.processor
 

Methods in org.modeshape.graph.request.processor with parameters of type ReadNodeRequest
 void RequestProcessor.process(ReadNodeRequest request)
          Process a request to read the properties and children of a node at the supplied location.
 void LoggingRequestProcessor.process(ReadNodeRequest request)
          Process a request to read the properties and children of a node at the supplied location.
 



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