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 |
|
) |
|
Name |
Description |
Valid Values |
Default Behaviour |
DataDefName |
Name of the Data Definition. |
|
|
fieldList |
Contains the information about
fields List. This List can be generated using the function getDataDefFieldXml. |
|
N/A |
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>