|
||||||||||
| 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.ApproveDocumentEvent
org.kuali.rice.kns.rule.event.BlanketApproveDocumentEvent
public final class BlanketApproveDocumentEvent
This class represents the blanketApprove event that is part of an eDoc in Kuali. This could be triggered when a user presses the blanketApprove button for a given document enroute or it could happen when another piece of code calls the blanketApprove method in the document service.
| Field Summary |
|---|
| Fields inherited from class org.kuali.rice.kns.rule.event.KualiDocumentEventBase |
|---|
document |
| Constructor Summary | |
|---|---|
BlanketApproveDocumentEvent(Document document)
Constructs a BlanketApproveDocumentEvent with the given document |
|
BlanketApproveDocumentEvent(java.lang.String errorPathPrefix,
Document document)
Constructs an BlanketApproveDocumentEvent with the specified errorPathPrefix and document |
|
| Method Summary |
|---|
| Methods inherited from class org.kuali.rice.kns.rule.event.ApproveDocumentEvent |
|---|
generateEvents, getRuleInterfaceClass, invokeRuleMethod |
| Methods inherited from class org.kuali.rice.kns.rule.event.KualiDocumentEventBase |
|---|
getDescription, getDocument, getDocumentId, getErrorPathPrefix, getName, toString, validate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BlanketApproveDocumentEvent(java.lang.String errorPathPrefix,
Document document)
errorPathPrefix - document - public BlanketApproveDocumentEvent(Document document)
document -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||