public class DeleteCheckEvent extends AttributedDocumentEventBase implements CheckEvent
| Constructor and Description |
|---|
DeleteCheckEvent(String errorPathPrefix,
org.kuali.rice.krad.document.Document document,
Check check)
Constructs a DeleteCheckEvent with an empty description
|
DeleteCheckEvent(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 DeleteCheckEvent(String description, String errorPathPrefix, org.kuali.rice.krad.document.Document document, Check check)
description - errorPathPrefix - document - check - public DeleteCheckEvent(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.