Package | Description |
---|---|
org.kuali.rice.krms.api.engine | |
org.kuali.rice.krms.framework.engine | |
org.kuali.rice.krms.framework.engine.result |
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 |
Modifier and Type | Method and Description |
---|---|
ResultEvent |
EngineResultsImpl.getResultEvent(int index)
Deprecated.
use
EngineResultsImpl.getAllResults() instead, this method will be removed in a future version |
Modifier and Type | Method and Description |
---|---|
List<ResultEvent> |
EngineResultsImpl.getAllResults()
Return a shallow copy of the list of ResultEvents.
|
List<ResultEvent> |
EngineResultsImpl.getResultsOfType(String type) |
Modifier and Type | Method and Description |
---|---|
void |
EngineResultsImpl.addResult(ResultEvent result) |
void |
ResultLogger.logResult(ResultEvent event)
Invoke the handleEvent method of the listeners if the event's Environment is enabled.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicResult
An implementation of
ResultEvent |
class |
TimingResult
An implementation of
ResultEvent with start DateTime, end DateTime, and elapsed time in Milliseconds. |
Modifier and Type | Method and Description |
---|---|
void |
ResultListener.handleEvent(ResultEvent resultEvent)
Handle the given
ResultEvent . |
void |
Log4jResultListener.handleEvent(ResultEvent resultEvent) |
void |
EngineResultListener.handleEvent(ResultEvent event) |
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.