|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Enum
org.alfresco.repo.audit.AuditMode
public final class AuditMode
An enum to specify the audit mode:
| Field Summary | |
|---|---|
static AuditMode |
ALL
All |
static AuditMode |
FAIL
Only exceptions/failures |
static AuditMode |
NONE
Nothing |
static AuditMode |
SUCCESS
Only success |
static AuditMode |
UNSET
Don't know |
| Method Summary | |
|---|---|
static AuditMode |
getAuditMode(java.lang.String value)
Parse the audit mode from a string |
static AuditMode |
valueOf(java.lang.String name)
|
static AuditMode[] |
values()
|
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final AuditMode ALL
public static final AuditMode SUCCESS
public static final AuditMode FAIL
public static final AuditMode NONE
public static final AuditMode UNSET
| Method Detail |
|---|
public static final AuditMode[] values()
public static AuditMode valueOf(java.lang.String name)
public static AuditMode getAuditMode(java.lang.String value)
value -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||