Index

A C E G I L N O P S V 
All Classes and Interfaces|All Packages|Constant Field Values

A

Alert - Class in org.codice.ddf.system.alerts
Alert is the property map class used by DDF for alerting events.
Alert() - Constructor for class org.codice.ddf.system.alerts.Alert
 
Alert(String, NoticePriority, String, Set<String>) - Constructor for class org.codice.ddf.system.alerts.Alert
 
Alert(Map<String, Object>) - Constructor for class org.codice.ddf.system.alerts.Alert
 
ALERT_ACTIVE_STATUS - Static variable in class org.codice.ddf.system.alerts.Alert
 
ALERT_COUNT - Static variable in class org.codice.ddf.system.alerts.Alert
Key for the integer count indicating how many times this alert has occurred
ALERT_DISMISS_TOPIC - Static variable in class org.codice.ddf.system.alerts.Alert
 
ALERT_DISMISSED_BY - Static variable in class org.codice.ddf.system.alerts.Alert
Key for the user who dismissed the alert
ALERT_DISMISSED_STATUS - Static variable in class org.codice.ddf.system.alerts.Alert
 
ALERT_DISMISSED_TIME - Static variable in class org.codice.ddf.system.alerts.Alert
Key for the data/time this alert was dismissed
ALERT_EVENT_TYPE - Static variable in class org.codice.ddf.system.alerts.Alert
 
ALERT_LAST_UPDATED - Static variable in class org.codice.ddf.system.alerts.Alert
Key for the date/time when this alert was last updated
ALERT_STATUS - Static variable in class org.codice.ddf.system.alerts.Alert
Key for the status of this alert, either acitve or dismissed

C

CRITICAL - Enum constant in enum class org.codice.ddf.system.alerts.NoticePriority
 

E

EVENT_TYPE_KEY - Static variable in class org.codice.ddf.system.alerts.SystemNotice
Key for a type identifier.

G

getCount() - Method in class org.codice.ddf.system.alerts.Alert
 
getDetails() - Method in class org.codice.ddf.system.alerts.SystemNotice
 
getDismissedAlert(String) - Method in class org.codice.ddf.system.alerts.Alert
 
getDismissedBy() - Method in class org.codice.ddf.system.alerts.Alert
 
getDismissedTime() - Method in class org.codice.ddf.system.alerts.Alert
 
getHostAddress() - Method in class org.codice.ddf.system.alerts.SystemNotice
 
getHostName() - Method in class org.codice.ddf.system.alerts.SystemNotice
 
getId() - Method in class org.codice.ddf.system.alerts.SystemNotice
 
getLastUpdated() - Method in class org.codice.ddf.system.alerts.Alert
 
getPriority() - Method in class org.codice.ddf.system.alerts.SystemNotice
 
getProperties() - Method in class org.codice.ddf.system.alerts.SystemNotice
Gets the SystemNotice properties as a map for eventing.
getSource() - Method in class org.codice.ddf.system.alerts.SystemNotice
 
getStatus() - Method in class org.codice.ddf.system.alerts.Alert
 
getTime() - Method in class org.codice.ddf.system.alerts.SystemNotice
 
getTitle() - Method in class org.codice.ddf.system.alerts.SystemNotice
 

I

IMPORTANT - Enum constant in enum class org.codice.ddf.system.alerts.NoticePriority
 
init() - Method in class org.codice.ddf.system.alerts.Alert
 
init() - Method in class org.codice.ddf.system.alerts.SystemNotice
 

L

LOW - Enum constant in enum class org.codice.ddf.system.alerts.NoticePriority
 

N

NORMAL - Enum constant in enum class org.codice.ddf.system.alerts.NoticePriority
 
NoticePriority - Enum Class in org.codice.ddf.system.alerts
Enum for the different notice/alert priority levels.

O

org.codice.ddf.system.alerts - package org.codice.ddf.system.alerts
 

P

properties - Variable in class org.codice.ddf.system.alerts.SystemNotice
 

S

safePut(String, Object) - Method in class org.codice.ddf.system.alerts.SystemNotice
 
SYSTEM_NOTICE_BASE_TOPIC - Static variable in class org.codice.ddf.system.alerts.SystemNotice
 
SYSTEM_NOTICE_DETAILS_KEY - Static variable in class org.codice.ddf.system.alerts.SystemNotice
Key for the Set of details of this notice
SYSTEM_NOTICE_EVENT_TYPE - Static variable in class org.codice.ddf.system.alerts.SystemNotice
 
SYSTEM_NOTICE_HOST_ADDRESS_KEY - Static variable in class org.codice.ddf.system.alerts.SystemNotice
Key for the host address on which this notice originated
SYSTEM_NOTICE_HOST_NAME_KEY - Static variable in class org.codice.ddf.system.alerts.SystemNotice
Key for the host name on which this notice originated
SYSTEM_NOTICE_ID_KEY - Static variable in class org.codice.ddf.system.alerts.SystemNotice
Key for the notice id.
SYSTEM_NOTICE_PRIORITY_KEY - Static variable in class org.codice.ddf.system.alerts.SystemNotice
Key for the priority of the notice.
SYSTEM_NOTICE_SOURCE_KEY - Static variable in class org.codice.ddf.system.alerts.SystemNotice
Key for the source of this notice.
SYSTEM_NOTICE_TIME_KEY - Static variable in class org.codice.ddf.system.alerts.SystemNotice
Key for the date/time of this notice.
SYSTEM_NOTICE_TITLE_KEY - Static variable in class org.codice.ddf.system.alerts.SystemNotice
Key for the title of the notice.
SystemNotice - Class in org.codice.ddf.system.alerts
SystemNotice is the property map class used by DDF collectors when sending system notifications to the Decanter topic 'decanter/collect/*'.
SystemNotice() - Constructor for class org.codice.ddf.system.alerts.SystemNotice
 
SystemNotice(String, NoticePriority, String, Set<String>) - Constructor for class org.codice.ddf.system.alerts.SystemNotice
 
SystemNotice(Map<String, Object>) - Constructor for class org.codice.ddf.system.alerts.SystemNotice
 

V

value() - Method in enum class org.codice.ddf.system.alerts.NoticePriority
 
valueOf(int) - Static method in enum class org.codice.ddf.system.alerts.NoticePriority
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.codice.ddf.system.alerts.NoticePriority
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.codice.ddf.system.alerts.NoticePriority
Returns an array containing the constants of this enum class, in the order they are declared.
A C E G I L N O P S V 
All Classes and Interfaces|All Packages|Constant Field Values