public class DocumentAuditEvent extends DocumentEventBase
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.
|
getDocument, getDocumentId, validateaddFact, generateEvents, getDescription, getErrorPathPrefix, getFacts, getName, getRuleMethodName, setFacts, setName, setRuleMethodName, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgenerateEvents, getDescription, getErrorPathPrefix, getFacts, getName, getRuleMethodNamepublic DocumentAuditEvent(String errorPathPrefix, Document document)
errorPathPrefix - document - public DocumentAuditEvent(Document document)
document - public Class<? extends BusinessRule> getRuleInterfaceClass()
RuleEventRuleEvent.getRuleInterfaceClass()public boolean invokeRuleMethod(BusinessRule rule)
RuleEventrule - business ruleRuleEvent.invokeRuleMethod(org.kuali.rice.krad.rules.rule.BusinessRule)Copyright © 2005–2015 The Kuali Foundation. All rights reserved.