Uses of Class
com.collabnet.ce.webservices.CTFUser
-
Packages that use CTFUser Package Description com.collabnet.ce.webservices -
-
Uses of CTFUser in com.collabnet.ce.webservices
Methods in com.collabnet.ce.webservices that return CTFUser Modifier and Type Method Description CTFUser
CollabNetApp. createUser(String username, String email, String fullName, String locale, String timeZone, boolean isSuperUser, boolean isRestrictedUser, String password)
Creates new teamforge userCTFUser
CollabNetApp. getMyself()
Returns the current user that's logged in.CTFUser
CollabNetApp. getMyselfData()
Returns the current user that's logged in.CTFUser
CollabNetApp. getUser(String username)
Retrieves the user with the specified username, or null if no such user exists.Methods in com.collabnet.ce.webservices that return types with arguments of type CTFUser Modifier and Type Method Description List<CTFUser>
CTFProject. getAdmins()
Gets the administrators of this project.List<CTFUser>
CTFProject. getMembers()
CTFList<CTFUser>
CTFRole. getMembers()
Gets the users who has this role (in the project that the role belongs to.)Methods in com.collabnet.ce.webservices with parameters of type CTFUser Modifier and Type Method Description void
CTFGroup. addMember(CTFUser u)
Adds the user to the this group.void
CTFProject. addMember(CTFUser u)
CTFList<CTFRole>
CTFProject. getUserRoles(CTFUser u)
void
CTFRole. grant(CTFUser u)
-