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

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

Methods in org.jboss.dna.graph.request that return RemovePropertyRequest
 RemovePropertyRequest RequestBuilder.removeProperty(Location on, String workspaceName, Name propertyName)
          Add a request to remove the property with the supplied name from the given node.
 

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

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



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