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.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
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'); |
Remarks
Metadata
Auditable: true
AllowsInstances: true
AllowsSubClasses: true
ClassDefinitionName: SubscribableClassDefinition
IsDependent: false
IsHidden: false
Name: DisplayName
Searchable: true
StorageType: ObjectStore
SuperclassName: CmSweepJob