Interface HistoryItem

    • Method Detail

      • getComment

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

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

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

        java.lang.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