Interface ActionItemContract

All Known Implementing Classes:
ActionItem, ActionItem.Builder

public interface ActionItemContract
  • 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

      DelegationType getDelegationType()
    • getGroupId

      String getGroupId()
    • getPrincipalId

      String getPrincipalId()
    • getDelegatorGroupId

      String getDelegatorGroupId()
    • getDelegatorPrincipalId

      String getDelegatorPrincipalId()
    • getDateAssignedString

      @Deprecated String getDateAssignedString()
      Deprecated.
      dateAssignedString is never used
      This 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 String getActionToTake()
      Deprecated.
      actionToTake is never used
      This 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 Integer getActionItemIndex()
      Deprecated.
      actionItemIndex is never used
      This 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