|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.kns.rule.event.KualiDocumentEventBase
org.kuali.rice.kns.rule.event.DocumentAuditEvent
public class DocumentAuditEvent
Event class for document audit
Field Summary |
---|
Fields inherited from class org.kuali.rice.kns.rule.event.KualiDocumentEventBase |
---|
document |
Constructor Summary | |
---|---|
DocumentAuditEvent(Document document)
Constructs a RunAuditEvent with the given document. |
|
DocumentAuditEvent(java.lang.String errorPathPrefix,
Document document)
Constructs a RunAuditEvent with the given errorPathPrefix and document. |
Method Summary | |
---|---|
java.lang.Class |
getRuleInterfaceClass()
Returns the interface that classes must implement to recieve this event. |
boolean |
invokeRuleMethod(BusinessRule rule)
Invokes the event handling method on the rule object. |
Methods inherited from class org.kuali.rice.kns.rule.event.KualiDocumentEventBase |
---|
generateEvents, getDescription, getDocument, getDocumentId, getErrorPathPrefix, getName, toString, validate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.kuali.rice.kns.rule.event.KualiDocumentEvent |
---|
generateEvents, getDescription, getDocument, getErrorPathPrefix, getName, validate |
Constructor Detail |
---|
public DocumentAuditEvent(java.lang.String errorPathPrefix, Document document)
errorPathPrefix
- document
- accountingLine
- public DocumentAuditEvent(Document document)
errorPathPrefix
- document
- accountingLine
- Method Detail |
---|
public java.lang.Class getRuleInterfaceClass()
KualiDocumentEvent
getRuleInterfaceClass
in interface KualiDocumentEvent
KualiDocumentEvent.getRuleInterfaceClass()
public boolean invokeRuleMethod(BusinessRule rule)
KualiDocumentEvent
invokeRuleMethod
in interface KualiDocumentEvent
KualiDocumentEvent.invokeRuleMethod(org.kuali.rice.kns.rule.BusinessRule)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |