Add an operation to this batch
Fluid interface for adding a failure callback to this batch operation.
Fluid interface for adding a failure callback to this batch operation. The thrown exception is logged.
Fluid interface for adding a success callback to this batch operation.
Fluid interface for adding a success callback to this batch operation.
Fluid interface for adding a success callback to this batch
operation. The argument is the returned array of
ContentProviderResult
s.
Fluid interface for adding a failure callback to this batch operation.
Fluid interface for adding a failure callback to this batch operation. The argument is the exception that was thrown; this will typically be either an OperationApplicationException or a RemoteException.
The thrown exception will have already been logged whatever else the callback decides to do with it.
Action on ContentResolvers that applies a batch of
android.content.ContentProviderOperation
s. See also BatchScopeAction, which allows you to run a batch of, e.g.,Save
andDelete
ORM actions on content mapped by the ORM to some content provider.