Function
Name:
getChangeGroupPropertyXml
Class:
com.newgen.dmsapi.DMSInputXml
Description: This function is used to add a new User Group to the
System. User has to send only those parameters that have to be changed else
send null. For those parameters that are null, the original / previous value
retained.
|
Prototype:
public String getChangeGroupPropertyXml |
( |
|
|
|
String
cabinetName, |
|
|
String
userDbId, |
|
|
String groupIndex, |
|
|
String groupName, |
|
|
String expiryDateTime, |
|
|
String privileges, |
|
|
String ownerIndex, |
|
|
String ownerName, |
|
|
String comment, String groupType |
|
) |
|
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 in the ConnectCabinet call. |
|
N/A |
groupIndex |
Index of the Group
whose Properties have to be changed. |
Index > 0 |
N/A |
groupName |
New Name of the Group. |
|
|
expiryDateTime |
Date and Time of Expiry of the
Group. |
A valid Date in the
format yyyy-mm-dd hh:mm:ss |
|
privileges |
Specifies the
various Privileges assigned to the Group |
String of seven
bits, each 1 or 0 depending upon whether that particular Privilege has to be assigned to the Group or not. |
|
ownerIndex |
Index of Owner of the Group. |
Integer > 0 |
|
ownerName |
Name of Owner of the Group. |
|
|
GroupType |
Type of group in general G-for
general and A-for reserved. |
|
|
comment |
Any comments
associated with the Group. |
‘µ’ (Char 181)
should be sent to remove the comments. |
|
An inputXml string of the
NGOChangeGroupProperty call.