Get Data Definition Property

 

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.

 

Input Parameters

Sample InputXML

Output Parameters

Sample OutputXML

View xml API::NGOGetDataDefProperty

 

 

Prototype:

 

public String getGetDataDefPropertyXml

(

 

 

 

String cabinetName, String userDbId,

 

 

String dataDefIndex

 

)

 

 

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

dataDefIndex

Index of the Data Class whose Property has to be retrieved.

Integer >= 1

N/A

 

Output Parameters:

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.

 

Input Parameters

Sample InputXML

Output Parameters

Sample OutputXML

View xml API::NGOGetDataDefIdForName

 

 

Prototype:

 

public String getGetDataDefIdForNameXml

(

 

 

 

String cabinetName, String userDbId,

 

 

String dataDefName

 

)

 

 

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

dataDefName

Name of the Data Class.

 

 

 

Output Parameters:

An inputXml string of the NGOGetDataDefIdForName call.