Interface IAlertManager2
-
- All Superinterfaces:
com4j.Com4jObject
,IAlertManager
public interface IAlertManager2 extends IAlertManager
For HP use. Services for managing alerts.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
deleteAlertsByFilter(java.lang.String entityType, java.lang.String filter)
Removes alerts associated with objects of the specified type from the database if they match the filter.java.lang.String
getFilterText()
For HP use.-
Methods inherited from interface com4j.Com4jObject
advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
-
Methods inherited from interface step.repository.alm.v16.otaclient.IAlertManager
alert, alertList, cleanAllAlerts, deleteAlert
-
-
-
-
Method Detail
-
getFilterText
java.lang.String getFilterText()
For HP use. Returns the text of the default alert filter.
- Returns:
- Returns a value of type java.lang.String
-
deleteAlertsByFilter
void deleteAlertsByFilter(java.lang.String entityType, java.lang.String filter)
Removes alerts associated with objects of the specified type from the database if they match the filter.
- Parameters:
entityType
- Mandatory java.lang.String parameter.filter
- Mandatory java.lang.String parameter.
-
-