org.kuali.kfs.sys.document.validation.event
Class AttributedSaveDocumentEvent

java.lang.Object
  extended by org.kuali.rice.kns.rule.event.KualiDocumentEventBase
      extended by org.kuali.kfs.sys.document.validation.event.AttributedDocumentEventBase
          extended by org.kuali.kfs.sys.document.validation.event.AttributedSaveDocumentEvent
All Implemented Interfaces:
AttributedDocumentEvent, org.kuali.rice.kns.rule.event.KualiDocumentEvent
Direct Known Subclasses:
AttributedChangeSystemPurapEvent, AttributedContinuePurapEvent, AttributedSelectSystemPurapEvent, AttributedUpdateCamsViewPurapEvent

public class AttributedSaveDocumentEvent
extends AttributedDocumentEventBase


Field Summary
 
Fields inherited from class org.kuali.rice.kns.rule.event.KualiDocumentEventBase
document
 
Constructor Summary
AttributedSaveDocumentEvent(org.kuali.rice.kns.document.Document document)
          Constructs a SaveDocumentEvent with the given document
AttributedSaveDocumentEvent(String errorPathPrefix, org.kuali.rice.kns.document.Document document)
          Constructs a SaveDocumentEvent with the specified errorPathPrefix and document
AttributedSaveDocumentEvent(String description, String errorPathPrefix, org.kuali.rice.kns.document.Document document)
           
 
Method Summary
 
Methods inherited from class org.kuali.kfs.sys.document.validation.event.AttributedDocumentEventBase
getAttribute, getIterationSubject, getRuleInterfaceClass, invokeRuleMethod, setAttribute, setIterationSubject
 
Methods inherited from class org.kuali.rice.kns.rule.event.KualiDocumentEventBase
generateEvents, getDescription, getDocument, getDocumentId, getErrorPathPrefix, getName, toString, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.kns.rule.event.KualiDocumentEvent
generateEvents, getDescription, getDocument, getErrorPathPrefix, getName, validate
 

Constructor Detail

AttributedSaveDocumentEvent

public AttributedSaveDocumentEvent(String errorPathPrefix,
                                   org.kuali.rice.kns.document.Document document)
Constructs a SaveDocumentEvent with the specified errorPathPrefix and document

Parameters:
document -
errorPathPrefix -

AttributedSaveDocumentEvent

public AttributedSaveDocumentEvent(org.kuali.rice.kns.document.Document document)
Constructs a SaveDocumentEvent with the given document

Parameters:
document -

AttributedSaveDocumentEvent

public AttributedSaveDocumentEvent(String description,
                                   String errorPathPrefix,
                                   org.kuali.rice.kns.document.Document document)
See Also:
KualiDocumentEventBase.KualiDocumentEventBase(java.lang.String, java.lang.String, org.kuali.rice.kns.document.Document)


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