public interface RuleDefinition
Modifier and Type | Method and Description |
---|---|
com.onwbp.base.text.UserMessage |
getBusinessConcept()
Returns the business item on which the rule will be applied.
|
List<InputData> |
getInputData()
Returns the list of the data inputted into the rule.
|
com.onwbp.base.text.UserMessage |
getLabel()
Returns the label of the rule.
|
List<OutputData> |
getOutputData()
Returns the list the data outputted by the rule.
|
List<PropertyData> |
getPropertyData()
Returns the list of property data.
|
com.onwbp.base.text.UserMessage getLabel()
List<OutputData> getOutputData()
List<PropertyData> getPropertyData()
com.onwbp.base.text.UserMessage getBusinessConcept()