Class BlanketApproveDocumentEvent
java.lang.Object
org.kuali.rice.krad.rules.rule.event.RuleEventBase
org.kuali.rice.krad.rules.rule.event.DocumentEventBase
org.kuali.rice.krad.rules.rule.event.ApproveDocumentEvent
org.kuali.rice.krad.rules.rule.event.BlanketApproveDocumentEvent
- All Implemented Interfaces:
DocumentEvent,RuleEvent
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.krad.rules.rule.event.DocumentEventBase
document -
Constructor Summary
ConstructorsConstructorDescriptionBlanketApproveDocumentEvent(String errorPathPrefix, Document document) Constructs an BlanketApproveDocumentEvent with the specified errorPathPrefix and documentBlanketApproveDocumentEvent(Document document) Constructs a BlanketApproveDocumentEvent with the given document -
Method Summary
Methods inherited from class org.kuali.rice.krad.rules.rule.event.ApproveDocumentEvent
generateEvents, getRuleInterfaceClass, invokeRuleMethodMethods inherited from class org.kuali.rice.krad.rules.rule.event.DocumentEventBase
getDocument, getDocumentId, validateMethods inherited from class org.kuali.rice.krad.rules.rule.event.RuleEventBase
addFact, getDescription, getErrorPathPrefix, getFacts, getName, getRuleMethodName, setFacts, setName, setRuleMethodName, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.kuali.rice.krad.rules.rule.event.RuleEvent
getDescription, getErrorPathPrefix, getFacts, getName, getRuleMethodName
-
Constructor Details
-
BlanketApproveDocumentEvent
Constructs an BlanketApproveDocumentEvent with the specified errorPathPrefix and document- Parameters:
errorPathPrefix-document-
-
BlanketApproveDocumentEvent
Constructs a BlanketApproveDocumentEvent with the given document- Parameters:
document-
-