sync Batch

protected open fun <V> syncBatch(container: EquinoxItemsHelper.SyncBatchContainer, table: String, targetId: String, updatedData: List<V>, batchQuery: EquinoxItemsHelper.BatchQuery)

Method to execute a batch synchronization of a list of data simultaneously

Parameters

container

: contains the data about the synchronization such the columns affected and the current list of the data

table

: the table where execute the synchronization of the data

targetId

: the target identifier of the entity where the synchronization must be executed, such a user and his/her notes

updatedData

: the list of the updated data to synchronize

batchQuery

: the manager of the batch query to execute