Package org.kuali.rice.kew.actiontaken
Class ActionTakenValue
java.lang.Object
org.kuali.rice.kew.actiontaken.ActionTakenValue
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.kuali.rice.kim.api.group.Grouporg.kuali.rice.kim.api.identity.principal.Principalorg.kuali.rice.kim.api.identity.principal.PrincipalbooleanbooleanbooleanbooleanvoidsetActionDate(Timestamp actionDate) voidsetActionDateString(String actionDateString) voidsetActionRequests(Collection<ActionRequestValue> actionRequests) voidsetActionTaken(String actionTaken) voidsetActionTakenId(String actionTakenId) voidsetAnnotation(String annotation) voidsetCurrentIndicator(Boolean currentIndicator) voidsetDelegator(Recipient recipient) voidsetDelegatorGroupId(String delegatorGroupId) voidsetDelegatorPrincipalId(String delegatorPrincipalId) voidsetDocumentId(String documentId) voidsetDocVersion(Integer docVersion) voidsetLockVerNbr(Integer lockVerNbr) voidsetPrincipalId(String principalId) static org.kuali.rice.kew.api.action.ActionTakento(ActionTakenValue actionTakenBo)
-
Constructor Details
-
ActionTakenValue
public ActionTakenValue()
-
-
Method Details
-
getPrincipal
public org.kuali.rice.kim.api.identity.principal.Principal getPrincipal() -
getPrincipalDisplayName
-
getDelegatorPrincipal
public org.kuali.rice.kim.api.identity.principal.Principal getDelegatorPrincipal() -
getDelegatorGroup
public org.kuali.rice.kim.api.group.Group getDelegatorGroup() -
setDelegator
-
isForDelegator
public boolean isForDelegator() -
getDelegatorDisplayName
-
getActionTakenLabel
-
getActionRequests
-
setActionRequests
-
getActionDate
-
setActionDate
-
getActionTaken
-
setActionTaken
-
getActionTakenId
-
setActionTakenId
-
getAnnotation
-
setAnnotation
-
getDelegatorPrincipalId
-
setDelegatorPrincipalId
-
getDelegatorGroupId
-
setDelegatorGroupId
-
getDelegatorRoleId
-
getDocVersion
-
setDocVersion
-
getLockVerNbr
-
setLockVerNbr
-
getDocumentId
-
setDocumentId
-
getPrincipalId
-
setPrincipalId
-
getCurrentIndicator
-
setCurrentIndicator
-
getActionDateString
-
setActionDateString
-
isApproval
public boolean isApproval() -
isCompletion
public boolean isCompletion() -
deepCopy
-
to
-
isSuperUserAction
public boolean isSuperUserAction()
-