Function Name: getUserGroupACLList
Class: com.newgen.dmsapi.DMSInputXml
Description: This function generates User / Group ACL List.
Prototype:
public String
getUserGroupACLList |
( |
|
|
|
String userGroupIndex, |
|
|
String userGroupName, |
|
|
String userGroupType, |
|
|
String rights |
|
) |
|
Name |
Description |
Valid Values |
Default Behaviour |
userGroupIndex |
Index of the User or Group. |
Integer >= 0 |
|
userGroupName |
Name of the User or Group. |
|
|
userGroupType |
User or Group. |
U-User G-Group |
|
rights |
6 digit Rights string like
010000 |
|
|
Xml
containing UserAcl info.
<UserGroupACL>
<UserGroupIndex>8</UserGroupIndex>
<UserGroupName>annotate</UserGroupName>
<UserGroupType>U</UserGroupType>
<Rights>010000</Rights>
</UserGroupACL>