Interface IAlertable2

  • All Superinterfaces:
    com4j.Com4jObject, IAlertable

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

      • addAlert

        com4j.Com4jObject addAlert​(String changedEntityType,
                                   int changedEntityID,
                                   String alertSubject,
                                   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