Class Issue
java.lang.Object
com.evolveum.midpoint.model.api.validator.Issue
- All Implemented Interfaces:
- Serializable
- See Also:
- 
Nested Class SummaryNested Classes
- 
Constructor SummaryConstructorsConstructorDescriptionIssue(@NotNull Issue.Severity severity, @NotNull String category, @NotNull String code, @NotNull String text, ObjectReferenceType objectRef, ItemPath itemPath) 
- 
Method SummaryModifier and TypeMethodDescription@NotNull String@NotNull StringgetCode()@Nullable ItemPath@Nullable ObjectReferenceType@NotNull Issue.Severitystatic @Nullable Issue.SeveritygetSeverity(List<Issue> issues) @NotNull StringgetText()booleanhasSeverityAtLeast(@NotNull Issue.Severity severity) 
- 
Constructor Details- 
Issuepublic 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
 
-