Uses of Enum Class
com.evolveum.midpoint.model.api.validator.Issue.Severity
-
Uses of Issue.Severity in com.evolveum.midpoint.model.api.validator
Modifier and TypeMethodDescription@NotNull Issue.Severity
Issue.getSeverity()
static @Nullable Issue.Severity
Issue.getSeverity
(List<Issue> issues) static Issue.Severity
Returns the enum constant of this class with the specified name.static Issue.Severity[]
Issue.Severity.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
ValidationResult.add
(Issue.Severity severity, @NotNull String category, @NotNull String code, @NotNull String text, @Nullable ObjectReferenceType objectRef, @Nullable ItemPath itemPath) boolean
ValidationResult.hasIssuesOfAtLeast
(Issue.Severity severity) boolean
Issue.hasSeverityAtLeast
(@NotNull Issue.Severity severity) boolean
Issue.Severity.isAtLeast
(@NotNull Issue.Severity other) ModifierConstructorDescriptionIssue
(@NotNull Issue.Severity severity, @NotNull String category, @NotNull String code, @NotNull String text, ObjectReferenceType objectRef, ItemPath itemPath)