Creates a new UpdatingBatch instance for the specified Content
Cortex domain.
Namespace:
FileNet.Api.Core
Assembly:
FileNet.Api (in FileNet.Api.dll)
| JavaScript |
|---|
FileNet.Api.Core.UpdatingBatch.createUpdatingBatchInstance = function(domain, refresh); |
Parameters
- domain
- Type: FileNet.Api.Core..::.IDomain
A Domain object representing the Content Cortex
domain to use as the scope of this UpdatingBatch instance.
- refresh
- Type: FileNet.Api.Constants..::.RefreshMode
A RefreshMode object indicating whether the
UpdatingBatch object returned is to contain refreshed data from
the server.
Return Value
The
UpdatingBatch object created.