Perforce

Uses of Class
com.perforce.api.User

Uses of User in com.perforce.api
 

Methods in com.perforce.api that return User
static User User.getUser(String uid)
          Deprecated. Use method with Env parameter.
static User User.getUser(Env env, String uid)
          Gets the user information for the specified user.
 User Change.getUser()
          Returns the User that owns this Change.
 User[] Change.reviews()
          Determine the users that review this changelist.
 

Methods in com.perforce.api with parameters of type User
 void Change.setUser(User user)
          Sets the User that owns this Change.
 


Perforce

Copyright © 2001, Perforce Software, All rights reserved.