public interface AlertTransferService
| Modifier and Type | Method and Description |
|---|---|
Pair<List<Alert>,DataSize> |
get(SystemInformation self,
SystemInformation system,
Date from)
Requests alerts from the given system.
|
void |
send(List<Alert> alerts)
Add an alert to be shared with other team members.
|
void |
update(boolean state,
Map<String,List<String>> sysidToUidMap)
Update the set of alerts represented by unique identifiers to the given
state.
|
void update(boolean state,
Map<String,List<String>> sysidToUidMap)
state - the desired statesysidToUidMap - the map of system identifier to alert identifierPair<List<Alert>,DataSize> get(SystemInformation self, SystemInformation system, Date from) throws Exception
self - self systemsystem - controller to get the alerts fromfrom - oldest date for the alerts to return (start time)Exception - if errors occur while fetching dataCopyright © 2014. All Rights Reserved.