public class DocumentAuditEvent extends KualiDocumentEventBase
document
Constructor and Description |
---|
DocumentAuditEvent(Document document)
Constructs a RunAuditEvent with the given document.
|
DocumentAuditEvent(String errorPathPrefix,
Document document)
Constructs a RunAuditEvent with the given errorPathPrefix and document.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends BusinessRule> |
getRuleInterfaceClass()
Returns the interface that classes must implement to receive this event.
|
boolean |
invokeRuleMethod(BusinessRule rule)
Invokes the event handling method on the rule object.
|
generateEvents, getDescription, getDocument, getDocumentId, getErrorPathPrefix, getName, toString, validate
public DocumentAuditEvent(String errorPathPrefix, Document document)
errorPathPrefix
- document
- accountingLine
- public DocumentAuditEvent(Document document)
errorPathPrefix
- document
- accountingLine
- public Class<? extends BusinessRule> getRuleInterfaceClass()
KualiDocumentEvent
KualiDocumentEvent.getRuleInterfaceClass()
public boolean invokeRuleMethod(BusinessRule rule)
KualiDocumentEvent
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.