public interface AttributedDocumentEvent extends org.kuali.rice.krad.rules.rule.event.KualiDocumentEvent
Modifier and Type | Method and Description |
---|---|
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
|
Object getAttribute(String attributeName)
attributeName
- the name of the attribute to retrievevoid 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()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.