public interface IAlertable2 extends IAlertable
| Modifier and Type | Method and Description |
|---|---|
com4j.Com4jObject |
addAlert(String changedEntityType,
int changedEntityID,
String alertSubject,
String alertDescription)
Adds a new alert to the specified entity.
|
cleanAllAlerts, deleteAlert, getAlert, getAlertList, hasAlerts, hasNewAlertscom4j.Com4jObject addAlert(String changedEntityType, int changedEntityID, String alertSubject, String alertDescription)
Adds a new alert to the specified entity.
changedEntityType - Mandatory java.lang.String parameter.changedEntityID - Mandatory int parameter.alertSubject - Mandatory java.lang.String parameter.alertDescription - Mandatory java.lang.String parameter.Copyright © 2020. All rights reserved.