|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DeleteChildrenRequest | |
|---|---|
| org.jboss.dna.connector.store.jpa.model.basic | The classes that define the "basic" storage model for the JPA connector. |
| 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 DeleteChildrenRequest in org.jboss.dna.connector.store.jpa.model.basic |
|---|
| Methods in org.jboss.dna.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.jboss.dna.graph.request |
|---|
| Methods in org.jboss.dna.graph.request that return DeleteChildrenRequest | |
|---|---|
DeleteChildrenRequest |
DeleteChildrenRequest.clone()
This method does not clone the results. |
| Uses of DeleteChildrenRequest in org.jboss.dna.graph.request.processor |
|---|
| Methods in org.jboss.dna.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||