public class AddCheckEvent extends AttributedDocumentEventBase implements CheckEvent
| Constructor and Description | 
|---|
| AddCheckEvent(String errorPathPrefix,
                          org.kuali.rice.krad.document.Document document,
                          Check check)Constructs a AddCheckEvent, with a blank description | 
| AddCheckEvent(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, setIterationSubjectgenerateEvents, getDescription, getDocument, getDocumentId, getErrorPathPrefix, getName, toString, validatepublic AddCheckEvent(String description, String errorPathPrefix, org.kuali.rice.krad.document.Document document, Check check)
description - errorPathPrefix - document - check - public AddCheckEvent(String errorPathPrefix, org.kuali.rice.krad.document.Document document, Check check)
errorPathPrefix - document - check - public Check getCheck()
getCheck in interface CheckEventorg.kuali.rice.krad.rule.event.CheckEvent#getCheck()Copyright © 2004–2015 The Kuali Foundation. All rights reserved.