public final class AddNoteEvent extends KualiDocumentEventBase
document| Constructor and Description |
|---|
AddNoteEvent(Document document,
Note note)
Constructs an AddNoteEvent with the given document
|
AddNoteEvent(String errorPathPrefix,
Document document,
Note note)
Constructs an AddNoteEvent with the specified errorPathPrefix and document
|
| Modifier and Type | Method and Description |
|---|---|
Note |
getNote()
This method retrieves the note associated with this event.
|
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.
|
void |
validate()
Validates the event has all the necessary properties.
|
generateEvents, getDescription, getDocument, getDocumentId, getErrorPathPrefix, getName, toStringpublic AddNoteEvent(String errorPathPrefix, Document document, Note note)
document - errorPathPrefix - public AddNoteEvent(Document document, Note note)
document - public void validate()
KualiDocumentEventvalidate in interface KualiDocumentEventvalidate in class KualiDocumentEventBaseKualiDocumentEvent.validate()public Class<? extends BusinessRule> getRuleInterfaceClass()
KualiDocumentEventKualiDocumentEvent.getRuleInterfaceClass()public boolean invokeRuleMethod(BusinessRule rule)
KualiDocumentEventCopyright © 2005–2016 The Kuali Foundation. All rights reserved.