public enum AuditEntryTypes extends Enum<AuditEntryTypes>
| Enum Constant and Description |
|---|
CONTENT |
DISPOSITION_ACTION_DEFINITION |
DISPOSITION_SCHEDULE |
FILE_PLAN |
HOLD |
HOLD_CONTAINER |
NON_ELECTRONIC_DOCUMENT |
PERSON |
RECORD_CATEGORY |
RECORD_FOLDER |
THUMBNAIL |
TRANSFER_CONTAINER |
UNFILED_RECORD_CONTAINER |
| Modifier and Type | Method and Description |
|---|---|
static AuditEntryTypes |
fromValue(String value) |
String |
toString() |
static AuditEntryTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuditEntryTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuditEntryTypes CONTENT
public static final AuditEntryTypes DISPOSITION_SCHEDULE
public static final AuditEntryTypes DISPOSITION_ACTION_DEFINITION
public static final AuditEntryTypes FILE_PLAN
public static final AuditEntryTypes HOLD
public static final AuditEntryTypes HOLD_CONTAINER
public static final AuditEntryTypes NON_ELECTRONIC_DOCUMENT
public static final AuditEntryTypes PERSON
public static final AuditEntryTypes RECORD_CATEGORY
public static final AuditEntryTypes RECORD_FOLDER
public static final AuditEntryTypes THUMBNAIL
public static final AuditEntryTypes TRANSFER_CONTAINER
public static final AuditEntryTypes UNFILED_RECORD_CONTAINER
public static AuditEntryTypes[] values()
for (AuditEntryTypes c : AuditEntryTypes.values()) System.out.println(c);
public static AuditEntryTypes 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 AuditEntryTypes fromValue(String value)
public String toString()
toString in class Enum<AuditEntryTypes>Copyright © 2005–2016 Alfresco Software. All rights reserved.