Class BundleReorderEvent
java.lang.Object
overit.geocall.bl.GenericEvent<Bundle>
overit.geocall.bl.BusinessEvent<Bundle>
overit.geocall.bl.SimpleBusinessEvent<BundleReorderInput,Bundle>
overit.geocallapp.wfm.bundler.bl.event.BundleReorderEvent
Event to reorder the
The launcher must provide a valid
The listener reorders all the
BOBundleOperation of a Bundle. The launcher must provide a valid
BundleReorderInput in order to successfully call this event. The listener reorders all the
BOBundleOperation of the given Bundle starting from the event input. - Since:
- 20.1
- GCApi:
- event
- Reactors:
- No Spouts
BTBundleReorder(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 reorder 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
-
BundleReorderEvent
Instantiates a new bundle reorder event.- Parameters:
input- theBundleReorderInputcontaining theBundleto reorder
-