public enum AuditEventType extends Enum<AuditEventType>
Enum Constant and Description |
---|
ADD_OBJECT |
CREATE_SESSION
E.g.
|
DELETE_OBJECT |
EXECUTE_CHANGES_RAW |
GET_OBJECT |
MODIFY_OBJECT |
RECONCILIATION |
SYNCHRONIZATION |
TERMINATE_SESSION
E.g.
|
WORK_ITEM
Workflow actions
|
WORKFLOW_PROCESS_INSTANCE |
Modifier and Type | Method and Description |
---|---|
static AuditEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuditEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuditEventType GET_OBJECT
public static final AuditEventType ADD_OBJECT
public static final AuditEventType MODIFY_OBJECT
public static final AuditEventType DELETE_OBJECT
public static final AuditEventType EXECUTE_CHANGES_RAW
public static final AuditEventType SYNCHRONIZATION
public static final AuditEventType CREATE_SESSION
public static final AuditEventType TERMINATE_SESSION
public static final AuditEventType WORK_ITEM
public static final AuditEventType WORKFLOW_PROCESS_INSTANCE
public static final AuditEventType RECONCILIATION
public static AuditEventType[] values()
for (AuditEventType c : AuditEventType.values()) System.out.println(c);
public static AuditEventType 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 nullCopyright © 2013 evolveum. All rights reserved.