|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.mdm.index.objects.ObjectNode
com.sun.mdm.index.master.search.audit.AuditDataObject
The AuditDataObject class represents an object containing an audit log summary returned by a call to lookupAuditLog. An audit log search returns an iterator of AuditDataObject objects.
| Field Summary |
| Fields inherited from class com.sun.mdm.index.objects.ObjectNode |
indexMap, mChildrenHashMap, mChildTags, mFields, mParent, mParentTag, mPartOfIndex, mPosition, mTag, mVersion |
| Constructor Summary | |
AuditDataObject()
Creates a new instance of the AuditDataObject class. |
|
AuditDataObject(java.lang.String id,
java.lang.String primaryObjectType,
java.lang.String euid1,
java.lang.String euid2,
java.lang.String function,
java.lang.String detail,
java.util.Date createDate,
java.lang.String createUser)
Creates a new instance of the AuditDataObject class. |
|
| Method Summary | |
java.sql.Date |
getCreateDate()
Retrieves the date the audit log entry was created from the audit data object. |
java.lang.String |
getCreateUser()
Retrieves the create user ID from the audit data object. |
java.lang.String |
getDetail()
Retrieves the detail information from the audit data object. |
java.lang.String |
getEUID1()
Retrieves the value of the primary EUID from the audit data object. |
java.lang.String |
getEUID2()
Retrieves the value of the second EUID from the audit data object. |
java.lang.String |
getFunction()
Retrieves the function type from the audit data object. |
java.lang.String |
getId()
Retrieves the value of the audit log ID from the audit data object. |
java.lang.String |
getPrimaryObjectType()
Retrieves the primary object type from the audit data object. |
java.lang.String |
toString()
Retrieves a string representation of the audit log ID, EUID1, EUID2, function, and detail fields from the audit data object. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public AuditDataObject()
public AuditDataObject(java.lang.String id,
java.lang.String primaryObjectType,
java.lang.String euid1,
java.lang.String euid2,
java.lang.String function,
java.lang.String detail,
java.util.Date createDate,
java.lang.String createUser)
throws ObjectException
id - An audit log ID.primaryObjectType - The primary object type of the master
index application.euid1 - The primary EUID in an audit log entry.euid2 - The second EUID in an audit log
entry (for example, the unkept EUID from a merge transaction).function - The type of function that caused the audit log entry.detail - The detail information for the audit log entry.createDate - The date the audit log entry was created.createUser - The logon ID of the user who performed the
transaction that caused the audit log entry.
ObjectException - Thrown if an error occurs
while creating the AuditDataObject object.| Method Detail |
public java.sql.Date getCreateDate()
throws ObjectException
java.sql.Date - The create date of the
audit log entry.
ObjectException - Thrown if the date could not be
retrieved.
public java.lang.String getCreateUser()
throws ObjectException
String - A user logon ID.
ObjectException - Thrown if the user ID could not be
retrieved.
public java.lang.String getDetail()
throws ObjectException
String - Audit log entry detail information.
ObjectException - Thrown if the detail information could
not be retrieved.
public java.lang.String getEUID1()
throws ObjectException
String - An EUID.
ObjectException - Thrown if the EUID could not be
retrieved.
public java.lang.String getEUID2()
throws ObjectException
String - An EUID.
ObjectException - Thrown if the EUID could not be
retrieved.
public java.lang.String getFunction()
throws ObjectException
String - A function type.
ObjectException - Thrown if the function could not be
retrieved.
public java.lang.String getId()
throws ObjectException
String - The value of the audit log ID.
ObjectException - Thrown if the ID could not be
retrieved.
public java.lang.String getPrimaryObjectType()
throws ObjectException
String - The primary object type of the
master index application.
ObjectException - Thrown if the primary object type
could not be retrieved.public java.lang.String toString()
toString in class ObjectNodeString - A string containing field values
from the audit data object.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Sun Microsystems, Inc.