Interface DBAuditEnablementService

All Known Implementing Classes:
DefaultDBAuditEnablementService

public interface DBAuditEnablementService
  • Method Details

    • refreshConfiguredAuditTypes

      void refreshConfiguredAuditTypes()
    • skipActions

      boolean skipActions()
    • disableAuditInSession

      void disableAuditInSession()
    • enableAuditInSession

      void enableAuditInSession()
    • isAuditEnabledForType

      boolean isAuditEnabledForType(String typeCode)
    • isAuditEnabledForType

      boolean isAuditEnabledForType(PK typePk)