|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
org.modeshape.search.lucene | An implementation of the SearchEngine interface that uses the Lucene library. |
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. |
Uses of DeleteChildrenRequest in org.modeshape.search.lucene |
---|
Methods in org.modeshape.search.lucene with parameters of type DeleteChildrenRequest | |
---|---|
void |
LuceneSearchProcessor.process(DeleteChildrenRequest request)
Process a request to delete all of the child nodes under the supplied existing node. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |