public class ValidationResult extends Object
Constructor and Description |
---|
ValidationResult() |
Modifier and Type | Method and Description |
---|---|
void |
add(Issue.Severity severity,
String category,
String code,
String text,
ObjectReferenceType objectRef,
com.evolveum.midpoint.prism.path.ItemPath itemPath) |
List<Issue> |
getIssues() |
boolean |
hasIssues() |
boolean |
hasIssuesOfAtLeast(Issue.Severity severity) |
public boolean hasIssues()
public boolean hasIssuesOfAtLeast(Issue.Severity severity)
public void add(@NotNull Issue.Severity severity, @NotNull String category, @NotNull String code, @NotNull String text, @Nullable ObjectReferenceType objectRef, @Nullable com.evolveum.midpoint.prism.path.ItemPath itemPath)
Copyright © 2016 Evolveum. All rights reserved.