Process API

Uses of Class
filenet.vw.api.VWParticipantList

Uses of VWParticipantList in filenet.vw.api
 

Methods in filenet.vw.api that return VWParticipantList
 VWParticipantList VWSession.fetchUserGroupsPx(int maxBufferSize)
          Deprecated. Replaced by VWSession.findGroupsByDomain(String secDomainName, String searchPattern, int searchType, int sortType, int maxBufferSize)
 VWParticipantList VWSession.fetchUsersPx(int maxBufferSize, boolean bIncludeGroups)
          Deprecated. Replaced by VWSession.findUsersByDomain(String secDomainName, String searchPattern, int searchType, int sortType, int maxBufferSize) VWSession.findGroupsByDomain(String secDomainName, String searchPattern, int searchType, int sortType, int maxBufferSize)
 VWParticipantList VWSession.findGroupsByDomain(java.lang.String secDomainName, java.lang.String searchPattern, int searchType, int sortType, int maxBufferSize)
          Fetches a collection of all group names defined within the specified LDAP security domain, matching them for inclusion in the result collection according to this method's search pattern and search type arguments.
 VWParticipantList VWSession.findUsersByDomain(java.lang.String secDomainName, java.lang.String searchPattern, int searchType, int sortType, int maxBufferSize)
          Fetches a collection of all user names defined within the specified LDAP security 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.