applyUpdates abstract method
Applies a dataset change set to the backend.
All adapters use backend-confirmed immediate semantics. In immediate update mode, the dataset may complete the local post/delete transition before this asynchronous backend call finishes, but it keeps the posted edit/insert/delete state recoverable until the apply result is confirmed. If the adapter returns errors or throws, the dataset normalizes the failure, restores the rejected dirty state when needed, and emits the canonical dataset error event.
Implementation
Future<FdcDataApplyResult> applyUpdates(FdcChangeSet changes);