public interface IAlertDataTask
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
AlertCounts |
countAlerts(AlertFilterQuery query,
long start,
long end) |
AlertGroupListResponse |
createAlertGroupList(AlertGroupListQuery query) |
AlertListResponse |
createAlertList(AlertListQuery query) |
void |
createFilter(Filter filter) |
void |
createPerspective(Perspective perspective) |
void |
deleteFilter(java.lang.String[] filterIds) |
void |
deletePerspective(java.lang.String[] perspectiveIds) |
void |
discardAlertGroupList(java.lang.String queryId) |
void |
discardAlertList(java.lang.String queryId) |
void |
dismissAlertsWithFilter(AlertFilterQuery query) |
void |
dismissAlertsWithUniqueIds(java.lang.String[] alertIds) |
FieldDescription[] |
getAlertFields() |
AlertGroupData[] |
getAlertGroupListPage(java.lang.String queryId,
int startIndex,
int maxResults) |
AlertData[] |
getAlertListPage(java.lang.String queryId,
int startIndex,
int maxResults) |
AlertPerspectiveResponse |
getAlertPerspectiveData(AlertPerspectiveQuery query) |
AlertEarliestTime |
getEarliestAlertTime(AlertFilterQuery query) |
boolean |
hasAlertGroupListChanged(java.lang.String queryId,
long newQueryStart,
long newQueryEnd) |
boolean |
hasAlertListChanged(java.lang.String queryId,
long newQueryStart,
long newQueryEnd) |
Filter[] |
listFilter(java.lang.String user) |
Perspective[] |
listPerspective(java.lang.String user) |
void |
updateFilter(Filter filter) |
void |
updatePerspective(Perspective perspective) |
FieldDescription[] getAlertFields() throws java.rmi.RemoteException
java.rmi.RemoteExceptionAlertData[] getAlertListPage(java.lang.String queryId, int startIndex, int maxResults) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid discardAlertList(java.lang.String queryId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionAlertCounts countAlerts(AlertFilterQuery query, long start, long end) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid deleteFilter(java.lang.String[] filterIds)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionFilter[] listFilter(java.lang.String user) throws java.rmi.RemoteException
java.rmi.RemoteExceptionPerspective[] listPerspective(java.lang.String user) throws java.rmi.RemoteException
java.rmi.RemoteExceptionAlertListResponse createAlertList(AlertListQuery query) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid createFilter(Filter filter) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid updateFilter(Filter filter) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid dismissAlertsWithUniqueIds(java.lang.String[] alertIds)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid dismissAlertsWithFilter(AlertFilterQuery query) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid discardAlertGroupList(java.lang.String queryId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionAlertPerspectiveResponse getAlertPerspectiveData(AlertPerspectiveQuery query) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid createPerspective(Perspective perspective) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid updatePerspective(Perspective perspective) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid deletePerspective(java.lang.String[] perspectiveIds)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionboolean hasAlertGroupListChanged(java.lang.String queryId,
long newQueryStart,
long newQueryEnd)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionAlertGroupListResponse createAlertGroupList(AlertGroupListQuery query) throws java.rmi.RemoteException
java.rmi.RemoteExceptionboolean hasAlertListChanged(java.lang.String queryId,
long newQueryStart,
long newQueryEnd)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionAlertEarliestTime getEarliestAlertTime(AlertFilterQuery query) throws java.rmi.RemoteException
java.rmi.RemoteExceptionAlertGroupData[] getAlertGroupListPage(java.lang.String queryId, int startIndex, int maxResults) throws java.rmi.RemoteException
java.rmi.RemoteException