Uses of Enum Class
com.evolveum.midpoint.model.api.validator.Issue.Severity
Packages that use Issue.Severity
-
Uses of Issue.Severity in com.evolveum.midpoint.model.api.validator
Methods in com.evolveum.midpoint.model.api.validator that return Issue.SeverityModifier 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.Methods in com.evolveum.midpoint.model.api.validator with parameters of type Issue.SeverityModifier 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) Constructors in com.evolveum.midpoint.model.api.validator with parameters of type Issue.SeverityModifierConstructorDescriptionIssue
(@NotNull Issue.Severity severity, @NotNull String category, @NotNull String code, @NotNull String text, ObjectReferenceType objectRef, ItemPath itemPath)