|
||||||||||
| 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 | |
|---|---|
java.util.List |
generateEvents()
This will return a list of events that are spawned from this event. |
java.lang.String |
getDescription()
A description of the event. |
Document |
getDocument()
|
java.lang.String |
getErrorPathPrefix()
|
java.lang.String |
getName()
The name of the event. |
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. |
void |
validate()
Validates the event has all the necessary properties. |
| Method Detail |
|---|
Document getDocument()
java.lang.String getName()
java.lang.String getDescription()
java.lang.String getErrorPathPrefix()
java.lang.Class getRuleInterfaceClass()
void validate()
boolean invokeRuleMethod(BusinessRule rule)
rule -
java.util.List generateEvents()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||