public static class CqQueryFolder.GroupAccessRightsName extends PropertyNameList.PropertyName<List<StpAccessControlEntry>>
PropertyRequestItem.NestedPropertyName<T>, PropertyRequestItem.PropertyRequest
Constructor and Description |
---|
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.
|
equals, getName, getNamespace, hashCode, nest, nest, nest, toString
public CqQueryFolder.GroupAccessRightsName(String groupName, StpAccessControlEntry.EntryType type, boolean nested)
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.