public class EngineResultsImpl extends Object implements EngineResults
| Constructor and Description |
|---|
EngineResultsImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addResult(ResultEvent result) |
List<ResultEvent> |
getAllResults()
Return a shallow copy of the list of ResultEvents.
|
Object |
getAttribute(String key) |
ResultEvent |
getResultEvent(int index)
Deprecated.
use
getAllResults() instead, this method will be removed in a future version |
List<ResultEvent> |
getResultsOfType(String type) |
void |
setAttribute(String key,
Object attr) |
public EngineResultsImpl()
public void addResult(ResultEvent result)
addResult in interface EngineResultspublic List<ResultEvent> getAllResults()
getAllResults in interface EngineResults@Deprecated public ResultEvent getResultEvent(int index)
getAllResults() instead, this method will be removed in a future versiongetResultEvent in interface EngineResultsindex - of the ResultEvent to returnpublic List<ResultEvent> getResultsOfType(String type)
getResultsOfType in interface EngineResultspublic Object getAttribute(String key)
getAttribute in interface EngineResultsEngineResults.getAttribute(java.lang.String)public void setAttribute(String key, Object attr)
setAttribute in interface EngineResultsEngineResults.setAttribute(java.lang.String, java.lang.Object)Copyright © 2005–2016 The Kuali Foundation. All rights reserved.