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

Packages that use ContextResult
org.granite.tide.cdi   
org.granite.tide.seam.async   
 

Uses of ContextResult in org.granite.tide.cdi
 

Subclasses of ContextResult in org.granite.tide.cdi
 class ScopedContextResult
           
 

Methods in org.granite.tide.cdi that return types with arguments of type ContextResult
 Map<ContextResult,Boolean> CDIServiceContext.getResultsEval()
           
 Map<ContextResult,Boolean> ResultsEval.getResultsEval()
           
 

Methods in org.granite.tide.cdi with parameters of type ContextResult
 void CDIServiceContext.addResultEval(ContextResult result)
           
 

Uses of ContextResult in org.granite.tide.seam.async
 

Methods in org.granite.tide.seam.async that return types with arguments of type ContextResult
 List<ContextResult> AsyncContext.getResults()
           
 

Constructor parameters in org.granite.tide.seam.async with type arguments of type ContextResult
AsyncContext(String sessionId, List<ContextResult> results)