Package org.kuali.rice.kew.api.action
Interface ActionItemContract
- All Known Implementing Classes:
ActionItem,ActionItem.Builder
public interface ActionItemContract
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.actionItemIndex is never usedDeprecated.actionToTake is never usedDeprecated.dateAssignedString is never usedorg.joda.time.DateTimeorg.kuali.rice.core.api.delegation.DelegationTypegetId()
-
Method Details
-
getId
String getId() -
getDateTimeAssigned
org.joda.time.DateTime getDateTimeAssigned() -
getActionRequestCd
String getActionRequestCd() -
getActionRequestId
String getActionRequestId() -
getDocumentId
String getDocumentId() -
getDocTitle
String getDocTitle() -
getDocLabel
String getDocLabel() -
getDocHandlerURL
String getDocHandlerURL() -
getDocName
String getDocName() -
getResponsibilityId
String getResponsibilityId() -
getRoleName
String getRoleName() -
getDelegationType
org.kuali.rice.core.api.delegation.DelegationType getDelegationType() -
getGroupId
String getGroupId() -
getPrincipalId
String getPrincipalId() -
getDelegatorGroupId
String getDelegatorGroupId() -
getDelegatorPrincipalId
String getDelegatorPrincipalId() -
getDateAssignedString
Deprecated.dateAssignedString is never usedThis 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.- Returns:
- always returns null
-
getActionToTake
Deprecated.actionToTake is never usedThis 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.- Returns:
- always returns null
-
getActionItemIndex
Deprecated.actionItemIndex is never usedThis 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.- Returns:
- always returns null
-