Package org.kuali.rice.kew.actionitem
Class ActionItem
java.lang.Object
org.kuali.rice.kew.actionitem.ActionItemBase
org.kuali.rice.kew.actionitem.ActionItem
- All Implemented Interfaces:
Serializable,ActionItemContract
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List<ActionItem> to(Collection<ActionItem> bos) static ActionItemto(ActionItem bo) 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, getTarget, 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
-
Constructor Details
-
ActionItem
public ActionItem()
-
-
Method Details
-
deepCopy
-
to
-
to
-