Index

G N O S 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

G

getApplication() - Method in class org.codice.ddf.notifications.Notification
Returns the name of the application that triggered the generation of the Notification
getId() - Method in class org.codice.ddf.notifications.Notification
Returns the ID of the Notification
getMessage() - Method in class org.codice.ddf.notifications.Notification
Returns the name of the message associated with the Notification
getSessionId() - Method in class org.codice.ddf.notifications.Notification
Returns the Session ID of the Notification
getTimestamp() - Method in class org.codice.ddf.notifications.Notification
Returns a Date depicting the time at which the event that triggered this Notification occurred.
getTimestampLong() - Method in class org.codice.ddf.notifications.Notification
Returns a long depicting the time at which the event that triggered this Notification occurred.
getTimestampString() - Method in class org.codice.ddf.notifications.Notification
Returns a String depicting the time at which the event that triggered this Notification occurred.
getTitle() - Method in class org.codice.ddf.notifications.Notification
Returns the name of the title of the Notification
getUserId() - Method in class org.codice.ddf.notifications.Notification
Returns the id of the user to whom this Notification is addressed.

N

Notification - Class in org.codice.ddf.notifications
A java.util.Map implementation that is used in concert with the OSGi Event Admin for publishing notification Events
Notification(String, String, String, String, String, Long) - Constructor for class org.codice.ddf.notifications.Notification
Constructs a Notification with the specified application name, title message, and timestamp.
Notification(String, String, String, String, String, Long, String) - Constructor for class org.codice.ddf.notifications.Notification
Constructs a Notification with the specified application name, title message, timestamp, and user ID.
Notification(String, String, String, String, String, Date) - Constructor for class org.codice.ddf.notifications.Notification
Constructs a Notification with the specified application name, title message, and timestamp.
Notification(String, String, String, String, String, Date, String) - Constructor for class org.codice.ddf.notifications.Notification
Constructs a Notification with the specified application name, title message, timestamp, and user ID.
NOTIFICATION_KEY_APPLICATION - Static variable in class org.codice.ddf.notifications.Notification
 
NOTIFICATION_KEY_ID - Static variable in class org.codice.ddf.notifications.Notification
 
NOTIFICATION_KEY_MESSAGE - Static variable in class org.codice.ddf.notifications.Notification
 
NOTIFICATION_KEY_SESSION_ID - Static variable in class org.codice.ddf.notifications.Notification
 
NOTIFICATION_KEY_TIMESTAMP - Static variable in class org.codice.ddf.notifications.Notification
 
NOTIFICATION_KEY_TITLE - Static variable in class org.codice.ddf.notifications.Notification
 
NOTIFICATION_KEY_USER_ID - Static variable in class org.codice.ddf.notifications.Notification
 
NOTIFICATION_TOPIC_BROADCAST - Static variable in class org.codice.ddf.notifications.Notification
 
NOTIFICATION_TOPIC_DOWNLOADS - Static variable in class org.codice.ddf.notifications.Notification
 
NOTIFICATION_TOPIC_PUBLISH - Static variable in class org.codice.ddf.notifications.Notification
 
NOTIFICATION_TOPIC_ROOT - Static variable in class org.codice.ddf.notifications.Notification
 

O

org.codice.ddf.notifications - package org.codice.ddf.notifications
 

S

setApplication(String) - Method in class org.codice.ddf.notifications.Notification
Overwrites the name of the application that triggered the generation of the Notification
setId(String) - Method in class org.codice.ddf.notifications.Notification
Overwrites the ID of the Notification
setMessage(String) - Method in class org.codice.ddf.notifications.Notification
Overwrites the message associated with the Notification
setSessionId(String) - Method in class org.codice.ddf.notifications.Notification
Overwrites the Session ID of the Notification
setTimestamp(Long) - Method in class org.codice.ddf.notifications.Notification
Overwrites the timestamp that depicts the time at which the event that triggered the Notification occurred.
setTimestamp(Date) - Method in class org.codice.ddf.notifications.Notification
Overwrites the timestamp that depicts the time at which the event that triggered the Notification occurred.
setTitle(String) - Method in class org.codice.ddf.notifications.Notification
Overwrites the title of the Notification
setUserId(String) - Method in class org.codice.ddf.notifications.Notification
Overwrites the id of the user to whom the Notification is addressed.
G N O S 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form