Class BundlingRuleSaveEvent
java.lang.Object
overit.geocall.bl.GenericEvent<Void>
overit.geocall.bl.BusinessEvent<Void>
overit.geocall.bl.SimpleBusinessEvent<BundlingRule,Void>
overit.geocallapp.wfm.bundler.bl.configuration.bundling.rule.event.BundlingRuleSaveEvent
Event to save a
The launcher must provide a valid
The listener saves all the
BundlingRule, i.e. its BOBundlingRuleHeader and the related list of BOBundlingRuleFilters. The launcher must provide a valid
BundlingRule in order to successfully call this event. The listener saves all the
BundlingRule components starting from the event input. - Since:
- 10.1
- GCApi:
- event
- Reactors:
- No Spouts
BTBundlingRuleSave(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 bundling rule save 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
-
BundlingRuleSaveEvent
Instantiates a new bundling rule save event.- Parameters:
rule- the givenBundlingRule
-