Function
Name:
getGetAllAlarmsXml
Class:
com.newgen.dmsapi.DMSInputXml
Description:
This function is used to fetch
all the Alarms set by a User or set for a User on the basis of a flag. If
GetAllForUser flag is Y, then all the Alarms set for the logged in User are
returned, otherwise, all Alarms set by the logged in User are returned.
|
Prototype:
public String
getGetAllAlarmsXml |
( |
|
|
|
String cabinetName, |
|
|
String userDbId, |
|
|
String getAllForUser, |
|
|
String documentType, |
|
|
String objectType, |
|
|
String objectIndex, |
|
|
String informMode, |
|
|
String alarmCountOnly |
|
) |
|
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 |
getAllForUser |
Indicates whether
Alarms set for the User or set by the User are to be obtained. |
‘Y’- Set for User ‘N’- Set by User |
Both the types of
Alarms – those set by and for the User, will be fetched. |
documentType |
It specifies the
Type of document. |
I – Image N – Non Image A – Reserved |
Alarms for all
types of documents will be fetched. |
objectType |
It indicates the
Type of Object. |
D-Document F-Folder |
D |
objectIndex |
The Index of the
Object for which the Alarm had been set. |
|
N/A |
informMode |
Reserved for
internal use. |
Null |
|
alarmCountOnly |
Flag, which
specifies whether the details about all the Alarms are required. |
N – Gives the
complete details about all the Alarms. Y – Does not give
the actual details of the Alarms but gives the count only for the Alarms. |
N |
An Input Xml for
NGOGetAllAlarms.