Alert Methods

Method Description
addAlert Adds an alert to the system.

The user calling this method must have AdministratorRight or UpdateAlertRight. Department administrators can add alerts for their departments and the departments that they can manage as long as Execute Command or Execute Java Class is not defined.

updateAlert Updates an alert to the system.

The user calling this method must have AdministratorRight or UpdateAlertRight.

Department administrators can update alerts defined for their departments and the departments that they can manage as long as Execute Command or Execute Java Class is not defined.

removeAlert Removes an alert from the system.

The user calling this method must have AdministratorRight or UpdateAlertRight.

Department administrators can remove alerts defined for their departments and the departments that they can manage as long as Execute Command or Execute Java Class is not defined.

getAlert Gets an alert from the system.

The user calling this method must have AdministratorRight, UpdateAlertRight, or ViewAlertRight.

Department administrators can get alerts applied for their departments and the departments that they can manage.

retrieveAllAlerts Retrieves all alerts from the system as an array of alerts.

The last element of the array is null. If no alerts are found, an array of one element is returned with a value of null.

The user calling this method must have AdministratorRight, UpdateAlertRight, or ViewAlertRight.

Department administrators can get alerts applied for their departments and the departments that they can manage.