Class AssetCharacteristicValueInsertBatchEvent


public class AssetCharacteristicValueInsertBatchEvent extends BatchInsertEvent<BOAssetCharacteristicValue>
Business Event to update a list of 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:
BTAssetCharacteristicValueInsertBatch(0)
No Spouts
  • Constructor Details

    • AssetCharacteristicValueInsertBatchEvent

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