Class WorkShiftOverlapCheckEvent


public class WorkShiftOverlapCheckEvent extends SimpleBusinessEvent<WorkShiftOverlapCheckInput,Void>
Event to calculate the overlap between a new BOWorkShift and a list of already existing ones.
The launcher must provide a valid WorkShiftOverlapCheckInput in order to successfully call this event.
Since:
17.0
GCApi:
event
Reactors:
BTWorkShiftOverlapCheck(0)
No Spouts
  • Constructor Details

    • WorkShiftOverlapCheckEvent

      public WorkShiftOverlapCheckEvent(WorkShiftOverlapCheckInput workShiftOverlapCheckInput)
      Instantiates a new work shift overlap check event.
      Parameters:
      workShiftOverlapCheckInput - the WorkShiftOverlapCheckInput containing the information to perform the overlap check