public interface ResultEvent
EngineResults, 
ResultListener| Modifier and Type | Field and Description | 
|---|---|
| static String | ACTION_EXECUTEDACTION_EXECUTED | 
| static String | PROPOSITION_EVALUATEDPROPOSITION_EVALUATED | 
| static String | RULE_EVALUATEDRULE_EVALUATED | 
| static String | TIMING_EVENTTIMING_EVENT | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDescription()Returns the description of the ResultEvent as a String | 
| ExecutionEnvironment | getEnvironment()Returns the  ExecutionEnvironmentof the ResultEvent. | 
| Boolean | getResult()Returns the Boolean result of the ResultEvent. | 
| Map<?,?> | getResultDetails()Returns the result details of the ResultEvent as a Map,?> | 
| Object | getSource()Returns the source of the ResultEvent. | 
| org.joda.time.DateTime | getTimestamp()Returns the org.joda.time.DateTime timestamp of the ResultEvent. | 
| String | getType()Returns the type of the ResultEvent. | 
static final String RULE_EVALUATED
static final String PROPOSITION_EVALUATED
static final String ACTION_EXECUTED
static final String TIMING_EVENT
ExecutionEnvironment getEnvironment()
ExecutionEnvironment of the ResultEvent.ExecutionEnvironment of the ResultEvent.String getType()
Object getSource()
org.joda.time.DateTime getTimestamp()
Boolean getResult()
String getDescription()
Map<?,?> getResultDetails()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.