public final class RawAuditEvent extends Object implements Serializable
| Constructor and Description |
|---|
RawAuditEvent(AuditEvent auditEvent,
long folderContextId,
long folderPathId,
boolean inObjHistory)
Constructs a RawAuditEvent.
|
| Modifier and Type | Method and Description |
|---|---|
AuditEvent |
getAuditEvent()
Gets the audit event that was posted.
|
long |
getFolderContextId()
Gets the ID of the first folder in the path,
which is used as the folder context for the event.
|
long |
getFolderPathId()
Gets the ID of the folder path audit context entry.
|
boolean |
isInObjectHistory()
Gets whether the event should be considered part of
the object history.
|
public RawAuditEvent(AuditEvent auditEvent, long folderContextId, long folderPathId, boolean inObjHistory)
auditEvent - the posted audit eventfolderContextId - the ID of the first folder in the pathfolderPathId - the ID of the folder path audit context entryinObjHistory - whether the event should be considered part of
the object historypublic AuditEvent getAuditEvent()
public long getFolderContextId()
public long getFolderPathId()
public boolean isInObjectHistory()
Copyright © 2025. All rights reserved.