Uses of Class
com.evolveum.midpoint.model.api.validator.Issue.Severity
-
Packages that use Issue.Severity Package Description com.evolveum.midpoint.model.api.validator -
-
Uses of Issue.Severity in com.evolveum.midpoint.model.api.validator
Methods in com.evolveum.midpoint.model.api.validator that return Issue.Severity Modifier and Type Method Description @NotNull Issue.SeverityIssue. getSeverity()static @Nullable Issue.SeverityIssue. getSeverity(List<Issue> issues)static Issue.SeverityIssue.Severity. valueOf(String name)Returns the enum constant of this type with the specified name.static Issue.Severity[]Issue.Severity. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.evolveum.midpoint.model.api.validator with parameters of type Issue.Severity Modifier and Type Method Description voidValidationResult. add(Issue.Severity severity, @NotNull String category, @NotNull String code, @NotNull String text, @Nullable ObjectReferenceType objectRef, @Nullable ItemPath itemPath)booleanValidationResult. hasIssuesOfAtLeast(Issue.Severity severity)booleanIssue. hasSeverityAtLeast(@NotNull Issue.Severity severity)booleanIssue.Severity. isAtLeast(@NotNull Issue.Severity other)Constructors in com.evolveum.midpoint.model.api.validator with parameters of type Issue.Severity Constructor Description Issue(@NotNull Issue.Severity severity, @NotNull String category, @NotNull String code, @NotNull String text, ObjectReferenceType objectRef, ItemPath itemPath)
-