Class KualiRuleServiceImpl

java.lang.Object
org.kuali.rice.krad.service.impl.KualiRuleServiceImpl
All Implemented Interfaces:
KualiRuleService

public class KualiRuleServiceImpl extends Object implements KualiRuleService
Represents a rule evaluator for Kuali. This class is to be used for evaluating business rule checks. The class defines one method right now - applyRules() which takes in a Document and a DocumentEvent and does the proper business rule checks based on the context of the event and the document type
Author:
Kuali Rice Team (rice.collab@kuali.org)