Class TimesheetValidateEvent


public class TimesheetValidateEvent extends SimpleBusinessEvent<Long,Void>
Event that validates 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.VALIDATED starting from the event input, i.e. the given timesheet id.
Since:
9.2
GCApi:
event
Reactors:
BTTimesheetValidate(0)
No Spouts
  • Constructor Details

    • TimesheetValidateEvent

      public TimesheetValidateEvent(Long id)