Function Name: getChangeCabinetPropertyXml
Class: com.newgen.dmsapi.DMSInputXml
Description: This function can be used to modify the properties of the Database Cabinet. User should send only those parameters for which he need to modify the Cabinet properties else null should be sent. For those parameters which have null value previous/original values will be retained.
|
Prototype:
public String getChangeCabinetPropertyXml |
( |
|
|
|
String cabinetName, |
|
|
String userDbId, |
|
|
String securityLevel, |
|
|
String imageVolumeIndex, |
|
|
String versionFlag, |
|
|
String ftsDatabasePath, |
|
|
String cabinetLockFlag, |
|
|
String privileges |
|
) |
|
Prototype:
public String getChangeCabinetPropertyXml (
String cabinetName, String userDbId,
String securityLevel,
String imageVolumeIndex,
String versionFlag,
String ftsDatabasePath,
String cabinetLockFlag,
String privileges,
String strEnableFTSFlag
)
Name |
Description |
Valid Values |
Default Behavior |
cabinetName |
Name of the Database Cabinet to which the User wants to connect. |
|
N/A |
userDbId |
UserDatabase ID, which is returned after the execution of getConnectCabinetXml call. |
|
N/A |
securityLevel |
It indicates the level of Security in the Cabinet. |
0-No Security 1-CabinetLevel securities. 2- Object Level security. |
2 |
imageVolumeIndex |
It indicates the Volume Index of the Cabinet. |
Integer > 0 |
|
versionFlag |
Specifies whether Versioning is allowed or not.
|
Y Versioning is allowed N Versioning is not allowed |
|
cabinetLockFlag |
It indicates a flag whether the Cabinet should be locked or not. |
Y-Yes N-No |
|
ftsDatabasePath |
This parameter is reserved and it can be used with the default value. |
|
NULL |
privileges |
This parameter is reserved and it can be used with the default value. |
|
NULL |
strEnableFTSFlag |
This parameter is used to set the configuration of FTS |
Y - YesN - No |
Y |
An InputXml string of the NGOChangeCabinetProperty call.