public interface AuditEvent extends BaseEntity
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAuditActionType()
Returns the
AuditActionType property value. |
java.lang.String |
getDescription()
Returns the
RMEntityDescription property value. |
AuditStatus |
getEventStatus()
Returns the event status associated with this
AuditEvent instance. |
java.lang.String |
getInitiatingUser()
Returns the name of the user that initiated the event.
|
java.util.List<java.lang.String> |
getModifiedPropertyNames()
Returns a list of the symbolic names of the properties modified by the operation
that generated this audit event (if available).
|
BaseEntity |
getOriginalObject()
Returns the audit event's
RMPropertyName.OriginalObject property value, if available. |
java.lang.String |
getReasonForAction()
Returns the
ReasonForAction property value. |
java.lang.String |
getReviewer()
Returns the
Reviewer property value. |
java.lang.String |
getSourceClassId()
Returns the Id string for the class description belonging to the audit event's
source object.
|
BaseEntity |
getSourceObject()
Returns the audit event's
RMPropertyName.SourceObject property value, if available. |
java.lang.String |
getSourceObjectId()
Returns the Id string for the source object associated with this audit event.
|
getAccessAllowed, getClassDescription, getClassName, getClientIdentifier, getContainedBy, getDomainType, getEntityType, getName, getObjectIdentity, getPermissions, getProperties, getRepository, isCreationPending, isPlaceholder, refresh, refresh, refresh
java.lang.String getAuditActionType()
AuditActionType
property value.String
value.java.lang.String getDescription()
RMEntityDescription
property value.String
value.java.lang.String getReasonForAction()
ReasonForAction
property value.String
value.java.lang.String getReviewer()
Reviewer
property value.String
value.AuditStatus getEventStatus()
AuditEvent
instance.AuditStatus
value.java.lang.String getInitiatingUser()
String
value.BaseEntity getOriginalObject()
RMPropertyName.OriginalObject
property value, if available.BaseEntity
instance. Can be null
.java.lang.String getSourceObjectId()
String
Id value.java.lang.String getSourceClassId()
String
Id value.BaseEntity getSourceObject()
RMPropertyName.SourceObject
property value, if available.BaseEntity
instance. Can be null
.java.util.List<java.lang.String> getModifiedPropertyNames()
List<String>
collection. May be empty or null
.© Copyright IBM Corp. 2010, 2013. All Rights Reserved.