| org.kuali.workflow.attribute.Extension
All known Subclasses: org.kuali.workflow.workgroup.BaseWorkgroupExtension,
Extension | public interface Extension (Code) | | Represents an extension to a data object. An Extension is associated with an Attribute which
defines the properties of the Extension. An Extension has a list of ExtensionData which
store key-values pairs that represent the extension data.
author: ewestfal |
getAttributeName | public String getAttributeName()(Code) | | Return the name of the attribute which defines the properties of this Extension.
|
getDataValue | public String getDataValue(String key)(Code) | | Returns the value of the ExtensionData with the specified key.
|
|
|