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.
|
Prototype:
public String getSetAlarmsXml |
( |
|
|
|
String cabinetName, |
|
|
String userDbId, |
|
|
String alarmList |
|
) |
|
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. |
|
|
An Input Xml for NGOSetAlarms call.