public interface KualiDocumentEvent
Modifier and Type | Method and Description |
---|---|
List<KualiDocumentEvent> |
generateEvents()
This will return a list of events that are spawned from this event.
|
String |
getDescription()
A description of the event.
|
Document |
getDocument() |
String |
getErrorPathPrefix() |
String |
getName()
The name of the 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.
|
Document getDocument()
String getDescription()
String getErrorPathPrefix()
Class<? extends BusinessRule> getRuleInterfaceClass()
void validate()
boolean invokeRuleMethod(BusinessRule rule)
rule
- List<KualiDocumentEvent> generateEvents()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.