|
Oracle® WebCenter Content: Imaging Java API Reference 11g Release 1 (11.1.1) E12853-04 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Object
java.lang.Enum<AuditEvent.Type>
oracle.imaging.AuditEvent.Type
public static enum AuditEvent.Type
This enumeration defines the events within the Imaging System.
| 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 |
|---|
public static final AuditEvent.Type DOCUMENT_COPY
public static final AuditEvent.Type DOCUMENT_CREATE
public static final AuditEvent.Type DOCUMENT_DELETE
public static final AuditEvent.Type DOCUMENT_MIGRATE
public static final AuditEvent.Type DOCUMENT_MODIFY_METADATA
public static final AuditEvent.Type DOCUMENT_MOVE
public static final AuditEvent.Type DOCUMENT_RETRIEVE
public static final AuditEvent.Type DOCUMENT_VERSION
public static final AuditEvent.Type SUPPORTING_CONTENT_CREATE
public static final AuditEvent.Type WORKFLOW_INJECT
public static final AuditEvent.Type DEFINITION_CREATE
public static final AuditEvent.Type DEFINITION_DELETE
public static final AuditEvent.Type DEFINITION_MODIFY
public static final AuditEvent.Type SEARCH_EXECUTE
public static final AuditEvent.Type SYSTEM_SECURITY_MODIFY
public static final AuditEvent.Type ANNOTATION_MODIFIED
public static final AuditEvent.Type MBEAN_MODIFIED
| Method Detail |
|---|
public static AuditEvent.Type[] values()
for (AuditEvent.Type c : AuditEvent.Type.values())
System.out.println(c);
public static AuditEvent.Type valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null
|
Oracle® WebCenter Content: Imaging Java API Reference 11g Release 1 (11.1.1) E12853-04 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||