Class AssetCharacteristicValueUpdateBatchEvent


public class AssetCharacteristicValueUpdateBatchEvent extends BatchUpdateEvent<BOAssetCharacteristicValue>
Event to update a list of 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:
BTAssetCharacteristicValueUpdateBatch(0)
No Spouts
  • Constructor Details

    • AssetCharacteristicValueUpdateBatchEvent

      public AssetCharacteristicValueUpdateBatchEvent(List<BOAssetCharacteristicValue> input)
      Instantiates a new asset characteristic value update batch event.
      Parameters:
      input - the list of characteristic value to update