Interface IAlertable2

  • All Superinterfaces:
    com4j.Com4jObject, IAlertable

    public interface IAlertable2
    extends IAlertable
    Services for managing auto-alerts.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com4j.Com4jObject addAlert​(java.lang.String changedEntityType, int changedEntityID, java.lang.String alertSubject, java.lang.String alertDescription)
      Adds a new alert to the specified entity.
      • Methods inherited from interface com4j.Com4jObject

        advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
    • Method Detail

      • addAlert

        com4j.Com4jObject addAlert​(java.lang.String changedEntityType,
                                   int changedEntityID,
                                   java.lang.String alertSubject,
                                   java.lang.String alertDescription)

        Adds a new alert to the specified entity.

        Parameters:
        changedEntityType - Mandatory java.lang.String parameter.
        changedEntityID - Mandatory int parameter.
        alertSubject - Mandatory java.lang.String parameter.
        alertDescription - Mandatory java.lang.String parameter.
        Returns:
        Returns a value of type com4j.Com4jObject