Package org.kuali.rice.kew.api.action
Class ActionItem
java.lang.Object
org.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.kew.api.action.ActionItem
- All Implemented Interfaces:
Serializable,ModelObjectBasic,ModelObjectComplete,ActionItemContract
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA builder which can be used to constructActionIteminstances. -
Method Summary
Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject
afterUnmarshal, beforeUnmarshal, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCodeExcludeFields, toString
-
Method Details
-
getId
- Specified by:
getIdin interfaceActionItemContract
-
getDateTimeAssigned
public org.joda.time.DateTime getDateTimeAssigned()- Specified by:
getDateTimeAssignedin interfaceActionItemContract
-
getActionRequestCd
- Specified by:
getActionRequestCdin interfaceActionItemContract
-
getActionRequestId
- Specified by:
getActionRequestIdin interfaceActionItemContract
-
getDocumentId
- Specified by:
getDocumentIdin interfaceActionItemContract
-
getDocTitle
- Specified by:
getDocTitlein interfaceActionItemContract
-
getDocLabel
- Specified by:
getDocLabelin interfaceActionItemContract
-
getDocHandlerURL
- Specified by:
getDocHandlerURLin interfaceActionItemContract
-
getDocName
- Specified by:
getDocNamein interfaceActionItemContract
-
getResponsibilityId
- Specified by:
getResponsibilityIdin interfaceActionItemContract
-
getRoleName
- Specified by:
getRoleNamein interfaceActionItemContract
-
getDateAssignedString
Deprecated.Description copied from interface:ActionItemContractThis method should never be called, has been deprecated, and will always return null. It was mistakenly added to this interface when it was created and has been left here for compatibility purposes.- Specified by:
getDateAssignedStringin interfaceActionItemContract- Returns:
- always returns null
-
getActionToTake
Deprecated.Description copied from interface:ActionItemContractThis method should never be called, has been deprecated, and will always return null. It was mistakenly added to this interface when it was created and has been left here for compatibility purposes.- Specified by:
getActionToTakein interfaceActionItemContract- Returns:
- always returns null
-
getActionItemIndex
Deprecated.Description copied from interface:ActionItemContractThis method should never be called, has been deprecated, and will always return null. It was mistakenly added to this interface when it was created and has been left here for compatibility purposes.- Specified by:
getActionItemIndexin interfaceActionItemContract- Returns:
- always returns null
-
getDelegationType
- Specified by:
getDelegationTypein interfaceActionItemContract
-
getGroupId
- Specified by:
getGroupIdin interfaceActionItemContract
-
getPrincipalId
- Specified by:
getPrincipalIdin interfaceActionItemContract
-
getDelegatorGroupId
- Specified by:
getDelegatorGroupIdin interfaceActionItemContract
-
getDelegatorPrincipalId
- Specified by:
getDelegatorPrincipalIdin interfaceActionItemContract
-
equals
- Specified by:
equalsin interfaceModelObjectComplete- Overrides:
equalsin classAbstractDataTransferObject
-
hashCode
public int hashCode()- Specified by:
hashCodein interfaceModelObjectComplete- Overrides:
hashCodein classAbstractDataTransferObject
-