| Package | Description |
|---|---|
| de.hybris.platform.audit.internal.config.validation |
| Modifier and Type | Method and Description |
|---|---|
AuditConfigViolation.ViolationLevel |
AuditConfigViolation.getLevel() |
static AuditConfigViolation.ViolationLevel |
AuditConfigViolation.ViolationLevel.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AuditConfigViolation.ViolationLevel[] |
AuditConfigViolation.ViolationLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
AuditReportConfigValidator.matchesViolationLevel(AuditConfigViolation.ViolationLevel configuredLevel,
AuditConfigViolation.ViolationLevel violationLevel) |
java.util.List<AuditConfigViolation> |
AuditReportConfigValidator.validate(AuditReportConfig config,
AuditConfigViolation.ViolationLevel level) |
| Constructor and Description |
|---|
AuditConfigViolation(java.lang.String message,
AuditConfigViolation.ViolationLevel level) |
Copyright © 2018 SAP SE. All Rights Reserved.