com.ibm.rational.wvcm.stp.cq
Class CqQueryFolder.GroupAccessRightsName
Object
javax.wvcm.PropertyNameList.PropertyName<List<StpAccessControlEntry>>
CqQueryFolder.GroupAccessRightsName
- All Implemented Interfaces:
- PropertyRequestItem
- Enclosing interface:
- CqQueryFolder
public static class CqQueryFolder.GroupAccessRightsName
- extends PropertyNameList.PropertyName<List<StpAccessControlEntry>>
A PropertyName class for requesting the applied or effective access
rights for a specific group on this folder and, optionally, its nested
folders
Methods inherited from class Object |
getClass, notify, notifyAll, wait, wait, wait |
CqQueryFolder.GroupAccessRightsName
public CqQueryFolder.GroupAccessRightsName(String groupName,
StpAccessControlEntry.EntryType type,
boolean nested)
- Constructs a PropertyName for requesting the applied or effective
access rights for a specific group on this folder and, optionally,
its nested folders. The value of this property is a List of
StpAccessControlEntry objects.
- Parameters:
groupName
- The name of the group 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 group 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 2016. All rights reserved.