Class BatchUpdateEvent<I>

Type Parameters:
I - the type of input items containing the data to update
Direct Known Subclasses:
AddressUpdateBatchEvent, AssetCharacteristicValueUpdateBatchEvent, AssetTypeTemplateCharacteristicUpdateBatchEvent, AssetUpdateBatchEvent, LinearAssetLocationUpdateBatchEvent, MeasureUpdateBatchEvent, MeterUpdateBatchEvent, WorkOrderOperationUpdateBatchEvent, WorkShiftExceptionUpdateBatchEvent

public abstract class BatchUpdateEvent<I> extends BatchEvent<I,Void>
Abstract base class for batch update events.
This class specializes BatchEvent for update operations that don't return specific output values. It processes a collection of input items to update existing records in the system.
Since:
1.0
GCApi:
event
No Reactors
No Spouts
  • Constructor Details

    • BatchUpdateEvent

      protected BatchUpdateEvent(List<I> input)
      Creates a new batch update event with the specified list of input items.
      Parameters:
      input - the list of input items containing the data to update