Options
All
  • Public
  • Public/Protected
  • All
Menu

Holds logic about the available operations on a Task object based on it's state.

Beware that it gets the Task from (@link TaskContentService) instance and thus the task might not be always initialized. If the task is not initialized this class cannot work properly.

Hierarchy

Implements

  • OnDestroy

Index

Constructors

Properties

_selectedCaseService: SelectedCaseService = null
_taskContentService: TaskContentService
_taskEventNotifications$: Subject<TaskEventNotification>

Accessors

  • get _safeTask(): Task

Methods

  • isTaskPresent(): boolean
  • isTaskRelevant(requestedTaskId: string): boolean
  • ngOnDestroy(): void

Generated using TypeDoc