Creates a batch operation to update persisted objects.
Top
Top
Once created, the batch operation is pending until you call the
The following tables list the members exposed by UpdatingBatch.
Public Methods
Name | Description | |
---|---|---|
![]() | Add | Adds an item to the batch to be updated by this instance. The item is referenced by a instance, and the batch is a list of instances. |
![]() ![]() | CreateUpdatingBatchInstance | Creates a new instance for the specified FileNet P8 domain. |
![]() | Equals | Determines whether the specified |
![]() | GetBatchItemHandles | Returns a list of the instances in this batch that reference the specified object, or, if the parameter is , the list of all instances in this batch. (inherited from Batch) |
![]() | GetHashCode | Serves as a hash function for a particular type. |
![]() | GetType | Gets the |
![]() | HasPendingExecute | Indicates whether there are any pending items to update in this batch. |
![]() | ToString | Returns a |
![]() | UpdateBatch | Update all of the items in this batch. Calling this method commits the pending batch update operation. The batch operation is executed within a single transaction. |
Protected Methods
Name | Description | |
---|---|---|
![]() | addHandle | Adds the specified to the collection. (inherited from Batch) |
![]() | Finalize | Allows an |
![]() | GetBatchList | Returns the collection of instances. (inherited from Batch) |
![]() | GetDomain | Returns the domain for the collection. (inherited from Batch) |
![]() | MemberwiseClone | Creates a shallow copy of the current |