Interface RuleTypeService

All Superinterfaces:
RemotableAttributeOwner
All Known Subinterfaces:
ValidationRuleTypeService

public interface RuleTypeService extends RemotableAttributeOwner
Interface for defining the loading of a Rule given a RuleDefinition
Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
  • Rule
  • RuleDefinition
  • Method Details

    • loadRule

      Rule loadRule(org.kuali.rice.krms.api.repository.rule.RuleDefinition ruleDefinition)
      Load the Rule given the RuleDefinition
      Parameters:
      ruleDefinition - RuleDefinition to create a Rule from
      Returns:
      Rule created from the given RuleDefinition