Class BundleLoadByWorkOrderOperationEvent
java.lang.Object
overit.geocall.bl.GenericEvent<Bundle>
overit.geocall.bl.BusinessEvent<Bundle>
overit.geocall.bl.SimpleBusinessEvent<Long,Bundle>
overit.geocallapp.wfm.bundler.bl.event.BundleLoadByWorkOrderOperationEvent
Event to load a
The launcher must provide a valid work order operation id in order to successfully call this event.
The listener operations all the
Bundle starting from the id of one of its work order operation. The launcher must provide a valid work order operation id in order to successfully call this event.
The listener operations all the
Bundle components starting from the event input,
i.e. the given work order operation id. - Since:
- 10.1
- GCApi:
- event
- Reactors:
- No Spouts
BTBundleLoadByWorkOrderOperation(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
ConstructorsConstructorDescriptionBundleLoadByWorkOrderOperationEvent(Long workOrderOperationId) Instantiates a new bundle load by work order operation 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
-
BundleLoadByWorkOrderOperationEvent
Instantiates a new bundle load by work order operation event.- Parameters:
workOrderOperationId- the work order operation id
-