| 
 | Oracle® WebCenter Content Java API Reference for Imaging 11g Release 1 (11.1.1) E12853-03 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
   oracle.imaging.AuditEvent
oracle.imaging.AuditEvent
public class AuditEvent
The AuditEvent class provides access to the event data that was persisted.
| Nested Class Summary | |
|---|---|
| static class | AuditEvent.PropertyThe Property Class defines the structure that the Auditing functions use to persist and report property data. | 
| static class | AuditEvent.PropertyKeyThis enumeration defines the property types avaialable for use within the properties list. | 
| static class | AuditEvent.TypeThis enumeration defines the events within the Imaging System. | 
| Field Summary | |
|---|---|
| static long | ANNOTATIONS_CHANGED | 
| static long | MBEAN_AUDIT | 
| Constructor Summary | |
|---|---|
|   | AuditEvent()The default constructor required to be explicitly declared for JAXB serialization. | 
| protected | AuditEvent(AuditEvent.Type type, java.util.Date date, java.lang.String userName, java.util.List<AuditEvent.Property> properties)Convienece constructor. | 
|   | AuditEvent(long subjectId, AuditEvent.Type type, SecurityMember securityMember, java.util.List<AuditEvent.Property> properties) | 
|   | AuditEvent(long subjectId, AuditEvent.Type type, SecurityMember securityMember, java.lang.String param1, java.lang.String param2) | 
|   | AuditEvent(long subjectId, AuditEvent.Type type, java.lang.String userName, java.lang.String param1, java.lang.String param2)Convienece constructor. | 
| Method Summary | |
|---|---|
|  java.util.Date | getDate()Gets the creation date of the event. | 
|  java.lang.String | getParam1()Gets the value of param1 for the event. | 
|  java.lang.String | getParam2()Gets the value of param2 for the event. | 
|  java.util.List<AuditEvent.Property> | getProperties()This method is reserved for Oracle internal use only. | 
|  AuditEvent.Type | getType()Gets the AuditEvent.Typeof the event. | 
|  java.lang.String | getUserName()Gets the name of the user logged in at the time of the event. | 
|  void | setDate(java.util.Date date)Sets the creation date of the event. | 
|  void | setParam1(java.lang.String param1)Sets the value of param1 for the event. | 
|  void | setParam2(java.lang.String param2)Sets the value of param2 for the event. | 
|  void | setProperties(java.util.List<AuditEvent.Property> properties)Sets the list of AuditEvent.Propertyvalues that are persisted. | 
|  void | setType(AuditEvent.Type type)Sets the AuditEvent.Typeof the event. | 
|  void | setUserName(java.lang.String userName)Sets the name of the user logged in at the time of the event. | 
|  java.lang.String | toString() | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
public static final long MBEAN_AUDIT
public static final long ANNOTATIONS_CHANGED
| Constructor Detail | 
|---|
public AuditEvent()
public AuditEvent(long subjectId,
                  AuditEvent.Type type,
                  SecurityMember securityMember,
                  java.util.List<AuditEvent.Property> properties)
public AuditEvent(long subjectId,
                  AuditEvent.Type type,
                  SecurityMember securityMember,
                  java.lang.String param1,
                  java.lang.String param2)
public AuditEvent(long subjectId,
                  AuditEvent.Type type,
                  java.lang.String userName,
                  java.lang.String param1,
                  java.lang.String param2)
type - The AuditEvent.Typeof the event.userName - The name of the user that was logged in when the event occurred.param1 - The value for param1param2 - The value for param2
protected AuditEvent(AuditEvent.Type type,
                     java.util.Date date,
                     java.lang.String userName,
                     java.util.List<AuditEvent.Property> properties)
type - The AuditEvent.Typeof the event.date - When the event occurred.userName - The name of the user that was logged in when the event occurred.properties - The persisted properties.| Method Detail | 
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic void setType(AuditEvent.Type type)
AuditEvent.Type of the event.type - The AuditEvent.Type of the event.public AuditEvent.Type getType()
AuditEvent.Type of the event.AuditEvent.Type of the event.public void setDate(java.util.Date date)
date - The creation date of the event.public java.util.Date getDate()
public void setUserName(java.lang.String userName)
userName - The name of the user logged in at the time of the event.public java.lang.String getUserName()
public void setParam1(java.lang.String param1)
param1 - The param1 value for the event.public java.lang.String getParam1()
public void setParam2(java.lang.String param2)
param2 - The param2 value for the event.public java.lang.String getParam2()
public void setProperties(java.util.List<AuditEvent.Property> properties)
AuditEvent.Property values that are persisted.properties - The list of AuditEvent.Property values.public java.util.List<AuditEvent.Property> getProperties()
| 
 | Oracle® WebCenter Content Java API Reference for Imaging 11g Release 1 (11.1.1) E12853-03 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||