Class ValidationResult
java.lang.Object
com.evolveum.midpoint.model.api.validator.ValidationResult
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidadd(Issue.Severity severity, @NotNull String category, @NotNull String code, @NotNull String text, @Nullable ObjectReferenceType objectRef, @Nullable ItemPath itemPath) booleanbooleanhasIssuesOfAtLeast(Issue.Severity severity) 
- 
Constructor Details- 
ValidationResultpublic ValidationResult()
 
- 
- 
Method Details- 
hasIssuespublic boolean hasIssues()
- 
hasIssuesOfAtLeast
- 
addpublic 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
 
-