public interface BusinessRuleDefinition extends RuleDefinition
Modifier and Type | Method and Description |
---|---|
com.onwbp.base.text.UserMessage |
getDefaultMessage()
Returns the default error/warning message of the rule.
|
Rule |
getRuleInstance()
Returns an instance of the rule.
|
RuleType |
getRuleType()
Returns the type of the rule.
|
boolean |
isContext()
Returns
true if this implementation can only be seen in the
'Rule Execution' table, otherwise this implementation can only be seen
in the 'Rule' table. |
getBusinessConcept, getInputData, getLabel, getOutputData, getPropertyData
Rule getRuleInstance()
RuleType getRuleType()
boolean isContext()
true
if this implementation can only be seen in the
'Rule Execution' table, otherwise this implementation can only be seen
in the 'Rule' table.com.onwbp.base.text.UserMessage getDefaultMessage()