Function Name: getChangeDocPropDataDefXml
Class: com.newgen.dmsapi.DMSInputXml
Description: This function is used to generate Data Definition Index Xml.
Prototype:
public String getChangeDocPropDataDefXml |
( |
|
|
|
String DataDefName, |
|
|
String fieldList |
|
) |
|
Prototype:
public String getChangeDocPropDataDefXml (
String dataDefIndex,
String dataDefName,
String fieldList
)
Name |
Description |
Valid Values |
Default Behavior |
DataDefName |
Name of the Data Definition. |
|
|
fieldList |
Contains the information about fields List. This List can be generated using the function getDataDefFieldXml. |
|
N/A |
dataDefIndex |
Index of the data definition |
|
|
Xml containing Data Definition details.
<DataDefinition>
<DataDefName>class</DataDefName>
<Fields>
<Field>
<IndexId>41</IndexId>
<IndexName>ddded</IndexName>
<IndexType>B</IndexType>
<IndexLength>1</IndexLength>
<IndexAttribute>1</IndexAttribute>
<UsefulInfoFlag>N</UsefulInfoFlag>
<UsefulInfoSize>0</UsefulInfoSize>
<IndexFlag>G</IndexFlag>
</Field>
<Field>
<IndexId>41</IndexId>
<IndexName>ddded</IndexName>
<IndexType>B</IndexType>
<IndexLength>1</IndexLength>
<IndexAttribute>1</IndexAttribute>
<UsefulInfoFlag>N</UsefulInfoFlag>
<UsefulInfoSize>0</UsefulInfoSize>
<IndexFlag>G</IndexFlag>
</Field>
</Fields>
</DataDefinition>