Uses of Class
com.redwood.scheduler.api.model.enumeration.AuditLevel
-
Packages that use AuditLevel Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.enumeration Scheduler API - Model Enumerationscom.redwood.scheduler.api.runtime Scheduler API - Runtime access to model objects -
-
Uses of AuditLevel in com.redwood.scheduler.api.model
Methods in com.redwood.scheduler.api.model that return AuditLevel Modifier and Type Method Description AuditLevel
AuditObject. getLevel()
Get the value for Level.AuditLevel
AuditRule. getLevel()
Get the value for Level.Methods in com.redwood.scheduler.api.model with parameters of type AuditLevel Modifier and Type Method Description void
AuditRule. setLevel(AuditLevel newLevel)
Set the value for Level. -
Uses of AuditLevel in com.redwood.scheduler.api.model.enumeration
Methods in com.redwood.scheduler.api.model.enumeration that return AuditLevel Modifier and Type Method Description static AuditLevel
AuditLevel. safeValueOf(String value)
Helper function to return the AuditLevel represented byvalue
.static AuditLevel
AuditLevel. valueOf(char code)
Helper function to return the AuditLevel represented by code.static AuditLevel
AuditLevel. valueOf(Character code)
Helper function to return the AuditLevel represented by code.static AuditLevel
AuditLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static AuditLevel
AuditLevel. valueOfCode(String code)
Helper function to return the AuditLevel represented by code.static AuditLevel[]
AuditLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AuditLevel in com.redwood.scheduler.api.runtime
Methods in com.redwood.scheduler.api.runtime with parameters of type AuditLevel Modifier and Type Method Description boolean
RuntimeClass. isAuditableAtLevel(AuditLevel level)
Returns true if this class (object type) can be audited at given level.
-