org.kuali.rice.kew.actionitem
Class ActionItem

java.lang.Object
  extended by org.kuali.rice.kew.actionitem.ActionItemBase
      extended by org.kuali.rice.kew.actionitem.ActionItem
All Implemented Interfaces:
Serializable, 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:
Serialized Form

Constructor Summary
ActionItem()
           
 
Method Summary
 ActionItem deepCopy(Map<Object,Object> visited)
           
static ActionItem to(ActionItem bo)
           
static List<ActionItem> to(Collection<ActionItem> bos)
           
 
Methods inherited from class org.kuali.rice.kew.actionitem.ActionItemBase
deepCopy, getActionItemIndex, getActionListIndex, getActionRequestCd, getActionRequestId, getActionRequestLabel, getActionToTake, getCustomActions, getDateAssigned, getDateAssignedString, getDateAssignedStringValue, getDateTimeAssigned, getDelegationType, getDelegatorGroupId, getDelegatorName, getDelegatorPrincipalId, getDisplayParameters, getDocHandlerURL, getDocLabel, getDocName, getDocTitle, getDocumentId, getGroup, getGroupId, getGroupName, getId, getLastApprovedDate, getMinimalRouteHeader, getPrincipal, getPrincipalId, getRecipientTypeCode, getRequestLabel, getResponsibilityId, getRoleName, getRouteHeader, getRouteHeaderApprovedDate, getRouteHeaderCombinedStatus, getRouteHeaderCreateDate, getRouteHeaderCurrentRouteLevelName, getRouteHeaderInitiatorName, getRouteHeaderInitiatorWorkflowId, getRouteHeaderRouteStatus, getRowStyleClass, initialize, isWorkgroupItem, setActionListIndex, setActionRequestCd, setActionRequestId, setCustomActions, setDateAssigned, setDateAssignedStringValue, setDelegationType, setDelegatorGroupId, setDelegatorPrincipalId, setDisplayParameters, setDocHandlerURL, setDocLabel, setDocName, setDocTitle, setDocumentId, setGroupId, setId, setPrincipalId, setRequestLabel, setResponsibilityId, setRoleName, setRouteHeader, setRowStyleClass, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ActionItem

public ActionItem()
Method Detail

deepCopy

public ActionItem deepCopy(Map<Object,Object> visited)

to

public static ActionItem to(ActionItem bo)

to

public static List<ActionItem> to(Collection<ActionItem> bos)


Copyright © 2005–2014 The Kuali Foundation. All rights reserved.