public class TasksLoadEvent extends SimpleBusinessEvent<Long,List<BOTask>>
Event to load the list of BOTask related to the given timesheet header id.
The launcher must provide a valid timesheet header id in order to successfully call this event.
The listener loads all the BOTask of the list starting from the event input, i.e. the given timesheet task id.
Since:
9.2
GCApi:
event
Reactors:
BTTasksLoad(0)
No Spouts
  • Constructor Details

    • TasksLoadEvent

      public TasksLoadEvent(Long timesheetHeaderId)
      Instantiates a new timesheet tasks list load event.
      Parameters:
      timesheetHeaderId - the timesheet header id