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

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

Methods in org.modeshape.graph.request that return SetPropertyRequest
 SetPropertyRequest SetPropertyRequest.clone()
           This method does not clone the results.
 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.modeshape.graph.request.processor
 

Methods in org.modeshape.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-2012 JBoss, a division of Red Hat. All Rights Reserved.