Skip navigation links

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

E12853-02


oracle.imaging
Enum AuditEvent.Type

java.lang.Object
  extended by java.lang.Enum<AuditEvent.Type>
      extended by oracle.imaging.AuditEvent.Type

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<AuditEvent.Type>
Enclosing class:
AuditEvent

public static enum AuditEvent.Type
extends java.lang.Enum<AuditEvent.Type>

This enumeration defines the events within the Imaging System.


Enum Constant Summary
ANNOTATION_MODIFIED
           
DEFINITION_CREATE
           
DEFINITION_DELETE
           
DEFINITION_MODIFY
           
DOCUMENT_COPY
           
DOCUMENT_CREATE
           
DOCUMENT_DELETE
           
DOCUMENT_MIGRATE
           
DOCUMENT_MODIFY_METADATA
           
DOCUMENT_MOVE
           
DOCUMENT_REPLACE
           
DOCUMENT_RETRIEVE
           
DOCUMENT_VERSION
           
MBEAN_MODIFIED
           
SEARCH_EXECUTE
           
SUPPORTING_CONTENT_CREATE
           
SYSTEM_SECURITY_MODIFY
           

 

Method Summary
static AuditEvent.Type valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AuditEvent.Type[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

 

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait

 

Enum Constant Detail

DOCUMENT_COPY

public static final AuditEvent.Type DOCUMENT_COPY

DOCUMENT_CREATE

public static final AuditEvent.Type DOCUMENT_CREATE

DOCUMENT_DELETE

public static final AuditEvent.Type DOCUMENT_DELETE

DOCUMENT_MIGRATE

public static final AuditEvent.Type DOCUMENT_MIGRATE

DOCUMENT_MODIFY_METADATA

public static final AuditEvent.Type DOCUMENT_MODIFY_METADATA

DOCUMENT_MOVE

public static final AuditEvent.Type DOCUMENT_MOVE

DOCUMENT_REPLACE

public static final AuditEvent.Type DOCUMENT_REPLACE

DOCUMENT_RETRIEVE

public static final AuditEvent.Type DOCUMENT_RETRIEVE

DOCUMENT_VERSION

public static final AuditEvent.Type DOCUMENT_VERSION

SUPPORTING_CONTENT_CREATE

public static final AuditEvent.Type SUPPORTING_CONTENT_CREATE

DEFINITION_CREATE

public static final AuditEvent.Type DEFINITION_CREATE

DEFINITION_DELETE

public static final AuditEvent.Type DEFINITION_DELETE

DEFINITION_MODIFY

public static final AuditEvent.Type DEFINITION_MODIFY

SEARCH_EXECUTE

public static final AuditEvent.Type SEARCH_EXECUTE

SYSTEM_SECURITY_MODIFY

public static final AuditEvent.Type SYSTEM_SECURITY_MODIFY

ANNOTATION_MODIFIED

public static final AuditEvent.Type ANNOTATION_MODIFIED

MBEAN_MODIFIED

public static final AuditEvent.Type MBEAN_MODIFIED

Method Detail

values

public static AuditEvent.Type[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (AuditEvent.Type c : AuditEvent.Type.values())
    System.out.println(c);
Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static AuditEvent.Type valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

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.