public class UpdateCheckEvent extends AttributedDocumentEventBase implements CheckEvent
Constructor and Description |
---|
UpdateCheckEvent(String errorPathPrefix,
org.kuali.rice.krad.document.Document document,
Check check)
Constructs a UpdateCheckEvent with a blank description
|
UpdateCheckEvent(String description,
String errorPathPrefix,
org.kuali.rice.krad.document.Document document,
Check check)
Initializes fields common to all subclasses
|
Modifier and Type | Method and Description |
---|---|
Check |
getCheck() |
getAttribute, getIterationSubject, getRuleInterfaceClass, invokeRuleMethod, setAttribute, setIterationSubject
generateEvents, getDescription, getDocument, getDocumentId, getErrorPathPrefix, getName, toString, validate
public UpdateCheckEvent(String description, String errorPathPrefix, org.kuali.rice.krad.document.Document document, Check check)
description
- errorPathPrefix
- document
- check
- public UpdateCheckEvent(String errorPathPrefix, org.kuali.rice.krad.document.Document document, Check check)
errorPathPrefix
- document
- check
- public Check getCheck()
getCheck
in interface CheckEvent
org.kuali.rice.krad.rule.event.CheckEvent#getCheck()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.