Class ActionItemBase

java.lang.Object
org.kuali.rice.kew.actionitem.ActionItemBase
All Implemented Interfaces:
Serializable, ActionItemContract
Direct Known Subclasses:
ActionItem, OutboxItem

@MappedSuperclass public class ActionItemBase extends Object implements ActionItemContract, Serializable
This is the model for action items. These are displayed as the action list as well. Mapped to ActionItemService. NOTE: This object contains denormalized fields that have been copied from related ActionRequestValue and DocumentRouteHeaderValue objects for performance reasons. These should be preserved and their related objects should not be added to the OJB mapping as we do not want them loaded for each ActionItem object.
Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also: