Class WorkCyclePermitsAddEvent
java.lang.Object
overit.geocall.bl.GenericEvent<Long>
overit.geocall.bl.BusinessEvent<Long>
overit.geocall.bl.SimpleBusinessEvent<WorkCyclePermitsAddInput,Long>
overit.geocallapp.wfm.core.bl.permits.workcycle.event.WorkCyclePermitsAddEvent
Event to add a relation work cycle permit type.
The launcher must provide a valid work cycle id in order to successfully call this event.
The listener add a permit type to a work cycle passed from the event input,
i.e. the given Long's work cycle permit relation id.
- Since:
- 14.0
- GCApi:
- event
- No Reactors
- No Spouts
-
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 Work Cycle Permits Add 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
-
WorkCyclePermitsAddEvent
Instantiates a new Work Cycle Permits Add event.- Parameters:
input- theWorkCyclePermitsAddInput
-