|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RemovePropertyRequest | |
|---|---|
| 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 RemovePropertyRequest in org.jboss.dna.graph.request |
|---|
| Methods in org.jboss.dna.graph.request that return RemovePropertyRequest | |
|---|---|
RemovePropertyRequest |
RemovePropertyRequest.clone()
This method does not clone the results. |
RemovePropertyRequest |
RequestBuilder.removeProperty(Location on,
String workspaceName,
Name propertyName)
Add a request to remove the property with the supplied name from the given node. |
| Uses of RemovePropertyRequest in org.jboss.dna.graph.request.processor |
|---|
| Methods in org.jboss.dna.graph.request.processor with parameters of type RemovePropertyRequest | |
|---|---|
void |
RequestProcessor.process(RemovePropertyRequest request)
Process a request to remove the specified property from a node. |
void |
LoggingRequestProcessor.process(RemovePropertyRequest request)
Process a request to remove the specified property from a node. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||