Class BTResourceLastGPSPositionBatchUpsert

All Implemented Interfaces:
Serializable, Interruptable, Tool, ValidExecution

Business task to perform batch upsert of BOResourceLastGPSPosition. The task listens to the ResourceLastGPSPositionBatchUpsertEvent and performs the following operations:
  • Retrieves the set of resource IDs for the existing positions
  • Splits the input into new and existing records
  • Executes batch insert for new records
  • Executes batch update for existing records
The task processes the input in batches of 1000 records.
Since:
22.0
See Also:
GCApi:
task