public class Issue extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
Issue.Severity |
| Constructor and Description |
|---|
Issue(Issue.Severity severity,
String category,
String code,
String text,
ObjectReferenceType objectRef,
com.evolveum.midpoint.prism.path.ItemPath itemPath) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory() |
String |
getCode() |
com.evolveum.midpoint.prism.path.ItemPath |
getItemPath() |
ObjectReferenceType |
getObjectRef() |
Issue.Severity |
getSeverity() |
static Issue.Severity |
getSeverity(List<Issue> issues) |
String |
getText() |
boolean |
hasSeverityAtLeast(Issue.Severity severity) |
public Issue(@NotNull
Issue.Severity severity,
@NotNull
String category,
@NotNull
String code,
@NotNull
String text,
ObjectReferenceType objectRef,
com.evolveum.midpoint.prism.path.ItemPath itemPath)
@NotNull public Issue.Severity getSeverity()
@NotNull public String getCategory()
@NotNull public String getCode()
@NotNull public String getText()
@Nullable public ObjectReferenceType getObjectRef()
@Nullable public com.evolveum.midpoint.prism.path.ItemPath getItemPath()
public boolean hasSeverityAtLeast(@NotNull
Issue.Severity severity)
@Nullable public static Issue.Severity getSeverity(List<Issue> issues)
Copyright © 2016 Evolveum. All rights reserved.