Function Name: getChangeKeywordsXml
Class: com.newgen.dmsapi.DMSInputXml
Description: This function can be used to replace a Group of Keywords with a single Keyword and can define it to be Authorized or UnAuthorized.
|
Prototype:
public String getChangeKeywordsXml |
( |
|
|
|
String cabinetName, |
|
|
String userDbId, |
|
|
String groupIndex, |
|
|
String keywordList, |
|
|
String finalKeyword, |
|
|
String authorizationFlag |
|
) |
|
Name |
Description |
Valid Values |
Default Behaviour |
cabinetName |
Name of the Database Cabinet to which the User wants to connect. |
The name of the Cabinet. |
N/A |
userDbId |
UserDatabase ID, which is returned in the NGOConnectCabinet call. |
|
N/A |
groupIndex |
Reserved. User can pass default value. |
|
0 |
keywordList |
List of Names of Keywords, which are to be replaced by a particular Keyword. |
|
N/A |
finalKeyword |
It specifies the Name of the Keyword that will replace all the Keywords, which are to be changed. |
|
N/A |
authorizationFlag |
Flag, which specifies whether the new Keyword that will replace the old ones is to be made Authorized or UnAuthorized. |
A – Authorized that is, cannot be deleted. U – Unauthorized that is, can be deleted. |
A |
An inputXml string of the NGOChangeKeywords call.