Interface AuditTypeIdentifier

All Known Implementing Classes:
AuditTypeBuiltin, AuditTypeIdentiferImpl

public interface AuditTypeIdentifier
interface which could be on the enum, or class, or whatever. generally you will use the enum AuditTypeBuiltin
  • Method Summary

    Modifier and Type
    Method
    Description
    get the action name of the audit type
    get the audit category
  • Method Details

    • getAuditCategory

      String getAuditCategory()
      get the audit category
      Returns:
      the id
    • getActionName

      String getActionName()
      get the action name of the audit type
      Returns:
      the name