public enum AuditEvents extends Enum<AuditEvents>
| Enum Constant and Description |
|---|
ADD_TO_HOLD |
ALL |
AUDIT_VIEW |
COMPLETE_RECORD |
COPY_TO |
CREATED_OBJECT |
FILE_TO |
MOVE_TO |
REMOVE_FROM_HOLD |
UPDATED_METADATA |
| Modifier and Type | Method and Description |
|---|---|
static AuditEvents |
fromValue(String value) |
String |
toString() |
static AuditEvents |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuditEvents[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuditEvents ADD_TO_HOLD
public static final AuditEvents ALL
public static final AuditEvents AUDIT_VIEW
public static final AuditEvents COPY_TO
public static final AuditEvents COMPLETE_RECORD
public static final AuditEvents CREATED_OBJECT
public static final AuditEvents FILE_TO
public static final AuditEvents MOVE_TO
public static final AuditEvents REMOVE_FROM_HOLD
public static final AuditEvents UPDATED_METADATA
public static AuditEvents[] values()
for (AuditEvents c : AuditEvents.values()) System.out.println(c);
public static AuditEvents valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static final AuditEvents fromValue(String value)
public String toString()
toString in class Enum<AuditEvents>Copyright © 2005–2016 Alfresco Software. All rights reserved.