Uses of Class
com.perforce.p4java.option.server.GetUsersOptions

Packages that use GetUsersOptions
com.perforce.p4java.impl.mapbased.server   
com.perforce.p4java.option.server   
com.perforce.p4java.server Provides interfaces and classes for accessing Perforce SCM servers and associated server-level services. 
 

Uses of GetUsersOptions in com.perforce.p4java.impl.mapbased.server
 

Methods in com.perforce.p4java.impl.mapbased.server with parameters of type GetUsersOptions
 java.util.List<IUserSummary> Server.getUsers(java.util.List<java.lang.String> userList, GetUsersOptions opts)
           
 

Uses of GetUsersOptions in com.perforce.p4java.option.server
 

Methods in com.perforce.p4java.option.server that return GetUsersOptions
 GetUsersOptions GetUsersOptions.setMaxUsers(int maxUsers)
           
 

Uses of GetUsersOptions in com.perforce.p4java.server
 

Methods in com.perforce.p4java.server with parameters of type GetUsersOptions
 java.util.List<IUserSummary> IOptionsServer.getUsers(java.util.List<java.lang.String> userList, GetUsersOptions opts)
          Get a list of Perforce users known to this Perforce server.
 



Copyright (c) 2008-2010 Perforce Software. All rights reserved.