|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface KualiDocumentEvent
Parent interface of all document-related events, which are used to drive the business rules evaluation process.
Method Summary | |
---|---|
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. |
Method Detail |
---|
Document getDocument()
String getName()
String getDescription()
String getErrorPathPrefix()
Class<? extends BusinessRule> getRuleInterfaceClass()
void validate()
boolean invokeRuleMethod(BusinessRule rule)
rule
- business rule
List<KualiDocumentEvent> generateEvents()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |