com.filenet.api.sweep

Interface CmBulkMoveContentJob

  • All Superinterfaces:
    CmSweep, CmSweepJob, EngineObject, IndependentlyPersistableObject, IndependentObject, RepositoryObject, java.io.Serializable, Subscribable


    public interface CmBulkMoveContentJob
    extends RepositoryObject, CmSweepJob
    Represents a background task that moves content from one storage area to another. A CmBulkMoveContentJob 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 CmBulkMoveContentJob moves the content, the Content Platform Engine deletes the content from the original storage area.

    CmBulkMoveContentJob 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, CmBulkMoveContentJob 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.

    Metadata

    • Method Detail

      • get_EndReplicationAfterMove

        java.lang.Boolean get_EndReplicationAfterMove()
        Returns the value of the EndReplicationAfterMove property. For more information, see EndReplicationAfterMove Property.
      • set_EndReplicationAfterMove

        void set_EndReplicationAfterMove(java.lang.Boolean value)
        Sets the value of the EndReplicationAfterMove property. For more information, see EndReplicationAfterMove Property.
      • get_CopyRetainedContent

        java.lang.Boolean get_CopyRetainedContent()
        Returns the value of the CopyRetainedContent property. For more information, see CopyRetainedContent Property.
      • set_CopyRetainedContent

        void set_CopyRetainedContent(java.lang.Boolean value)
        Sets the value of the CopyRetainedContent property. For more information, see CopyRetainedContent Property.

© Copyright IBM Corporation 2006, 2015. All rights reserved.