org.kuali.rice.krms.framework.engine
Class EngineResultsImpl
java.lang.Object
org.kuali.rice.krms.framework.engine.EngineResultsImpl
- All Implemented Interfaces:
- EngineResults
public class EngineResultsImpl
- extends Object
- implements EngineResults
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EngineResultsImpl
public EngineResultsImpl()
addResult
public void addResult(ResultEvent result)
- Specified by:
addResult
in interface EngineResults
getAllResults
public List<ResultEvent> getAllResults()
- Specified by:
getAllResults
in interface EngineResults
getResultEvent
public ResultEvent getResultEvent(int index)
- Specified by:
getResultEvent
in interface EngineResults
getResultsOfType
public List<ResultEvent> getResultsOfType(String type)
- Specified by:
getResultsOfType
in interface EngineResults
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.