Class WorkShiftExceptionDeleteBatchEvent


public class WorkShiftExceptionDeleteBatchEvent extends BatchDeleteEvent<Void>
Business Event to delete a list of BOWorkShiftException.
For each delete the base event WorkShiftExceptionDeleteEvent is called and as input it will receive a Long from the list of Long as input.
Since:
17.0
GCApi:
event
Reactors:
BTWorkShiftExceptionDeleteBatch(0)
No Spouts
  • Constructor Details

    • WorkShiftExceptionDeleteBatchEvent

      public WorkShiftExceptionDeleteBatchEvent(List<Long> input)
      Instantiates a new work shift exception delete batch event
      Parameters:
      input - a list of Long that represents the ids of the work shift exceptions.