public interface ResultEvent
EngineResults
,
ResultListener
Modifier and Type | Field and Description |
---|---|
static String |
ACTION_EXECUTED
ACTION_EXECUTED
|
static String |
PROPOSITION_EVALUATED
PROPOSITION_EVALUATED
|
static String |
RULE_EVALUATED
RULE_EVALUATED
|
static String |
TIMING_EVENT
TIMING_EVENT
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Returns the description of the ResultEvent as a String
|
ExecutionEnvironment |
getEnvironment()
Returns the
ExecutionEnvironment of 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–2015 The Kuali Foundation. All rights reserved.