|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RuleEvalResult
RuleEvalResult is the returned result from a RuleProvider.evaluate(String, CharSequence, org.milyn.container.ExecutionContext)
invocation.
| Method Summary | |
|---|---|
Throwable |
getEvalException()
Get any provider level exceptions that may have occured during the rule evaluation. |
String |
getRuleName()
Gets the name of the Rule that this class is a result of. |
String |
getRuleProviderName()
The name of the provider that produced this rule result. |
boolean |
matched()
The outcome of the rule evaluation. |
| Method Detail |
|---|
boolean matched()
true if successful or false if it failed.String getRuleName()
String getRuleProviderName()
Throwable getEvalException()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||