org.kuali.rice.krad.rules.rule.event
Class BlanketApproveDocumentEvent

java.lang.Object
  extended by org.kuali.rice.krad.rules.rule.event.KualiDocumentEventBase
      extended by org.kuali.rice.krad.rules.rule.event.ApproveDocumentEvent
          extended by org.kuali.rice.krad.rules.rule.event.BlanketApproveDocumentEvent
All Implemented Interfaces:
KualiDocumentEvent

public final class BlanketApproveDocumentEvent
extends ApproveDocumentEvent

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.KualiDocumentEventBase
document
 
Constructor Summary
BlanketApproveDocumentEvent(Document document)
          Constructs a BlanketApproveDocumentEvent with the given document
BlanketApproveDocumentEvent(String errorPathPrefix, Document document)
          Constructs an BlanketApproveDocumentEvent with the specified errorPathPrefix and document
 
Method Summary
 
Methods inherited from class org.kuali.rice.krad.rules.rule.event.ApproveDocumentEvent
generateEvents, getRuleInterfaceClass, invokeRuleMethod
 
Methods inherited from class org.kuali.rice.krad.rules.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

BlanketApproveDocumentEvent

public BlanketApproveDocumentEvent(String errorPathPrefix,
                                   Document document)
Constructs an BlanketApproveDocumentEvent with the specified errorPathPrefix and document

Parameters:
errorPathPrefix -
document -

BlanketApproveDocumentEvent

public BlanketApproveDocumentEvent(Document document)
Constructs a BlanketApproveDocumentEvent with the given document

Parameters:
document -


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.