Enum Class AuditEventType

java.lang.Object
java.lang.Enum<AuditEventType>
com.evolveum.midpoint.audit.api.AuditEventType
All Implemented Interfaces:
Serializable, Comparable<AuditEventType>, Constable

public enum AuditEventType extends Enum<AuditEventType>
  • Enum Constant Details

    • GET_OBJECT

      public static final AuditEventType GET_OBJECT
    • ADD_OBJECT

      public static final AuditEventType ADD_OBJECT
    • MODIFY_OBJECT

      public static final AuditEventType MODIFY_OBJECT
    • DELETE_OBJECT

      public static final AuditEventType DELETE_OBJECT
    • EXECUTE_CHANGES_RAW

      public static final AuditEventType EXECUTE_CHANGES_RAW
    • SYNCHRONIZATION

      public static final AuditEventType SYNCHRONIZATION
    • CREATE_SESSION

      public static final AuditEventType CREATE_SESSION
      E.g. login
    • TERMINATE_SESSION

      public static final AuditEventType TERMINATE_SESSION
      E.g. logout
    • WORK_ITEM

      public static final AuditEventType WORK_ITEM
      Workflow actions
    • WORKFLOW_PROCESS_INSTANCE

      public static final AuditEventType WORKFLOW_PROCESS_INSTANCE
    • RECONCILIATION

      public static final AuditEventType RECONCILIATION
    • SUSPEND_TASK

      public static final AuditEventType SUSPEND_TASK
    • RESUME_TASK

      public static final AuditEventType RESUME_TASK
    • RUN_TASK_IMMEDIATELY

      public static final AuditEventType RUN_TASK_IMMEDIATELY
    • DISCOVER_OBJECT

      public static final AuditEventType DISCOVER_OBJECT
    • INFORMATION_DISCLOSURE

      public static final AuditEventType INFORMATION_DISCLOSURE
  • Method Details

    • values

      public static AuditEventType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static AuditEventType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • fromSchemaValue

      public static AuditEventType fromSchemaValue(AuditEventTypeType event)
    • getDisplay

      public DisplayType getDisplay()
    • toSchemaValue

      public static AuditEventTypeType toSchemaValue(AuditEventType event)