Class AssetCharacteristicValueInsertBatchEvent
java.lang.Object
overit.geocall.bl.GenericEvent<List<Long>>
overit.geocall.bl.BusinessEvent<List<Long>>
overit.geocall.bl.SimpleBusinessEvent<List<BOAssetCharacteristicValue>,List<Long>>
overit.geocallapp.utilities.core.bl.common.batch.BatchEvent<BOAssetCharacteristicValue,Long>
overit.geocallapp.utilities.core.bl.common.batch.BatchInsertEvent<BOAssetCharacteristicValue>
overit.geocallapp.wfm.orchestrator.assets.bl.characteristic.value.event.AssetCharacteristicValueInsertBatchEvent
public class AssetCharacteristicValueInsertBatchEvent
extends BatchInsertEvent<BOAssetCharacteristicValue>
Business Event to update a list of
For each update the base event
BOAssetCharacteristicValue. For each update the base event
AssetCharacteristicValueInsertEvent is called and as input it will receive a BOAssetCharacteristicValue
from the list of BOAssetCharacteristicValue as input. - Since:
- 17.0
- GCApi:
- event
- Reactors:
- No Spouts
BTAssetCharacteristicValueInsertBatch(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 characteristic value 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
-
AssetCharacteristicValueInsertBatchEvent
Instantiates a new asset characteristic value insert batch event.- Parameters:
input- the list of characteristic value to insert
-