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

Packages that use ContextUpdate
org.granite.tide.cdi   
org.granite.tide.invocation   
org.granite.tide.seam   
 

Uses of ContextUpdate in org.granite.tide.cdi
 

Methods in org.granite.tide.cdi that return types with arguments of type ContextUpdate
 List<ContextUpdate> CDIServiceContext.evaluateResults(Object target, boolean nothing)
          Evaluate results from context
 List<ContextUpdate> TideInvocation.getResults()
           
 List<ContextUpdate> TideInvocation.getUpdates()
           
 

Method parameters in org.granite.tide.cdi with type arguments of type ContextUpdate
 void TideInvocation.evaluated(List<ContextUpdate> results)
           
 void CDIServiceContext.restoreContext(List<ContextUpdate> updates, Object target)
          Evaluate updates in current server context
 void TideInvocation.update(List<ContextUpdate> updates)
           
 

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)
           
 

Uses of ContextUpdate in org.granite.tide.seam
 

Methods in org.granite.tide.seam that return types with arguments of type ContextUpdate
 List<ContextUpdate> AbstractSeamServiceContext.evaluateResults(Component component, Object target, boolean nothing)
          Evaluate results from context
 List<ContextUpdate> TideInvocation.getResults()
           
 List<ContextUpdate> TideInvocation.getUpdates()
           
 

Method parameters in org.granite.tide.seam with type arguments of type ContextUpdate
 void TideInvocation.evaluated(List<ContextUpdate> results)
           
 void AbstractSeamServiceContext.restoreContext(List<ContextUpdate> updates, Component component, Object target)
          Evaluate updates in current server context
 void TideInvocation.update(List<ContextUpdate> updates)