org.opennms.web.alarm
Class AlarmUtil

java.lang.Object
  extended by org.opennms.web.alarm.AlarmUtil

public abstract class AlarmUtil
extends Object


Field Summary
static String ANY_RELATIVE_TIMES_OPTION
           
static String ANY_SERVICES_OPTION
           
static String ANY_SEVERITIES_OPTION
           
static int LAST_DAY_RELATIVE_TIME
           
static int LAST_EIGHT_HOURS_RELATIVE_TIME
           
static int LAST_FOUR_HOURS_RELATIVE_TIME
           
static int LAST_HOUR_RELATIVE_TIME
           
static int LAST_MONTH_RELATIVE_TIME
           
static int LAST_TWELVE_HOURS_RELATIVE_TIME
           
static int LAST_WEEK_RELATIVE_TIME
           
 
Constructor Summary
AlarmUtil()
           
 
Method Summary
static Filter getFilter(String filterString)
           
static String getFilterString(Filter filter)
           
static Filter getRelativeTimeFilter(int relativeTime)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ANY_SERVICES_OPTION

public static final String ANY_SERVICES_OPTION
See Also:
Constant Field Values

ANY_SEVERITIES_OPTION

public static final String ANY_SEVERITIES_OPTION
See Also:
Constant Field Values

ANY_RELATIVE_TIMES_OPTION

public static final String ANY_RELATIVE_TIMES_OPTION
See Also:
Constant Field Values

LAST_HOUR_RELATIVE_TIME

public static final int LAST_HOUR_RELATIVE_TIME
See Also:
Constant Field Values

LAST_FOUR_HOURS_RELATIVE_TIME

public static final int LAST_FOUR_HOURS_RELATIVE_TIME
See Also:
Constant Field Values

LAST_EIGHT_HOURS_RELATIVE_TIME

public static final int LAST_EIGHT_HOURS_RELATIVE_TIME
See Also:
Constant Field Values

LAST_TWELVE_HOURS_RELATIVE_TIME

public static final int LAST_TWELVE_HOURS_RELATIVE_TIME
See Also:
Constant Field Values

LAST_DAY_RELATIVE_TIME

public static final int LAST_DAY_RELATIVE_TIME
See Also:
Constant Field Values

LAST_WEEK_RELATIVE_TIME

public static final int LAST_WEEK_RELATIVE_TIME
See Also:
Constant Field Values

LAST_MONTH_RELATIVE_TIME

public static final int LAST_MONTH_RELATIVE_TIME
See Also:
Constant Field Values
Constructor Detail

AlarmUtil

public AlarmUtil()
Method Detail

getFilter

public static Filter getFilter(String filterString)

getFilterString

public static String getFilterString(Filter filter)

getRelativeTimeFilter

public static Filter getRelativeTimeFilter(int relativeTime)


Copyright © 2009. All Rights Reserved.