Uses of Class
com.collabnet.ce.webservices.CTFGroup
-
Packages that use CTFGroup Package Description com.collabnet.ce.webservices -
-
Uses of CTFGroup in com.collabnet.ce.webservices
Methods in com.collabnet.ce.webservices that return CTFGroup Modifier and Type Method Description CTFGroup
CollabNetApp. createGroup(String fullName, String description)
Creates Group.CTFGroup
CollabNetApp. getGroupByTitle(String fullName)
Get the Group for given fullName.Methods in com.collabnet.ce.webservices that return types with arguments of type CTFGroup Modifier and Type Method Description CTFList<CTFGroup>
CollabNetApp. getGroups()
Get the list of all Groups on the system.CTFList<CTFGroup>
CTFUser. getGroups()
Methods in com.collabnet.ce.webservices with parameters of type CTFGroup Modifier and Type Method Description void
CTFUser. addTo(CTFGroup g)
Adds the user to the this group.
-