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

Packages that use SetPropertyRequest
org.jboss.dna.graph.request Sometimes its useful to work with a graph using objects that represent individual commands on the graph. 
org.jboss.dna.graph.request.processor This portion of the JBoss DNA Graph API defines the processor for requests
 

Uses of SetPropertyRequest in org.jboss.dna.graph.request
 

Methods in org.jboss.dna.graph.request that return SetPropertyRequest
 SetPropertyRequest RequestBuilder.setProperty(Location on, String workspaceName, Property property)
          Add a request to update the property on the node at the supplied location.
 

Uses of SetPropertyRequest in org.jboss.dna.graph.request.processor
 

Methods in org.jboss.dna.graph.request.processor with parameters of type SetPropertyRequest
 void RequestProcessor.process(SetPropertyRequest request)
          Process a request to set the specified property on a node.
 void LoggingRequestProcessor.process(SetPropertyRequest request)
          Process a request to set the specified property on a node.
 



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