Uses of Interface
org.kuali.rice.krms.api.engine.ResultEvent

Packages that use ResultEvent
org.kuali.rice.krms.api.engine   
org.kuali.rice.krms.framework.engine   
org.kuali.rice.krms.framework.engine.result   
 

Uses of ResultEvent in org.kuali.rice.krms.api.engine
 

Methods in org.kuali.rice.krms.api.engine that return ResultEvent
 ResultEvent EngineResults.getResultEvent(int index)
          Deprecated. use EngineResults.getAllResults() instead, this method will be removed in a future version
 

Methods in org.kuali.rice.krms.api.engine that return types with arguments of type ResultEvent
 List<ResultEvent> EngineResults.getAllResults()
          Return the list of ResultEvents
 List<ResultEvent> EngineResults.getResultsOfType(String type)
          Return the ResultEvents of the given type
 

Methods in org.kuali.rice.krms.api.engine with parameters of type ResultEvent
 void EngineResults.addResult(ResultEvent result)
          Add the given ResultEvent
 

Uses of ResultEvent in org.kuali.rice.krms.framework.engine
 

Methods in org.kuali.rice.krms.framework.engine that return ResultEvent
 ResultEvent EngineResultsImpl.getResultEvent(int index)
          Deprecated. use EngineResultsImpl.getAllResults() instead, this method will be removed in a future version
 

Methods in org.kuali.rice.krms.framework.engine that return types with arguments of type ResultEvent
 List<ResultEvent> EngineResultsImpl.getAllResults()
          Return a shallow copy of the list of ResultEvents.
 List<ResultEvent> EngineResultsImpl.getResultsOfType(String type)
           
 

Methods in org.kuali.rice.krms.framework.engine with parameters of type ResultEvent
 void EngineResultsImpl.addResult(ResultEvent result)
           
 void ResultLogger.logResult(ResultEvent event)
          Invoke the handleEvent method of the listeners if the event's Environment is enabled.
 

Uses of ResultEvent in org.kuali.rice.krms.framework.engine.result
 

Classes in org.kuali.rice.krms.framework.engine.result that implement ResultEvent
 class BasicResult
          An implementation of ResultEvent
 class TimingResult
          An implementation of ResultEvent with start DateTime, end DateTime, and elapsed time in Milliseconds.
 

Methods in org.kuali.rice.krms.framework.engine.result with parameters of type ResultEvent
 void ResultListener.handleEvent(ResultEvent resultEvent)
          Handle the given ResultEvent.
 void Log4jResultListener.handleEvent(ResultEvent resultEvent)
           
 void EngineResultListener.handleEvent(ResultEvent event)
           
 



Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.