public abstract class CommonData extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ACK_BY |
static String |
ACK_NOTES |
static String |
RESOLVED_BY |
static String |
RESOLVED_NOTES |
static String |
TENANT |
| Constructor and Description |
|---|
CommonData() |
| Modifier and Type | Method and Description |
|---|---|
static Alert |
ackAlert(Alert openAlert)
Modify the current alert with ACKNOWLEDGE status.
|
static Alert |
resolveAlert(Alert unresolvedAlert,
List<Set<ConditionEval>> resolvedEvals) |
public static final String TENANT
public static final String ACK_BY
public static final String ACK_NOTES
public static final String RESOLVED_BY
public static final String RESOLVED_NOTES
public static Alert ackAlert(Alert openAlert)
openAlert - the open Alertpublic static Alert resolveAlert(Alert unresolvedAlert, List<Set<ConditionEval>> resolvedEvals)
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.