Uses of Class
org.kie.api.event.rule.MatchCancelledCause
-
Packages that use MatchCancelledCause Package Description org.kie.api.event.rule Events emitted while rules are executing. -
-
Uses of MatchCancelledCause in org.kie.api.event.rule
Methods in org.kie.api.event.rule that return MatchCancelledCause Modifier and Type Method Description MatchCancelledCause
MatchCancelledEvent. getCause()
static MatchCancelledCause
MatchCancelledCause. valueOf(String name)
Returns the enum constant of this type with the specified name.static MatchCancelledCause[]
MatchCancelledCause. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-