Interface IAlertManager2

  • All Superinterfaces:
    com4j.Com4jObject, IAlertManager

    public interface IAlertManager2
    extends IAlertManager
    For HP use. Services for managing alerts.
    • Method Detail

      • getFilterText

        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​(String entityType,
                                  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.