Skip navigation links

Oracle Role Manager Java API Reference
10g (10.1.4)
E14613-01


oracle.iam.rm.inherent.audit
Interface AuditEventDetail

All Superinterfaces:
SnapshotObject

public interface AuditEventDetail
extends SnapshotObject

Interface for details of audit events.

See Also:
AuditEvent

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

 

Method Summary
 java.lang.String getChangeInformation()
          Gets the change information for this audit event in XML as a String.
 java.lang.String getNewSubjectState()
          Gets the new state of the changed subject, either effective or non-effective.
 java.lang.String getOldSubjectState()
          Gets the previous state of the changed subject, either effective or non-effective.

 

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 auditEventDetail object.
See Also:
Constant Field Values

Method Detail

getChangeInformation

java.lang.String getChangeInformation()
Gets the change information for this audit event in XML as a String. This is a representation of changed attributes, including they attribute key, old value, and new value.
Returns:
XML representing detailed change information

getOldSubjectState

java.lang.String getOldSubjectState()
Gets the previous state of the changed subject, either effective or non-effective.
Returns:
String representing previous state of changed subject.

getNewSubjectState

java.lang.String getNewSubjectState()
Gets the new state of the changed subject, either effective or non-effective.
Returns:
String representing new state of changed subject.

Skip navigation links

Oracle Role Manager Java API Reference
10g (10.1.4)
E14613-01


Copyright © 2008, 2009 Oracle. All Rights Reserved.