Class AssetChildInsertBatchEvent
java.lang.Object
overit.geocall.bl.GenericEvent<List<Void>>
overit.geocall.bl.BusinessEvent<List<Void>>
overit.geocall.bl.SimpleBusinessEvent<List<AssetChildInsertInput>,List<Void>>
overit.geocallapp.utilities.core.bl.common.batch.BatchEvent<AssetChildInsertInput,Void>
overit.geocallapp.wfm.assets.bl.event.AssetChildInsertBatchEvent
Business Event to insert a list of
For each insert the base event
AssetChildInsertInput. For each insert the base event
AssetChildInsertInput is called and as input it will receive a Long
representing the parent asset and a Long representing the child asset from the list
of AssetChildInsertInput as input. - Since:
- 17.0
- GCApi:
- event
- Reactors:
- No Spouts
BTAssetChildInsertBatch(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 asset child insert batch 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
-
AssetChildInsertBatchEvent
Instantiates a new asset child insert batch event- Parameters:
input- a list ofAssetChildInsertInput
-