public class DefaultAuditEvent extends java.lang.Object implements AuditEvent
| Constructor and Description |
|---|
DefaultAuditEvent(AuditRecord record,
java.util.Date timestamp,
EventType eventType) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getAttribute(java.lang.String key) |
java.lang.Object |
getAttribute(java.lang.String key,
java.lang.String langIsoCode) |
java.lang.Object |
getAttributeAfterOperation(java.lang.String key) |
java.lang.Object |
getAttributeAfterOperation(java.lang.String key,
java.lang.String langIsoCode) |
java.lang.Object |
getAttributeBeforeOperation(java.lang.String key) |
java.lang.Object |
getAttributeBeforeOperation(java.lang.String key,
java.lang.String langIsoCode) |
AuditRecord |
getAuditRecord() |
EventType |
getEventType() |
PK |
getPk() |
java.util.Date |
getTimestamp() |
java.lang.String |
getType() |
public DefaultAuditEvent(AuditRecord record, java.util.Date timestamp, EventType eventType)
public java.util.Date getTimestamp()
getTimestamp in interface AuditEventpublic EventType getEventType()
getEventType in interface AuditEventpublic AuditRecord getAuditRecord()
getAuditRecord in interface AuditEventpublic PK getPk()
getPk in interface AuditRecordInternalpublic java.lang.String getType()
getType in interface AuditRecordInternalpublic java.lang.Object getAttribute(java.lang.String key)
getAttribute in interface AuditRecordInternalpublic java.lang.Object getAttribute(java.lang.String key,
java.lang.String langIsoCode)
getAttribute in interface AuditRecordInternalpublic java.lang.Object getAttributeBeforeOperation(java.lang.String key)
getAttributeBeforeOperation in interface AuditRecordInternalpublic java.lang.Object getAttributeBeforeOperation(java.lang.String key,
java.lang.String langIsoCode)
getAttributeBeforeOperation in interface AuditRecordInternalpublic java.lang.Object getAttributeAfterOperation(java.lang.String key)
getAttributeAfterOperation in interface AuditRecordInternalpublic java.lang.Object getAttributeAfterOperation(java.lang.String key,
java.lang.String langIsoCode)
getAttributeAfterOperation in interface AuditRecordInternalCopyright © 2018 SAP SE. All Rights Reserved.