|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.kns.rule.event.KualiDocumentEventBase
org.kuali.kfs.sys.document.validation.event.AttributedDocumentEventBase
public class AttributedDocumentEventBase
Base abstract implementation of an attributed document event.
| Field Summary |
|---|
| Fields inherited from class org.kuali.rice.kns.rule.event.KualiDocumentEventBase |
|---|
document |
| Constructor Summary | |
|---|---|
protected |
AttributedDocumentEventBase(String description,
String errorPathPrefix)
Constructs a AttributedDocumentEventBase |
|
AttributedDocumentEventBase(String description,
String errorPathPrefix,
org.kuali.rice.kns.document.Document document)
|
| Method Summary | |
|---|---|
Object |
getAttribute(String attributeName)
Retrieves a named attribute from the event. |
Object |
getIterationSubject()
Gets the iterationSubject attribute. |
Class |
getRuleInterfaceClass()
|
boolean |
invokeRuleMethod(org.kuali.rice.kns.rule.BusinessRule rule)
|
void |
setAttribute(String attributeName,
Object attributeValue)
Sets the value of a named attribute on the event. |
void |
setIterationSubject(Object iterationSubject)
Sets the iterationSubject attribute value. |
| 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 |
|---|
protected AttributedDocumentEventBase(String description,
String errorPathPrefix)
description - errorPathPrefix -
public AttributedDocumentEventBase(String description,
String errorPathPrefix,
org.kuali.rice.kns.document.Document document)
KualiDocumentEventBase.KualiDocumentEventBase(java.lang.String, java.lang.String, org.kuali.rice.kns.document.Document)| Method Detail |
|---|
public Object getAttribute(String attributeName)
AttributedDocumentEvent
getAttribute in interface AttributedDocumentEventattributeName - the name of the attribute to retrieve
AttributedDocumentEvent.getAttribute(java.lang.String)
public void setAttribute(String attributeName,
Object attributeValue)
AttributedDocumentEvent
setAttribute in interface AttributedDocumentEventattributeName - the name of the attribute to setattributeValue - the value of the named attributeAttributedDocumentEvent.setAttribute(java.lang.String, java.lang.Object)public Object getIterationSubject()
getIterationSubject in interface AttributedDocumentEventpublic void setIterationSubject(Object iterationSubject)
setIterationSubject in interface AttributedDocumentEventiterationSubject - The iterationSubject to set.public Class getRuleInterfaceClass()
getRuleInterfaceClass in interface org.kuali.rice.kns.rule.event.KualiDocumentEventKualiDocumentEvent.getRuleInterfaceClass()public boolean invokeRuleMethod(org.kuali.rice.kns.rule.BusinessRule rule)
invokeRuleMethod in interface org.kuali.rice.kns.rule.event.KualiDocumentEventKualiDocumentEvent.invokeRuleMethod(org.kuali.rice.kns.rule.BusinessRule)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||