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

Packages that use RenameNodeRequest
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 RenameNodeRequest in org.jboss.dna.graph.request
 

Methods in org.jboss.dna.graph.request that return RenameNodeRequest
 RenameNodeRequest RenameNodeRequest.clone()
           This method does not clone the results.
 RenameNodeRequest RequestBuilder.renameNode(Location at, String workspaceName, Name newName)
          Add a request to rename the node at the supplied location.
 

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

Methods in org.jboss.dna.graph.request.processor with parameters of type RenameNodeRequest
 void RequestProcessor.process(RenameNodeRequest request)
          Process a request to rename a node specified location into a different location.
 void LoggingRequestProcessor.process(RenameNodeRequest request)
          Process a request to rename a node specified location into a different location.
 



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