Interface HistoryItem


public interface HistoryItem
HistoryItem...
  • Method Details

    • getComment

      String getComment()
      The history comment (entered while advancing, starting, terminating)
      Returns:
      comment
    • getAction

      String getAction()
      The action that got issued on the WorkItem
      Returns:
      action descriptor as string
    • getDate

      Date getDate()
      Date when an action WorkItem got issued that caused this HistoryItem
      Returns:
      date
    • getUserId

      String getUserId()
      User who triggered the action WorkItem hat caused this HistoryItem
      Returns:
      the user id
    • getPreviousHistoryItem

      HistoryItem getPreviousHistoryItem()
      Returns the previous history item.
      Returns:
      the previous HistoryItem if available otherwise null
    • getNextHistryItem

      HistoryItem getNextHistryItem()
      Returns the next history item.
      Returns:
      the next HistoryItem if available otherwise null
    • getWorkItem

      WorkItem getWorkItem()
      Returns the corresponding WorkItem
      Returns:
      WorkItem