| Modifier and Type | Method and Description |
|---|---|
MVELRule |
MVELRule.description(java.lang.String description)
Set rule description.
|
MVELRule |
MVELRule.name(java.lang.String name)
Set rule name.
|
MVELRule |
MVELRule.priority(int priority)
Set rule priority.
|
MVELRule |
MVELRule.then(java.lang.String action)
Add an action specified as an MVEL expression to the rule.
|
MVELRule |
MVELRule.when(java.lang.String condition)
Specify the rule's condition as MVEL expression.
|
Copyright © 2020. All Rights Reserved.