Class ActionItem

java.lang.Object
org.kuali.rice.kew.actionitem.ActionItemBase
org.kuali.rice.kew.actionitem.ActionItem
All Implemented Interfaces:
Serializable, org.kuali.rice.kew.api.action.ActionItemContract

@Entity public class ActionItem extends ActionItemBase
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:
  • Constructor Details

    • ActionItem

      public ActionItem()
  • Method Details