Interface TaskState


public interface TaskState
Value holder for the current or a history state of a task $Date$
Since:
4.0.120
Version:
$Revision$
  • Method Details

    • getModelState

      State getModelState()
      The workflow model state
      Since:
      4.0.120
    • getCreator

      User getCreator()
      The user creating this state
      Since:
      4.0.120
    • getCreationDate

      Date getCreationDate()
      The state creation date
      Since:
      4.0.120
    • getComment

      String getComment()
      The user specified state comment.
      Since:
      4.0.120
    • getTimeoutMailSend

      boolean getTimeoutMailSend()
      Was a timeout mail send for this state
      Since:
      4.0.120
    • isAutomatic

      boolean isAutomatic()
      Was the creation of this state manual or automatic
      Since:
      4.0.120
    • getModelActivity

      Activity getModelActivity()
      The activity creating this state
      Since:
      4.0.120