|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UpdateValuesRequest | |
|---|---|
| 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 UpdateValuesRequest in org.jboss.dna.graph.request |
|---|
| Methods in org.jboss.dna.graph.request that return UpdateValuesRequest | |
|---|---|
UpdateValuesRequest |
RequestBuilder.addValues(String workspaceName,
Location on,
Name property,
List<Object> values)
Add a request to add values to a property on an existing node |
UpdateValuesRequest |
RequestBuilder.removeValues(String workspaceName,
Location on,
Name property,
List<Object> values)
Add a request to remove values from a property on an existing node |
| Uses of UpdateValuesRequest in org.jboss.dna.graph.request.processor |
|---|
| Methods in org.jboss.dna.graph.request.processor with parameters of type UpdateValuesRequest | |
|---|---|
void |
RequestProcessor.process(UpdateValuesRequest request)
Process a request to add and/or remove the specified values from a property on the given node. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||