Uses of Enum Class
com.kingsrook.qqq.backend.core.model.metadata.audits.AuditLevel
Packages that use AuditLevel
Package
Description
-
Uses of AuditLevel in com.kingsrook.qqq.backend.core.actions.audits
Methods in com.kingsrook.qqq.backend.core.actions.audits that return AuditLevelModifier and TypeMethodDescriptionstatic AuditLevelDMLAuditAction.getAuditLevel(AbstractTableActionInput tableActionInput) Get the audit level for the table being operated on. -
Uses of AuditLevel in com.kingsrook.qqq.backend.core.model.metadata.audits
Subclasses with type arguments of type AuditLevel in com.kingsrook.qqq.backend.core.model.metadata.auditsMethods in com.kingsrook.qqq.backend.core.model.metadata.audits that return AuditLevelModifier and TypeMethodDescriptionQAuditRules.getAuditLevel()Getter for auditLevelstatic AuditLevelReturns the enum constant of this class with the specified name.static AuditLevel[]AuditLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.kingsrook.qqq.backend.core.model.metadata.audits with parameters of type AuditLevelModifier and TypeMethodDescriptionvoidQAuditRules.setAuditLevel(AuditLevel auditLevel) Setter for auditLevelQAuditRules.withAuditLevel(AuditLevel auditLevel) Fluent setter for auditLevel