Package step.repository.alm.otaclient
Interface IAlertManager2
- 
- All Superinterfaces:
- com4j.Com4jObject,- IAlertManager
 
 public interface IAlertManager2 extends IAlertManager For HP use. Services for managing alerts.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddeleteAlertsByFilter(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.StringgetFilterText()For HP use.- 
Methods inherited from interface com4j.Com4jObjectadvise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
 - 
Methods inherited from interface step.repository.alm.otaclient.IAlertManageralert, alertList, cleanAllAlerts, deleteAlert
 
- 
 
- 
- 
- 
Method Detail- 
getFilterTextjava.lang.String getFilterText() For HP use. Returns the text of the default alert filter. - Returns:
- Returns a value of type java.lang.String
 
 - 
deleteAlertsByFiltervoid 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.
 
 
- 
 
-