Class WorkCyclePermitsRemoveEvent
java.lang.Object
overit.geocall.bl.GenericEvent<Long>
overit.geocall.bl.BusinessEvent<Long>
overit.geocall.bl.SimpleBusinessEvent<WorkCyclePermitsRemoveInput,Long>
overit.geocallapp.wfm.core.bl.permits.workcycle.event.WorkCyclePermitsRemoveEvent
public class WorkCyclePermitsRemoveEvent
extends SimpleBusinessEvent<WorkCyclePermitsRemoveInput,Long>
Event to delete a relation work cycle permit type.
The launcher must provide a valid work cycle id and permit type id in order to successfully call this event.
The listener delete a permit type to a work cycle passed from the event input
- 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
-
WorkCyclePermitsRemoveEvent
Instantiates a new Work Cycle Permits Add event.- Parameters:
input- theWorkCyclePermitsRemoveInput
-