Uses of Class
org.modeshape.graph.request.UpdateValuesRequest

Packages that use UpdateValuesRequest
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
 

Uses of UpdateValuesRequest in org.modeshape.graph.request
 

Methods in org.modeshape.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 UpdateValuesRequest.clone()
           This method does not clone the results.
 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.modeshape.graph.request.processor
 

Methods in org.modeshape.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.
 void LoggingRequestProcessor.process(UpdateValuesRequest request)
          Process a request to add and/or remove the specified values from a property on the given node.
 



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