java.lang.Object
com.evolveum.midpoint.model.api.validator.Issue
All Implemented Interfaces:
Serializable

public class Issue extends Object implements Serializable
See Also:
  • Constructor Details

  • Method Details

    • getSeverity

      @NotNull public @NotNull Issue.Severity getSeverity()
    • getCategory

      @NotNull public @NotNull String getCategory()
    • getCode

      @NotNull public @NotNull String getCode()
    • getText

      @NotNull public @NotNull String getText()
    • getObjectRef

      @Nullable public @Nullable ObjectReferenceType getObjectRef()
    • getItemPath

      @Nullable public @Nullable ItemPath getItemPath()
    • hasSeverityAtLeast

      public boolean hasSeverityAtLeast(@NotNull @NotNull Issue.Severity severity)
    • getSeverity

      @Nullable public static @Nullable Issue.Severity getSeverity(List<Issue> issues)
    • toValidationIssueType

      public ValidationIssueType toValidationIssueType()