Class Issue
java.lang.Object
com.evolveum.midpoint.model.api.validator.Issue
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionIssue
(@NotNull Issue.Severity severity, @NotNull String category, @NotNull String code, @NotNull String text, ObjectReferenceType objectRef, ItemPath itemPath) -
Method Summary
Modifier and TypeMethodDescription@NotNull String
@NotNull String
getCode()
@Nullable ItemPath
@Nullable ObjectReferenceType
@NotNull Issue.Severity
static @Nullable Issue.Severity
getSeverity
(List<Issue> issues) @NotNull String
getText()
boolean
hasSeverityAtLeast
(@NotNull Issue.Severity severity)
-
Constructor Details
-
Issue
public Issue(@NotNull @NotNull Issue.Severity severity, @NotNull @NotNull String category, @NotNull @NotNull String code, @NotNull @NotNull String text, ObjectReferenceType objectRef, ItemPath itemPath)
-
-
Method Details
-
getSeverity
-
getCategory
-
getCode
-
getText
-
getObjectRef
-
getItemPath
-
hasSeverityAtLeast
-
getSeverity
-
toValidationIssueType
-