public interface CmBulkMoveContentJob extends RepositoryObject, CmSweepJob
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.
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
get_CopyRetainedContent()
Returns the value of the CopyRetainedContent property.
|
java.lang.Boolean |
get_EndReplicationAfterMove()
Returns the value of the EndReplicationAfterMove property.
|
StoragePolicy |
get_StoragePolicy()
Returns the value of the StoragePolicy property.
|
void |
set_CopyRetainedContent(java.lang.Boolean value)
Sets the value of the CopyRetainedContent property.
|
void |
set_EndReplicationAfterMove(java.lang.Boolean value)
Sets the value of the EndReplicationAfterMove property.
|
void |
set_StoragePolicy(StoragePolicy value)
Sets the value of the StoragePolicy property.
|
get_DescriptiveText, get_DisplayName, get_EffectiveEndDate, get_EffectiveStartDate, get_FilteredQueryTimeout, get_FilterExpression, get_IncludeSubclassesRequested, get_IsEnabled, get_RecordFailures, get_SweepBatchSize, get_SweepMode, get_SweepResults, get_SweepRetryWaitInterval, set_DescriptiveText, set_DisplayName, set_EffectiveEndDate, set_EffectiveStartDate, set_FilteredQueryTimeout, set_FilterExpression, set_IncludeSubclassesRequested, set_IsEnabled, set_RecordFailures, set_SweepBatchSize, set_SweepMode, set_SweepRetryWaitInterval
get_AuditedEvents, get_Creator, get_DateCreated, get_DateLastModified, get_ExaminedObjectCount, get_FailedObjectCount, get_Id, get_InterBatchDelay, get_LastModifier, get_MaxSweepWorkers, get_Owner, get_Permissions, get_ProcessedObjectCount, get_SweepEndDate, get_SweepStartDate, get_SweepTarget, get_SweepTimeslots, set_Creator, set_DateCreated, set_DateLastModified, set_InterBatchDelay, set_LastModifier, set_MaxSweepWorkers, set_Owner, set_Permissions, set_SweepTarget, set_SweepTimeslots
getObjectStore
raiseEvent
addPendingAction, clearPendingActions, delete, getAccessAllowed, getPendingActions, getUpdateSequenceNumber, isCurrent, save, save, setUpdateSequenceNumber
fetchProperties, fetchProperties, fetchProperty, fetchProperty, getObjectReference, refresh, refresh, refresh
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
StoragePolicy get_StoragePolicy()
void set_StoragePolicy(StoragePolicy value)
java.lang.Boolean get_EndReplicationAfterMove()
void set_EndReplicationAfterMove(java.lang.Boolean value)
java.lang.Boolean get_CopyRetainedContent()
void set_CopyRetainedContent(java.lang.Boolean value)
© Copyright IBM Corporation 2006, 2015. All rights reserved.