Interface RuleTypeService
- All Superinterfaces:
RemotableAttributeOwner
- All Known Subinterfaces:
ValidationRuleTypeService
Interface for defining the loading of a
Rule given a RuleDefinition- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionloadRule(RuleDefinition ruleDefinition) Load theRulegiven theRuleDefinitionMethods inherited from interface org.kuali.rice.krms.framework.type.RemotableAttributeOwner
getAttributeFields, validateAttributes, validateAttributesAgainstExisting
-
Method Details
-
loadRule
Load theRulegiven theRuleDefinition- Parameters:
ruleDefinition-RuleDefinitionto create aRulefrom- Returns:
Rulecreated from the givenRuleDefinition
-