Class TimesheetReopenEvent


public class TimesheetReopenEvent extends SimpleBusinessEvent<Long,Void>
Event to reopen a timesheet.
The launcher must provide a valid timesheet id in order to successfully call this event.
The listener changes the timesheet state to BOTimesheetState.Values.OPEN starting from the event input, i.e. the given timesheet id.
Since:
9.2
GCApi:
event
Reactors:
BTTimesheetReopen(0)
No Spouts
  • Constructor Details

    • TimesheetReopenEvent

      public TimesheetReopenEvent(Long id)