Represents a background task that moves content from one storage area to another. A ICmBulkMoveContentJob performs a one-time sweep of Document or Annotation instances, and applies the specified storage policy to all instances that meet the criteria set in the filter expression. Set the sweep target to the Document or Annotation class, or a subclass of either.

After ICmBulkMoveContentJob moves the content, the Content Platform Engine deletes the content from the original storage area.

ICmBulkMoveContentJob can be used to disable replication on federated documents and annotations after the content has been moved to a P8 storage area. Also, for a fixed content device that you want to retire, ICmBulkMoveContentJob can be used to copy content under device retention to another storage area. In this scenario, the content is not deleted from the fixed content device.

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

ToggleSyntax

Visual Basic (Declaration)
Public Interface ICmBulkMoveContentJob _
	Implements ICmSweepJob, ICmSweep, IRepositoryObject, ISubscribable,  _
	IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable
C#
public interface ICmBulkMoveContentJob : ICmSweepJob, 
	ICmSweep, IRepositoryObject, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, 
	IEngineObject, ICloneable
Visual C++
public interface class ICmBulkMoveContentJob : ICmSweepJob, 
	ICmSweep, IRepositoryObject, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, 
	IEngineObject, ICloneable
JavaScript
FileNet.Api.Sweep.ICmBulkMoveContentJob = function();
FileNet.Api.Sweep.ICmBulkMoveContentJob.createInterface('FileNet.Api.Sweep.ICmBulkMoveContentJob');

ToggleRemarks

Metadata

Auditable: true
AllowsInstances: true
AllowsSubClasses: true
ClassDefinitionName: SubscribableClassDefinition
IsDependent: false
IsHidden: false
Name: DisplayName
Searchable: true
StorageType: ObjectStore
SuperclassName: CmSweepJob

ToggleSee Also