|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AttributedDocumentEvent
An interface that allows rules to add attribues to an event as it is processed.
| Method Summary | |
|---|---|
Object |
getAttribute(String attributeName)
Retrieves a named attribute from the event. |
Object |
getIterationSubject()
If event is going through a collection validation, this will return the current subject of the iteration through the collection |
void |
setAttribute(String attributeName,
Object attributeValue)
Sets the value of a named attribute on the event. |
void |
setIterationSubject(Object iterationSubject)
This sets an iteration subject in the case of this event going through a CollectionValidation |
| Methods inherited from interface org.kuali.rice.kns.rule.event.KualiDocumentEvent |
|---|
generateEvents, getDescription, getDocument, getErrorPathPrefix, getName, getRuleInterfaceClass, invokeRuleMethod, validate |
| Method Detail |
|---|
Object getAttribute(String attributeName)
attributeName - the name of the attribute to retrieve
void setAttribute(String attributeName,
Object attributeValue)
attributeName - the name of the attribute to setattributeValue - the value of the named attributevoid setIterationSubject(Object iterationSubject)
iterationSubject - the current subject of the CollectionValidation's iteration through a collectionObject getIterationSubject()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||