Class BundleOperationAddEvent
java.lang.Object
overit.geocall.bl.GenericEvent<List<Long>>
overit.geocall.bl.BusinessEvent<List<Long>>
overit.geocall.bl.SimpleBusinessEvent<BundleOperationAddInput,List<Long>>
overit.geocallapp.wfm.bundler.bl.event.BundleOperationAddEvent
public class BundleOperationAddEvent
extends SimpleBusinessEvent<BundleOperationAddInput,List<Long>>
Event to add a set of new
The launcher must provide a valid
The listener add the
BOBundleOperations to a Bundle,
starting from the ids of the work order operations we want to add. The launcher must provide a valid
BundleOperationAddInput in order to successfully call this event. The listener add the
BOBundleOperation starting from the event input,
i.e. the given BundleOperationAddInput. - Since:
- 20.1
- GCApi:
- event
- Reactors:
- No Spouts
BTBundleOperationAdd(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 bundle operation 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
-
BundleOperationAddEvent
Instantiates a new bundle operation add event.- Parameters:
input- theBundleOperationAddInput
-