Abstract superclass for the accumulation of batch items for a pending batch operation. The batch is a collection of BatchItemHandle instances.

Namespace:  FileNet.Api.Core
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Public MustInherit Class Batch
C#
public abstract class Batch
Visual C++
public ref class Batch abstract
JavaScript
FileNet.Api.Core.Batch = function();

Type.createClass(
	'FileNet.Api.Core.Batch');

ToggleInheritance Hierarchy

System..::.Object
  FileNet.Api.Core..::.Batch
    FileNet.Api.Core..::.RetrievingBatch
    FileNet.Api.Core..::.UpdatingBatch

ToggleSee Also