Modifier and Type | Method and Description |
---|---|
private EventInstance |
MangoDaoImpl.getEvent(int eventId) |
Modifier and Type | Method and Description |
---|---|
private java.util.List<EventInstance> |
MangoDaoImpl.getAcknowledgedEvents() |
Modifier and Type | Method and Description |
---|---|
static EventNotification |
APIUtils.toEventNotification(EventInstance eventInstance) |
Modifier and Type | Method and Description |
---|---|
private void |
AlarmListComponent.filter(java.util.List<EventInstance> list,
int alarmLevel) |
private void |
AlarmListComponent.removeAlarmLevel(java.util.List<EventInstance> source,
int alarmLevel) |
Modifier and Type | Field and Description |
---|---|
private java.util.List<EventInstance> |
EventDao.PendingEventCacheEntry.list |
Modifier and Type | Method and Description |
---|---|
private EventInstance |
EventDao.getEventInstance(int eventId) |
EventInstance |
EventDao.insertEventComment(int eventId,
UserComment comment) |
EventInstance |
EventDao.EventInstanceRowMapper.mapRow(java.sql.ResultSet rs,
int rowNum) |
EventInstance |
EventDao.UserEventInstanceRowMapper.mapRow(java.sql.ResultSet rs,
int rowNum) |
Modifier and Type | Method and Description |
---|---|
java.util.List<EventInstance> |
EventDao.getActiveEvents() |
java.util.List<EventInstance> |
EventDao.getEventsForDataPoint(int dataPointId,
int userId) |
static java.util.List<EventInstance> |
EventDao.getFromCache(int userId) |
java.util.List<EventInstance> |
EventDao.PendingEventCacheEntry.getList() |
java.util.List<EventInstance> |
EventDao.getPendingEvents(int userId) |
(package private) java.util.List<EventInstance> |
EventDao.getPendingEvents(int typeId,
int typeRef1,
int userId) |
java.util.List<EventInstance> |
EventDao.getPendingEventsForDataPoint(int dataPointId,
int userId) |
java.util.List<EventInstance> |
EventDao.getPendingEventsForDataSource(int dataSourceId,
int userId) |
java.util.List<EventInstance> |
EventDao.getPendingEventsForPublisher(int publisherId,
int userId) |
java.util.List<EventInstance> |
ReportDao.getReportInstanceEvents(int instanceId) |
java.util.List<EventInstance> |
EventDao.search(int eventId,
int[] eventSourceType,
java.lang.String[] status,
int[] alarmLevel,
java.lang.String[] keywords,
long dateFrom,
long dateTo,
int userId,
java.util.ResourceBundle bundle,
int from,
int to,
java.util.Date date) |
java.util.List<EventInstance> |
EventDao.search(int eventId,
int eventSourceType,
java.lang.String status,
int alarmLevel,
java.lang.String[] keywords,
int userId,
java.util.ResourceBundle bundle,
int from,
int to,
java.util.Date date) |
java.util.List<EventInstance> |
EventDao.search(int eventId,
int eventSourceType,
java.lang.String status,
int alarmLevel,
java.lang.String[] keywords,
long dateFrom,
long dateTo,
int userId,
java.util.ResourceBundle bundle,
int from,
int to,
java.util.Date date) |
java.util.List<EventInstance> |
EventDao.searchOld(int eventId,
int eventSourceType,
java.lang.String status,
int alarmLevel,
java.lang.String[] keywords,
int maxResults,
int userId,
java.util.ResourceBundle bundle) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
EventDao.attachRelationalInfo(EventInstance event) |
private void |
EventDao.insertEvent(EventInstance event) |
void |
EventDao.saveEvent(EventInstance event) |
static void |
EventDao.updateCache(EventInstance event) |
private void |
EventDao.updateEvent(EventInstance event) |
Modifier and Type | Method and Description |
---|---|
static void |
EventDao.addToCache(int userId,
java.util.List<EventInstance> list) |
private void |
EventDao.attachRelationalInfo(java.util.List<EventInstance> list) |
Constructor and Description |
---|
PendingEventCacheEntry(java.util.List<EventInstance> list) |
Modifier and Type | Field and Description |
---|---|
private java.util.List<EventInstance> |
EventManager.activeEvents |
Modifier and Type | Method and Description |
---|---|
private EventInstance |
EventManager.get(EventType type)
Returns the first event instance with the given type, or null is there is
none.
|
private EventInstance |
EventManager.remove(EventType type)
Finds and removes the first event instance with the given type.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<EventInstance> |
EventManager.getActiveEventsByUser(int userId) |
private java.util.List<EventInstance> |
EventManager.getAll(EventType type) |
Modifier and Type | Method and Description |
---|---|
private void |
EventManager.deactivateEvent(EventInstance evt,
long time,
int inactiveCause) |
private void |
EventManager.handleInactiveEvent(EventInstance evt) |
private void |
EventManager.handleRaiseEvent(EventInstance evt,
java.util.Set<java.lang.String> defaultAddresses) |
private void |
EventManager.removeFromControlLists(EventInstance e) |
private void |
EventManager.setHandlers(EventInstance evt) |
Modifier and Type | Method and Description |
---|---|
abstract void |
EventHandlerRT.eventInactive(EventInstance evt)
Called when the event is considered inactive.
|
void |
EmailHandlerRT.eventInactive(EventInstance evt) |
void |
ScriptHandlerRT.eventInactive(EventInstance evt) |
void |
ProcessHandlerRT.eventInactive(EventInstance evt) |
void |
SetPointHandlerRT.eventInactive(EventInstance evt) |
abstract void |
EventHandlerRT.eventRaised(EventInstance evt)
Not all events that are raised are made active.
|
void |
EmailHandlerRT.eventRaised(EventInstance evt) |
void |
ScriptHandlerRT.eventRaised(EventInstance evt) |
void |
ProcessHandlerRT.eventRaised(EventInstance evt) |
void |
SetPointHandlerRT.eventRaised(EventInstance evt) |
void |
EmailHandlerRT.scheduleTimeout(EventInstance evt,
long fireTime) |
static void |
EmailHandlerRT.sendActiveEmail(EventInstance evt,
java.util.Set<java.lang.String> addresses) |
private void |
EmailHandlerRT.sendEmail(EventInstance evt,
EmailHandlerRT.NotificationType notificationType,
java.util.Set<java.lang.String> addresses) |
private static void |
EmailHandlerRT.sendEmail(EventInstance evt,
EmailHandlerRT.NotificationType notificationType,
java.util.Set<java.lang.String> addresses,
java.lang.String alias) |
Constructor and Description |
---|
EventCsvStreamer(java.io.PrintWriter out,
java.util.List<EventInstance> events,
java.util.ResourceBundle bundle) |
Modifier and Type | Method and Description |
---|---|
int |
EventInstanceComparator.compare(EventInstance e1,
EventInstance e2) |
Modifier and Type | Method and Description |
---|---|
private void |
EventsController.sortData(java.util.ResourceBundle bundle,
java.util.List<EventInstance> data,
com.serotonin.web.util.PagingDataForm paging) |