Function Name: getAddKeywordsXml
Class: com.newgen.dmsapi.DMSInputXml
Description: his function is used to add new Keywords to the System. Only Keywords of a particular Type, Authorized or UnAuthorized can be added at a time. Authorized Keywords cannot be deleted from the System whereas UnAuthorized Keywords can be deleted from the System.
|
|
Prototype:
|
public String getAddKeywordsXml |
( |
|
|
|
|
String cabinetName, |
|
|
|
String userDbId, |
|
|
|
String groupIndex, |
|
|
|
String authorizationFlag, |
|
|
|
String keywordList |
|
|
) |
|
|
Name |
Description |
Valid Values |
Default Behavior |
|
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 send default value for it. |
|
0 |
|
authorizationFlag |
Flag , which specifies whether the specified Keyword can be deleted. |
A – Authorized that is, cannot be deleted. U - UnAuthorized that is, can be deleted. |
U |
|
keywordList |
List of Names of the Keywords that are to be added. This list can be generated by the helper function getKeywordXml. |
|
N/A |
An inputXml string of the NGOAddKeywords call.