Class OverlappingWorkShiftExceptionSearchEvent
java.lang.Object
overit.geocall.bl.GenericEvent<List<BOWorkShiftException>>
overit.geocall.bl.BusinessEvent<List<BOWorkShiftException>>
overit.geocall.bl.SimpleBusinessEvent<OverlappingWorkShiftExceptionSearchInput,List<BOWorkShiftException>>
overit.geocallapp.wfm.calendars.bl.workshift.exception.event.OverlappingWorkShiftExceptionSearchEvent
public class OverlappingWorkShiftExceptionSearchEvent
extends SimpleBusinessEvent<OverlappingWorkShiftExceptionSearchInput,List<BOWorkShiftException>>
Event used to find any overlapping
The launcher must provide a valid
The listener searches all the components of the
BOWorkShiftException on the given day interval for the given resource. The launcher must provide a valid
OverlappingWorkShiftExceptionSearchInput in order to successfully call this event. The listener searches all the components of the
BOWorkShiftException starting from the event input,
i.e. the given OverlappingWorkShiftExceptionSearchInput. - Since:
- 17.0
- GCApi:
- event
- Reactors:
- No Spouts
BTOverlappingWorkShiftExceptionSearch(0)-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.bl.GenericEvent
GenericEvent.Step<O> -
Field Summary
Fields inherited from class overit.geocall.bl.SimpleBusinessEvent
inputFields inherited from class overit.geocall.bl.GenericEvent
executorService, journal, streamJournal -
Constructor Summary
ConstructorsConstructorDescriptionOverlappingWorkShiftExceptionSearchEvent(OverlappingWorkShiftExceptionSearchInput overlappingWorkShiftExceptionSearchInput) Instantiates a new overlapping work shift exception search event. -
Method Summary
Methods inherited from class overit.geocall.bl.SimpleBusinessEvent
getInputMethods inherited from class overit.geocall.bl.BusinessEvent
doLaunchMethods inherited from class overit.geocall.bl.GenericEvent
clearEvents, defineInterruptor, defineResult, getJournal, getResult, getSpouts, getStreamJournal, isInternal, launch, launch, launchAsync, launchAsync, register, registerSpouts
-
Constructor Details
-
OverlappingWorkShiftExceptionSearchEvent
public OverlappingWorkShiftExceptionSearchEvent(OverlappingWorkShiftExceptionSearchInput overlappingWorkShiftExceptionSearchInput) Instantiates a new overlapping work shift exception search event.- Parameters:
overlappingWorkShiftExceptionSearchInput- the input object
-