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.RemoteException
AlertData[] getAlertListPage(java.lang.String queryId, int startIndex, int maxResults) throws java.rmi.RemoteException
java.rmi.RemoteException
void discardAlertList(java.lang.String queryId) throws java.rmi.RemoteException
java.rmi.RemoteException
AlertCounts countAlerts(AlertFilterQuery query, long start, long end) throws java.rmi.RemoteException
java.rmi.RemoteException
void deleteFilter(java.lang.String[] filterIds) throws java.rmi.RemoteException
java.rmi.RemoteException
Filter[] listFilter(java.lang.String user) throws java.rmi.RemoteException
java.rmi.RemoteException
Perspective[] listPerspective(java.lang.String user) throws java.rmi.RemoteException
java.rmi.RemoteException
AlertListResponse createAlertList(AlertListQuery query) throws java.rmi.RemoteException
java.rmi.RemoteException
void createFilter(Filter filter) throws java.rmi.RemoteException
java.rmi.RemoteException
void updateFilter(Filter filter) throws java.rmi.RemoteException
java.rmi.RemoteException
void dismissAlertsWithUniqueIds(java.lang.String[] alertIds) throws java.rmi.RemoteException
java.rmi.RemoteException
void dismissAlertsWithFilter(AlertFilterQuery query) throws java.rmi.RemoteException
java.rmi.RemoteException
void discardAlertGroupList(java.lang.String queryId) throws java.rmi.RemoteException
java.rmi.RemoteException
AlertPerspectiveResponse getAlertPerspectiveData(AlertPerspectiveQuery query) throws java.rmi.RemoteException
java.rmi.RemoteException
void createPerspective(Perspective perspective) throws java.rmi.RemoteException
java.rmi.RemoteException
void updatePerspective(Perspective perspective) throws java.rmi.RemoteException
java.rmi.RemoteException
void deletePerspective(java.lang.String[] perspectiveIds) throws java.rmi.RemoteException
java.rmi.RemoteException
boolean hasAlertGroupListChanged(java.lang.String queryId, long newQueryStart, long newQueryEnd) throws java.rmi.RemoteException
java.rmi.RemoteException
AlertGroupListResponse createAlertGroupList(AlertGroupListQuery query) throws java.rmi.RemoteException
java.rmi.RemoteException
boolean hasAlertListChanged(java.lang.String queryId, long newQueryStart, long newQueryEnd) throws java.rmi.RemoteException
java.rmi.RemoteException
AlertEarliestTime getEarliestAlertTime(AlertFilterQuery query) throws java.rmi.RemoteException
java.rmi.RemoteException
AlertGroupData[] getAlertGroupListPage(java.lang.String queryId, int startIndex, int maxResults) throws java.rmi.RemoteException
java.rmi.RemoteException