Delete Alarms

 

Function Name: getDeleteAlarmsXml

 

Class: com.newgen.dmsapi.DMSInputXml

 

Description: This call is used to delete Alarms set by any User. The User who is deleting an Alarm should at least have Read Rights on the Object on which the Alarm is set.

 

Input Parameters

Sample InputXML

Output Parameters

Sample OutputXML

View xml API::NGODeleteAlarms

  

 

Prototype:

 

public String getDeleteAlarmsXml

(

 

 

 

String cabinetName,

 

 

String userDbId,

 

 

String alarmList

 

)

 

 

Input Parameters:

Name

Parent Tag

Description

Valid Values

Default Behaviour

cabinetName

Root

Name of the Database Cabinet to which the User wants to connect.

 

N/A

 userDbId

Root

UserDatabase ID, which is returned in the ConnectCabinet call.

 

N/A

alarmList

Alarms

List of Alarm Indexes generated by the helper function getAlarmXml.

 

 

 

Output Parameters:

An Input Xml for NGODeleteAlarms.