Class BundlingOperationSelectEvent
java.lang.Object
overit.geocall.bl.GenericEvent<List<BOWorkOrderOperation>>
overit.geocall.bl.BusinessEvent<List<BOWorkOrderOperation>>
overit.geocall.bl.SimpleBusinessEvent<BundlingOperationSelectInput,List<BOWorkOrderOperation>>
overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundling.event.BundlingOperationSelectEvent
public class BundlingOperationSelectEvent
extends SimpleBusinessEvent<BundlingOperationSelectInput,List<BOWorkOrderOperation>>
Event to select the list of wanted
The launcher must provide a valid
BOWorkOrderOperation for the Bundle aggregation,
mapped by id of the work order's operation center. The launcher must provide a valid
BundlingOperationSelectInput in order to successfully call this event. - Since:
- 10.1
- GCApi:
- event
- Reactors:
- No Spouts
BTBundlingOperationSelect(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 selection 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
-
BundlingOperationSelectEvent
Instantiates a new bundle operation selection event.- Parameters:
input-BundlingOperationSelectInputthat contains a list of workOrderOperations' ids
-