Skip navigation links

Oracle® Fusion Middleware Oracle Imaging and Process Management Java API Reference
11g Release 1 (11.1.1)

E12853-02


oracle.imaging
Class AuditEvent

java.lang.Object
  extended by oracle.imaging.AuditEvent

All Implemented Interfaces:
java.io.Serializable

public class AuditEvent
extends java.lang.Object
implements java.io.Serializable

The AuditEvent class provides access to the event data that was persisted.

See Also:
Serialized Form

Nested Class Summary
static class AuditEvent.Property
          The Property Class defines the structure that the Auditing functions use to persist and report property data.
static class AuditEvent.PropertyKey
          This enumeration defines the property types avaialable for use within the properties list.
static class AuditEvent.Type
          This 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.Type of 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.Property values that are persisted.
 void setType(AuditEvent.Type type)
          Sets the AuditEvent.Type of 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

MBEAN_AUDIT

public static final long MBEAN_AUDIT
See Also:
Constant Field Values

ANNOTATIONS_CHANGED

public static final long ANNOTATIONS_CHANGED
See Also:
Constant Field Values

Constructor Detail

AuditEvent

public AuditEvent()
The default constructor required to be explicitly declared for JAXB serialization.

AuditEvent

public AuditEvent(long subjectId,
                  AuditEvent.Type type,
                  SecurityMember securityMember,
                  java.util.List<AuditEvent.Property> properties)

AuditEvent

public AuditEvent(long subjectId,
                  AuditEvent.Type type,
                  SecurityMember securityMember,
                  java.lang.String param1,
                  java.lang.String param2)

AuditEvent

public AuditEvent(long subjectId,
                  AuditEvent.Type type,
                  java.lang.String userName,
                  java.lang.String param1,
                  java.lang.String param2)
Convienece constructor.
Parameters:
type - The AuditEvent.Typeof the event.
userName - The name of the user that was logged in when the event occurred.
param1 - The value for param1
param2 - The value for param2

AuditEvent

protected AuditEvent(AuditEvent.Type type,
                     java.util.Date date,
                     java.lang.String userName,
                     java.util.List<AuditEvent.Property> properties)
Convienece constructor.
Parameters:
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

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

setType

public void setType(AuditEvent.Type type)
Sets the AuditEvent.Type of the event.
Parameters:
type - The AuditEvent.Type of the event.

getType

public AuditEvent.Type getType()
Gets the AuditEvent.Type of the event.
Returns:
The AuditEvent.Type of the event.

setDate

public void setDate(java.util.Date date)
Sets the creation date of the event.
Parameters:
date - The creation date of the event.

getDate

public java.util.Date getDate()
Gets the creation date of the event.
Returns:
The creation date of the event.

setUserName

public void setUserName(java.lang.String userName)
Sets the name of the user logged in at the time of the event.
Parameters:
userName - The name of the user logged in at the time of the event.

getUserName

public java.lang.String getUserName()
Gets the name of the user logged in at the time of the event.
Returns:
The name of the user logged in at the time of the event.

setParam1

public void setParam1(java.lang.String param1)
Sets the value of param1 for the event.
Parameters:
param1 - The param1 value for the event.

getParam1

public java.lang.String getParam1()
Gets the value of param1 for the event.
Returns:
The param1 value of the event.

setParam2

public void setParam2(java.lang.String param2)
Sets the value of param2 for the event.
Parameters:
param2 - The param2 value for the event.

getParam2

public java.lang.String getParam2()
Gets the value of param2 for the event.
Returns:
The param2 value of the event.

setProperties

public void setProperties(java.util.List<AuditEvent.Property> properties)
Sets the list of AuditEvent.Property values that are persisted.
Parameters:
properties - The list of AuditEvent.Property values.

getProperties

public java.util.List<AuditEvent.Property> getProperties()
This method is reserved for Oracle internal use only.

Skip navigation links

Oracle® Fusion Middleware Oracle Imaging and Process Management Java API Reference
11g Release 1 (11.1.1)

E12853-02


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.