Class ActionTakenValue

java.lang.Object
org.kuali.rice.kew.actiontaken.ActionTakenValue
All Implemented Interfaces:
Serializable

@Entity public class ActionTakenValue extends Object implements Serializable
Model object mapped to ojb for representing actions taken on documents by users. The type of the action is indicated by the actionTaken code which will be a valid code value from ActionType.
Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
  • Constructor Details

    • ActionTakenValue

      public ActionTakenValue()
  • Method Details

    • getPrincipal

      public org.kuali.rice.kim.api.identity.principal.Principal getPrincipal()
    • getPrincipalDisplayName

      public String getPrincipalDisplayName()
    • getDelegatorPrincipal

      public org.kuali.rice.kim.api.identity.principal.Principal getDelegatorPrincipal()
    • getDelegatorGroup

      public org.kuali.rice.kim.api.group.Group getDelegatorGroup()
    • setDelegator

      public void setDelegator(Recipient recipient)
    • isForDelegator

      public boolean isForDelegator()
    • getDelegatorDisplayName

      public String getDelegatorDisplayName()
    • getActionTakenLabel

      public String getActionTakenLabel()
    • getActionRequests

      public Collection<ActionRequestValue> getActionRequests()
    • setActionRequests

      public void setActionRequests(Collection<ActionRequestValue> actionRequests)
    • getActionDate

      public Timestamp getActionDate()
    • setActionDate

      public void setActionDate(Timestamp actionDate)
    • getActionTaken

      public String getActionTaken()
    • setActionTaken

      public void setActionTaken(String actionTaken)
    • getActionTakenId

      public String getActionTakenId()
    • setActionTakenId

      public void setActionTakenId(String actionTakenId)
    • getAnnotation

      public String getAnnotation()
    • setAnnotation

      public void setAnnotation(String annotation)
    • getDelegatorPrincipalId

      public String getDelegatorPrincipalId()
    • setDelegatorPrincipalId

      public void setDelegatorPrincipalId(String delegatorPrincipalId)
    • getDelegatorGroupId

      public String getDelegatorGroupId()
    • setDelegatorGroupId

      public void setDelegatorGroupId(String delegatorGroupId)
    • getDelegatorRoleId

      public String getDelegatorRoleId()
    • getDocVersion

      public Integer getDocVersion()
    • setDocVersion

      public void setDocVersion(Integer docVersion)
    • getLockVerNbr

      public Integer getLockVerNbr()
    • setLockVerNbr

      public void setLockVerNbr(Integer lockVerNbr)
    • getDocumentId

      public String getDocumentId()
    • setDocumentId

      public void setDocumentId(String documentId)
    • getPrincipalId

      public String getPrincipalId()
    • setPrincipalId

      public void setPrincipalId(String principalId)
    • getCurrentIndicator

      public Boolean getCurrentIndicator()
    • setCurrentIndicator

      public void setCurrentIndicator(Boolean currentIndicator)
    • getActionDateString

      public String getActionDateString()
    • setActionDateString

      public void setActionDateString(String actionDateString)
    • isApproval

      public boolean isApproval()
    • isCompletion

      public boolean isCompletion()
    • deepCopy

      public ActionTakenValue deepCopy(Map<Object,Object> visited)
    • to

      public static ActionTaken to(ActionTakenValue actionTakenBo)
    • isSuperUserAction

      public boolean isSuperUserAction()