|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IUserSummary | |
---|---|
com.perforce.p4java.core | Provides interfaces and classes for defining and accessing Perforce objects such as jobs, changelists, etc., and, through the file sub-package, Perforce files. |
com.perforce.p4java.impl.generic.core | Provides standard implementation classes for the com.perforce.p4java.core interfaces. |
com.perforce.p4java.server | Provides interfaces and classes for accessing Perforce SCM servers and associated server-level services. |
Uses of IUserSummary in com.perforce.p4java.core |
---|
Subinterfaces of IUserSummary in com.perforce.p4java.core | |
---|---|
interface |
IUser
Defines a full Perforce user object. |
Uses of IUserSummary in com.perforce.p4java.impl.generic.core |
---|
Classes in com.perforce.p4java.impl.generic.core that implement IUserSummary | |
---|---|
class |
User
Simple default IUser implementation class. |
class |
UserSummary
Default implementation class for IUserSummary interface. |
Uses of IUserSummary in com.perforce.p4java.server |
---|
Methods in com.perforce.p4java.server that return types with arguments of type IUserSummary | |
---|---|
java.util.List<IUserSummary> |
IServer.getReviews(int changelistId,
java.util.List<IFileSpec> fileSpecs)
Get a list of all users who have subscribed to review the named files, the files in the numbered changelist, or all files by default. |
java.util.List<IUserSummary> |
IServer.getUsers(java.util.List<java.lang.String> userList,
int maxUsers)
Get a list of Perforce users known to this Perforce server. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |