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
org.modeshape.graph.search A small framework for a search engine component. 
 

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.
 

Uses of DeleteChildrenRequest in org.modeshape.graph.search
 

Subclasses of DeleteChildrenRequest in org.modeshape.graph.search
static class SearchEngineIndexer.DeleteChildrenToDepthRequest
          A specialization of DeleteChildrenRequest to delete from the search engine indexes only those nodes that are children of the specified nodes or descendants down to a maximum depth.
 



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