public interface CmMoveContentEvent extends RepositoryObject, ObjectChangeEvent
You can instantiate a CmMoveContentEvent
object in the following ways:
getInstance
or fetchInstance
method on the
Factory.CmMoveContentEvent
class.get_AuditedEvents
on an Annotation, Document, or VersionSeries object,
and iterate the EventSet
collection for instances of
CmMoveContentEvent
objects.Modifier and Type | Method and Description |
---|---|
StorageArea |
get_CmSourceStorageArea()
Returns the value of the CmSourceStorageArea property.
|
StorageArea |
get_CmTargetStorageArea()
Returns the value of the CmTargetStorageArea property.
|
StringList |
get_ModifiedProperties()
Returns the value of the ModifiedProperties property.
|
IndependentObject |
get_OriginalObject()
Returns the value of the OriginalObject property.
|
java.lang.Boolean |
get_SourceContentRetained()
Returns the value of the SourceContentRetained property.
|
Id |
get_VersionSeriesId()
Returns the value of the VersionSeriesId property.
|
get_SourceClassId, get_SourceObject, get_SourceObjectId
get_CmAuditSequence, get_Creator, get_DateCreated, get_DateLastModified, get_EventStatus, get_Id, get_InitiatingUser, get_LastModifier, get_Name, get_Owner, get_Permissions, set_Creator, set_DateCreated, set_DateLastModified, set_EventStatus, set_LastModifier, set_Owner, set_Permissions
getObjectStore
addPendingAction, clearPendingActions, delete, getAccessAllowed, getPendingActions, getUpdateSequenceNumber, isCurrent, save, save, setUpdateSequenceNumber
fetchProperties, fetchProperties, fetchProperty, fetchProperty, getObjectReference, refresh, refresh, refresh
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
Id get_VersionSeriesId()
StringList get_ModifiedProperties()
IndependentObject get_OriginalObject()
StorageArea get_CmSourceStorageArea()
StorageArea get_CmTargetStorageArea()
java.lang.Boolean get_SourceContentRetained()
© Copyright IBM Corporation 2006, 2015. All rights reserved.