org.kuali.kfs.sys.document.validation.event
Class AttributedApproveDocumentEvent
java.lang.Object
org.kuali.rice.kns.rule.event.KualiDocumentEventBase
org.kuali.kfs.sys.document.validation.event.AttributedDocumentEventBase
org.kuali.kfs.sys.document.validation.event.AttributedApproveDocumentEvent
- All Implemented Interfaces:
- AttributedDocumentEvent, org.kuali.rice.kns.rule.event.KualiDocumentEvent
public class AttributedApproveDocumentEvent
- extends AttributedDocumentEventBase
An attributed version of the Approve Document event.
Fields inherited from class org.kuali.rice.kns.rule.event.KualiDocumentEventBase |
document |
Constructor Summary |
|
AttributedApproveDocumentEvent(org.kuali.rice.kns.document.Document document)
Constructs an ApproveDocumentEvent with the given document |
|
AttributedApproveDocumentEvent(String errorPathPrefix,
org.kuali.rice.kns.document.Document document)
Constructs an ApproveDocumentEvent with the specified errorPathPrefix and document |
protected |
AttributedApproveDocumentEvent(String eventType,
String errorPathPrefix,
org.kuali.rice.kns.document.Document document)
Constructs a ApproveDocumentEvent, allowing the eventType to be passed in so that subclasses can specify a more accurate
message. |
Methods inherited from class org.kuali.rice.kns.rule.event.KualiDocumentEventBase |
generateEvents, getDescription, getDocument, getDocumentId, getErrorPathPrefix, getName, toString, validate |
Methods inherited from interface org.kuali.rice.kns.rule.event.KualiDocumentEvent |
generateEvents, getDescription, getDocument, getErrorPathPrefix, getName, validate |
AttributedApproveDocumentEvent
public AttributedApproveDocumentEvent(String errorPathPrefix,
org.kuali.rice.kns.document.Document document)
- Constructs an ApproveDocumentEvent with the specified errorPathPrefix and document
- Parameters:
errorPathPrefix
- document
-
AttributedApproveDocumentEvent
public AttributedApproveDocumentEvent(org.kuali.rice.kns.document.Document document)
- Constructs an ApproveDocumentEvent with the given document
- Parameters:
document
-
AttributedApproveDocumentEvent
protected AttributedApproveDocumentEvent(String eventType,
String errorPathPrefix,
org.kuali.rice.kns.document.Document document)
- Constructs a ApproveDocumentEvent, allowing the eventType to be passed in so that subclasses can specify a more accurate
message.
- Parameters:
eventType
- errorPathPrefix
- document
-
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.