Process API

Uses of Class
filenet.vw.api.VWSecurityList

Uses of VWSecurityList in filenet.vw.api
 

Methods in filenet.vw.api that return VWSecurityList
 VWSecurityList VWSession.fetchUserGroups(int maxBufferSize)
          Deprecated. Replaced by VWSession.findGroups(String searchPattern, int searchType, int sortType, int maxBufferSize)
 VWSecurityList VWSession.fetchUsers(int maxBufferSize, boolean bIncludeGroups)
          Deprecated. Replaced by VWSession.findUsers(String searchPattern, int searchType, int sortType, int maxBufferSize) VWSession.findGroups(String searchPattern, int searchType, int sortType, int maxBufferSize)
 VWSecurityList VWSession.findGroups(java.lang.String searchPattern, int searchType, int sortType, int maxBufferSize)
          Fetches a collection of all group names defined within the default LDAP domain, matching them for inclusion in the result collection according to this method's search pattern and search type arguments.
 VWSecurityList VWSession.findUsers(java.lang.String searchPattern, int searchType, int sortType, int maxBufferSize)
          Fetches a collection of all user names defined within the default LDAP domain, matching them for inclusion in the result collection according to this method's search pattern and search type arguments.
 


Process API

© Copyright IBM Corporation 2002, 2008. All rights reserved.