Uses of Class
org.granite.tide.invocation.ContextUpdate

Packages that use ContextUpdate
org.granite.tide.invocation   
 

Uses of ContextUpdate in org.granite.tide.invocation
 

Methods in org.granite.tide.invocation that return types with arguments of type ContextUpdate
 List<ContextUpdate> InvocationResult.getResults()
           
 List<ContextUpdate> InvocationCall.getUpdates()
           
 

Method parameters in org.granite.tide.invocation with type arguments of type ContextUpdate
 void InvocationResult.setResults(List<ContextUpdate> results)
           
 void InvocationCall.setUpdates(List<ContextUpdate> updates)
           
 

Constructor parameters in org.granite.tide.invocation with type arguments of type ContextUpdate
InvocationResult(Object result, List<ContextUpdate> results)