com.filenet.api.sweep
Interface CmContentDeletionQueueEntry
-
- All Superinterfaces:
- CmAbstractQueueEntry, EngineObject, IndependentlyPersistableObject, IndependentObject, RepositoryObject, java.io.Serializable
public interface CmContentDeletionQueueEntry extends RepositoryObject, CmAbstractQueueEntry
Represents the information needed for aCmContentDeletionQueueSweepto delete content from an advanced storage area. An entry is created in the deletion queue when a document or annotation with content stored in an advanced storage area is deleted.Metadata
- See Also:
- Queue sweeps
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description byte[]get_OperationData()Returns the value of the OperationData property.byte[]get_ReplicationData()Returns the value of the ReplicationData property.CmAdvancedStorageAreaget_StorageArea()Returns the value of the StorageArea property.-
Methods inherited from interface com.filenet.api.admin.CmAbstractQueueEntry
changeClass, get_Creator, get_DateCreated, get_DateLastModified, get_DeferralCount, get_DeferralData, get_FailureCount, get_HeldUntilDate, get_Id, get_LastFailureReason, get_LastModifier, get_LeaseHolderId, get_QueueEntryStatus, set_Creator, set_DateCreated, set_DateLastModified, set_FailureCount, set_LastModifier
-
Methods inherited from interface com.filenet.api.core.RepositoryObject
getObjectStore
-
Methods inherited from interface com.filenet.api.core.IndependentlyPersistableObject
addPendingAction, clearPendingActions, delete, getAccessAllowed, getPendingActions, getUpdateSequenceNumber, isCurrent, save, save, setUpdateSequenceNumber
-
Methods inherited from interface com.filenet.api.core.IndependentObject
fetchProperties, fetchProperties, fetchProperty, fetchProperty, getObjectReference, refresh, refresh, refresh
-
Methods inherited from interface com.filenet.api.core.EngineObject
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
-
-
-
-
Method Detail
-
get_StorageArea
CmAdvancedStorageArea get_StorageArea()
Returns the value of the StorageArea property. For more information, see StorageArea Property.
-
get_OperationData
byte[] get_OperationData()
Returns the value of the OperationData property. For more information, see OperationData Property.
-
get_ReplicationData
byte[] get_ReplicationData()
Returns the value of the ReplicationData property. For more information, see ReplicationData Property.
-
-