Change Cabinet Property

 

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 cabinetCabinet properties else null should be sent .For those parameters which have null value previous/original values will be retained.

 

 

Input Parameters

Sample InputXML

Output Parameters

Sample OutputXML

View xml API::NGOChangeCabinetProperty

 

 

Prototype:

public String getChangeCabinetPropertyXml

(

 

 

 

String cabinetName,

 

 

String userDbId,

 

 

String securityLevel,

 

 

String imageVolumeIndex,

 

 

String versionFlag,

 

 

String ftsDatabasePath,

 

 

String cabinetLockFlag,

 

 

String privileges

 

)

 

 

 

Input Parameters:

Name

Description

Valid Values

Default Behaviour

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

 

Output Parameters:

An inputXmlInputXml string of the NGOChangeCabinetProperty call.