Interface TaskFormData
- All Superinterfaces:
FormData
Represents all task related form data.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the subtitle of the task if anyReturn theidof the task.booleanReturns whether the task form contains a activity stream.Methods inherited from interface FormData
getFormKey, getFormProperties
-
Method Details
-
getTaskId
String getTaskId()Return theidof the task.- Returns:
- the
idof the task
-
isContainsActivityStream
boolean isContainsActivityStream()Returns whether the task form contains a activity stream.- Returns:
trueif the task contains an activity stream,falseotherwise
-
getSubtitle
String getSubtitle()Returns the subtitle of the task if any- Returns:
- the subtitle of the form as translation key or regular string value
-