Class ValidationResult
java.lang.Object
com.evolveum.midpoint.model.api.validator.ValidationResult
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(Issue.Severity severity, @NotNull String category, @NotNull String code, @NotNull String text, @Nullable ObjectReferenceType objectRef, @Nullable ItemPath itemPath) boolean
boolean
hasIssuesOfAtLeast
(Issue.Severity severity)
-
Constructor Details
-
ValidationResult
public ValidationResult()
-
-
Method Details
-
hasIssues
public boolean hasIssues() -
hasIssuesOfAtLeast
-
add
public void add(@NotNull Issue.Severity severity, @NotNull @NotNull String category, @NotNull @NotNull String code, @NotNull @NotNull String text, @Nullable @Nullable ObjectReferenceType objectRef, @Nullable @Nullable ItemPath itemPath) -
getIssues
-
toValidationResultType
-