Project: stp

com.ibm.rational.wvcm.stp.cq
Class CqQueryFolder.UserAccessRightsName

Object
  extended by javax.wvcm.PropertyNameList.PropertyName<List<StpAccessControlEntry>>
      extended by 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


Nested Class Summary
 
Nested classes/interfaces inherited from interface javax.wvcm.PropertyRequestItem
PropertyRequestItem.NestedPropertyName<T>, PropertyRequestItem.PropertyRequest
 
Constructor Summary
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.
 
Method Summary
 
Methods inherited from class javax.wvcm.PropertyNameList.PropertyName
equals, getName, getNamespace, hashCode, nest, nest, nest, toString
 
Methods inherited from class Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.

Generated Thu 14-Apr-2016 01:16 AM

Copyright © IBM 2016. All rights reserved.