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

Packages that use DeleteChildrenRequest
org.modeshape.connector.store.jpa.model.basic The classes that define the "basic" storage model for the JPA connector. 
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.connector.store.jpa.model.basic
 

Methods in org.modeshape.connector.store.jpa.model.basic with parameters of type DeleteChildrenRequest
 void BasicRequestProcessor.process(DeleteChildrenRequest request)
          Process a request to delete all of the child nodes under the supplied existing node.
 

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-2010 JBoss, a division of Red Hat. All Rights Reserved.