public interface ObjectChangeEvent extends RepositoryObject, Event
Note that an instance of ObjectChangeEvent
or any of its subclasses can be extended
with audited custom properties of the source object of the event.
A source object's properties are audited under the following conditions:
AuditAs
property
is set on one or more property definitions of the source object's class definition.For more information, see Property Auditing.
You can instantiate an ObjectChangeEvent
object
with the getInstance
or fetchInstance
method on the
Factory.ObjectChangeEvent
class.
Modifier and Type | Method and Description |
---|---|
Id |
get_SourceClassId()
Returns the value of the SourceClassId property.
|
IndependentObject |
get_SourceObject()
Returns the value of the SourceObject property.
|
Id |
get_SourceObjectId()
Returns the value of the SourceObjectId property.
|
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_SourceClassId()
Id get_SourceObjectId()
IndependentObject get_SourceObject()
© Copyright IBM Corporation 2006, 2015. All rights reserved.