Class AssetCharacteristicValueUpdateBatchEvent
java.lang.Object
overit.geocall.bl.GenericEvent<List<Void>>
overit.geocall.bl.BusinessEvent<List<Void>>
overit.geocall.bl.SimpleBusinessEvent<List<BOAssetCharacteristicValue>,List<Void>>
overit.geocallapp.utilities.core.bl.common.batch.BatchEvent<BOAssetCharacteristicValue,Void>
overit.geocallapp.utilities.core.bl.common.batch.BatchUpdateEvent<BOAssetCharacteristicValue>
overit.geocallapp.wfm.orchestrator.assets.bl.characteristic.value.event.AssetCharacteristicValueUpdateBatchEvent
public class AssetCharacteristicValueUpdateBatchEvent
extends BatchUpdateEvent<BOAssetCharacteristicValue>
Event to update a list of
The launcher must provide a valid list of
The listener updates all the
BOAssetCharacteristicValue. The launcher must provide a valid list of
BOAssetCharacteristicValue in order to successfully call this event. The listener updates all the
BOAssetCharacteristicValue starting from the event input,
i.e. the given list of BOAssetCharacteristicValue. - Since:
- 17.0
- GCApi:
- event
- Reactors:
- No Spouts
BTAssetCharacteristicValueUpdateBatch(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 update 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
-
AssetCharacteristicValueUpdateBatchEvent
Instantiates a new asset characteristic value update batch event.- Parameters:
input- the list of characteristic value to update
-