org.kuali.rice.krad.rules.rule.event
Class DocumentAuditEvent
java.lang.Object
org.kuali.rice.krad.rules.rule.event.KualiDocumentEventBase
org.kuali.rice.krad.rules.rule.event.DocumentAuditEvent
- All Implemented Interfaces:
- KualiDocumentEvent
public class DocumentAuditEvent
- extends KualiDocumentEventBase
Event class for document audit
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
DocumentAuditEvent
public DocumentAuditEvent(String errorPathPrefix,
Document document)
- Constructs a RunAuditEvent with the given errorPathPrefix and document.
- Parameters:
errorPathPrefix
- document
- accountingLine
-
DocumentAuditEvent
public DocumentAuditEvent(Document document)
- Constructs a RunAuditEvent with the given document.
- Parameters:
errorPathPrefix
- document
- accountingLine
-
getRuleInterfaceClass
public Class<? extends BusinessRule> getRuleInterfaceClass()
- Description copied from interface:
KualiDocumentEvent
- Returns the interface that classes must implement to receive this event.
- Returns:
- See Also:
KualiDocumentEvent.getRuleInterfaceClass()
invokeRuleMethod
public boolean invokeRuleMethod(BusinessRule rule)
- Description copied from interface:
KualiDocumentEvent
- Invokes the event handling method on the rule object.
- Returns:
- See Also:
KualiDocumentEvent.invokeRuleMethod(org.kuali.rice.krad.rules.rule.BusinessRule)
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.