Checks whether a Task object is currently selected and if it can be cancelled by the user
Notifies all connected Services that no Task is currently selected
Creates a Filter object that finds the specified Task for the currently selected Case in a Tree Case View
a request body that finds tasks of the given case with task id that corresponds to the value in the treeTaskTransitionId
immediate data field. Returns undefined
if the request body cannot be created.
the ID of the transition that should be displayed in the AbstractTaskContentComponent,
or undefined
if the currently selected case doesn't define it
a unique identifier for the currently selected task, that consists of it's case's id and it's transition id.
Returns undefined
, if no task is currently selected.
the Case who's task should be now displayed
Attempts to cancel the currently opened Task if the Task is in such state that allows cancellation.
If the current Task is assigned to the current user it is unblocked. Otherwise it is blocked.
Sets the noData text in the task content to it's default value
Checks whether the currently displayed task differs from the new one
true
if the currently selected Case has a different ID from the newly selected Case.
If the IDs are the same returns true
if the transition IDs are different.
Returns false
otherwise.
Updates the state of the current Task from backend
Generated using TypeDoc
a unique identifier consisting of caseId and transition ID
Is set if a reload of the given task is currently taking place,
undefined
otherwise.