Interface TaskFormData

All Superinterfaces:
FormData

public interface TaskFormData extends FormData
Represents all task related form data.
  • Method Details

    • getTaskId

      String getTaskId()
      Return the id of the task.
      Returns:
      the id of the task
    • isContainsActivityStream

      boolean isContainsActivityStream()
      Returns whether the task form contains a activity stream.
      Returns:
      true if the task contains an activity stream, false otherwise
    • getSubtitle

      String getSubtitle()
      Returns the subtitle of the task if any
      Returns:
      the subtitle of the form as translation key or regular string value