| Package | Description |
|---|---|
| org.kuali.rice.krms.api.engine |
| Modifier and Type | Method and Description |
|---|---|
ResultEvent |
EngineResults.getResultEvent(int index)
Deprecated.
use
EngineResults.getAllResults() instead, this method will be removed in a future version |
| Modifier and Type | Method and Description |
|---|---|
List<ResultEvent> |
EngineResults.getAllResults()
Return the list of ResultEvents
|
List<ResultEvent> |
EngineResults.getResultsOfType(String type)
Return the ResultEvents of the given type
|
| Modifier and Type | Method and Description |
|---|---|
void |
EngineResults.addResult(ResultEvent result)
Add the given
ResultEvent |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.