Skip navigation links

Oracle Role Manager Java API Reference
10g (10.1.4)
E12031-02


oracle.iam.rm.inherent.audit
Interface AuditEvent

All Superinterfaces:
SnapshotObject

public interface AuditEvent
extends SnapshotObject

Interface for audit events in business transactions.

See Also:
AuditEventDetail

Field Summary
static java.lang.String TYPE
          Static variable representing auditEvent object.

 

Method Summary
 java.lang.String getActorDisplayName()
          Gets the display name of the systemIdentity whose action caused the audit event from the time of the event.
 long getActorId()
          Gets the unique ID of the systemIdentity whose action caused the audit event.
 oracle.iam.rm.util.DateTime getEventTime()
          Gets the timestamp as a long representing the time the audit event occurred.
 java.lang.String getReason()
          Gets the reason for the event, if a reason was provided at the audit event time.
 long getTransactionId()
          Gets the transaction ID of the transaction in which this audit event took place.

 

Methods inherited from interface oracle.iam.rm.temporal.SnapshotObject
delete, delete, getAllAttributes, getAttributeValue, getDefaultTitle, getMixin, getObjectKey, getObjectType, getRelativeObjects, getRelativeObjects, getStructuralObject, getStructuralObjectType, getVersion, isEditable, makeReadConsistent, setAttributeValue, setAttributeValues, stateEquals, updateVersion

 

Field Detail

TYPE

static final java.lang.String TYPE
Static variable representing auditEvent object.
See Also:
Constant Field Values

Method Detail

getActorId

long getActorId()
Gets the unique ID of the systemIdentity whose action caused the audit event.
Returns:
long unique ID of the actor

getActorDisplayName

java.lang.String getActorDisplayName()
Gets the display name of the systemIdentity whose action caused the audit event from the time of the event.
Returns:
String display name of the actor from the time of the event

getReason

java.lang.String getReason()
Gets the reason for the event, if a reason was provided at the audit event time.
Returns:
String representing reason for the audit event, if available.

getEventTime

oracle.iam.rm.util.DateTime getEventTime()
Gets the timestamp as a long representing the time the audit event occurred.
Returns:
Time when the audit event occurred.

getTransactionId

long getTransactionId()
Gets the transaction ID of the transaction in which this audit event took place.
Returns:
ID of the transaction that contains this audit event.

Skip navigation links

Oracle Role Manager Java API Reference
10g (10.1.4)
E12031-02


Copyright © 2007, 2008 Oracle. All Rights Reserved.