Class TimesheetGapFillEvent
java.lang.Object
overit.geocall.bl.GenericEvent<List<TimesheetGapFillOutput>>
overit.geocall.bl.BusinessEvent<List<TimesheetGapFillOutput>>
overit.geocall.bl.SimpleBusinessEvent<TimesheetGapFillInput,List<TimesheetGapFillOutput>>
overit.geocallapp.wfm.core.bl.timesheet.event.TimesheetGapFillEvent
public class TimesheetGapFillEvent
extends SimpleBusinessEvent<TimesheetGapFillInput,List<TimesheetGapFillOutput>>
Event to fill the timesheet gaps between tasks.
The launcher must provide a valid
The listener fills all the gaps starting from the event input, i.e. the given
The launcher must provide a valid
TimesheetGapFillInput in order to successfully call this event. The listener fills all the gaps starting from the event input, i.e. the given
TimesheetGapFillInput. - Since:
- 9.2
- GCApi:
- event
- Reactors:
- No Spouts
BTTimesheetGapFill(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
ConstructorsConstructorDescriptionInstantiates a new timesheet gap fill 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
-
TimesheetGapFillEvent
Instantiates a new timesheet gap fill event.- Parameters:
input- theTimesheetGapFillInput
-