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

Packages that use ReadPropertyRequest
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 ReadPropertyRequest in org.modeshape.graph.request
 

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

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

Methods in org.modeshape.graph.request.processor with parameters of type ReadPropertyRequest
 void RequestProcessor.process(ReadPropertyRequest request)
          Process a request to read a single property of a node at the supplied location.
 void LoggingRequestProcessor.process(ReadPropertyRequest request)
          Process a request to read a single property of a node at the supplied location.
 



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