Class CrewShellWorkshiftBuildEvent
java.lang.Object
overit.geocall.bl.GenericEvent<CrewShellWorkshiftBuildOutput>
overit.geocall.bl.BusinessEvent<CrewShellWorkshiftBuildOutput>
overit.geocall.bl.SimpleBusinessEvent<CrewShellWorkshiftBuildInput,CrewShellWorkshiftBuildOutput>
overit.geocallapp.wfm.core.bl.crewshell.workshift.event.CrewShellWorkshiftBuildEvent
public class CrewShellWorkshiftBuildEvent
extends SimpleBusinessEvent<CrewShellWorkshiftBuildInput,CrewShellWorkshiftBuildOutput>
Event to calculate the workshifts objects for the operation center and users specified in input
Returns a list of
Returns a list of
CrewShellWorkshiftBuildOutput
The launcher must provide a valid CrewShellWorkshiftBuildInput in order to successfully call this event. - Since:
- 16.0
- GCApi:
- event
- Reactors:
- No Spouts
BTCrewShellWorkshiftBuild(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 crew shell workshift build 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
-
CrewShellWorkshiftBuildEvent
Instantiates a new crew shell workshift build event.- Parameters:
input- theCrewShellWorkshiftBuildInputto create the crew shell workshifts
-