Set Alarms

 

Function Name: getSetAlarmsXml

 

Class: com.newgen.dmsapi.DMSInputXml

 

Description: This function is used to set Alarms for a set of Users on an Object. The Object can be Document or Folder. Alarms can be set through this function for the supported Action Types alone.

 

Input Parameters

Sample InputXML

Output Parameters

Sample OutputXML

View xml API::NGOSetAlarms

 

 

Prototype:

 

public String getSetAlarmsXml

(

 

 

 

String cabinetName,

 

 

String userDbId,

 

 

String alarmList

 

)

 

 

Input Parameters:

Name

Description

Valid Values

Default Behaviour

cabinetName

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

 

N/A

userDbId

UserDatabase ID, which is returned in the ConnectCabinet call.

 

N/A

alarmList

Contains information about Alarms to be set. This List can be generated using the function getAlarmXml.

 

 

 

Output Parameters:

An Input Xml for NGOSetAlarms call.