Function
Name:
getGetDataDefPropertyXml
Class:
com.newgen.dmsapi.DMSInputXml
Description: This function is used to returns the Properties and the
fields associated with the given Data Class.
|
Prototype:
public String getGetDataDefPropertyXml |
( |
|
|
|
String
cabinetName, String userDbId, |
|
|
String dataDefIndex |
|
) |
|
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 |
dataDefIndex |
Index of the Data
Class whose Property has to be retrieved. |
Integer >= 1 |
N/A |
An inputXml string of
the NGOGetDataDefProperty call.
Function
Name:
getGetDataDefIdForNameXml
Class:
com.newgen.dmsapi.DMSInputXml
Description: This function returns the Data Class Index for the Name
supplied.
|
Prototype:
public String
getGetDataDefIdForNameXml |
( |
|
|
|
String
cabinetName, String userDbId, |
|
|
String dataDefName |
|
) |
|
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 |
dataDefName |
Name of the Data
Class. |
|
|
An inputXml string of
the NGOGetDataDefIdForName call.