public interface RuleEvalResult
RuleProvider.evaluate(String, CharSequence, org.milyn.container.ExecutionContext)
invocation.
Concrete RuleProviders may implement their own custom result that are more specific to the technology
used.Modifier and Type | Method and Description |
---|---|
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.
|
boolean matched()
true
if successful or false if it failed.String getRuleName()
String getRuleProviderName()
Throwable getEvalException()
Copyright © 2020. All rights reserved.