public interface EngineResults
Engine
's executionResultEvent
Modifier and Type | Method and Description |
---|---|
void |
addResult(ResultEvent result)
Add the given
ResultEvent |
List<ResultEvent> |
getAllResults()
Return the list of ResultEvents
|
Object |
getAttribute(String key)
Return the attribute of the given key
|
ResultEvent |
getResultEvent(int index)
Deprecated.
use
getAllResults() instead, this method will be removed in a future version |
List<ResultEvent> |
getResultsOfType(String type)
Return the ResultEvents of the given type
|
void |
setAttribute(String key,
Object attribute)
Set the attribute of the given values
|
@Deprecated ResultEvent getResultEvent(int index)
getAllResults()
instead, this method will be removed in a future versionindex
- of the ResultEvent to returnResultEvent
whose index was givenList<ResultEvent> getAllResults()
List<ResultEvent> getResultsOfType(String type)
type
- of result events to returnObject getAttribute(String key)
key
- to return the attribute ofvoid setAttribute(String key, Object attribute)
key
- to set the given attribute ofattribute
- to set as the given key's attributevoid addResult(ResultEvent result)
ResultEvent
result
- to addCopyright © 2005–2014 The Kuali Foundation. All rights reserved.