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,
ItemPath itemPath) |
List<Issue> |
getIssues() |
boolean |
hasIssues() |
boolean |
hasIssuesOfAtLeast(Issue.Severity severity) |
ValidationResultType |
toValidationResultType() |
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
ItemPath itemPath)
public ValidationResultType toValidationResultType()
Copyright © 2022 Evolveum. All rights reserved.