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

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

Methods in org.modeshape.graph.request that return DeleteChildrenRequest
 DeleteChildrenRequest DeleteChildrenRequest.clone()
           This method does not clone the results.
 

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

Methods in org.modeshape.graph.request.processor with parameters of type DeleteChildrenRequest
 void RequestProcessor.process(DeleteChildrenRequest request)
          Process a request to delete all of the child nodes under the supplied existing node.
 void LoggingRequestProcessor.process(DeleteChildrenRequest request)
          Process a request to delete all of the child nodes under the supplied existing node.
 



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