com.ibm.rational.wvcm.stp.cq
Class CqQueryFolder.UserAccessRightsName
Object
javax.wvcm.PropertyNameList.PropertyName<List<StpAccessControlEntry>>
CqQueryFolder.UserAccessRightsName
- All Implemented Interfaces:
- PropertyRequestItem
- Enclosing interface:
- CqQueryFolder
public static class CqQueryFolder.UserAccessRightsName
- extends PropertyNameList.PropertyName<List<StpAccessControlEntry>>
A PropertyName class for requesting the applied or effective access
rights for a specific user on this folder and, optionally, its nested
folders
Methods inherited from class Object |
getClass, notify, notifyAll, wait, wait, wait |
CqQueryFolder.UserAccessRightsName
public CqQueryFolder.UserAccessRightsName(String userName,
StpAccessControlEntry.EntryType type,
boolean nested)
- Constructs a PropertyName for requesting the applied or effective
access rights for a specific user on this folder and, optionally, its
nested folders. The value of this property is a List of
StpAccessControlEntry objects.
- Parameters:
userName
- The login_name of the user for which access rights
are to be returned.type
- The EntryType (APPLIED or EFFECTIVE) of the access rights
to be returned.nested
- true if the access rights of the specified type
and user are also to be returned for the folders nested
within this folder; false if just the access
rights on this folder are to be included.
Copyright © IBM 2008. All rights reserved.