Package | Description |
---|---|
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.impl.mapbased.server | |
com.perforce.p4java.impl.mapbased.server.cmd | |
com.perforce.p4java.server.delegator |
Modifier and Type | Interface and Description |
---|---|
interface |
IUser
Defines a full Perforce user object.
|
Modifier and Type | Class and Description |
---|---|
class |
User
Simple default IUser implementation class.
|
class |
UserSummary
Default implementation class for IUserSummary interface.
|
Modifier and Type | Method and Description |
---|---|
List<IUserSummary> |
Server.getReviews(int changelistId,
List<IFileSpec> fileSpecs) |
List<IUserSummary> |
Server.getReviews(List<IFileSpec> fileSpecs,
GetReviewsOptions opts) |
List<IUserSummary> |
Server.getUsers(List<String> userList,
GetUsersOptions opts) |
List<IUserSummary> |
Server.getUsers(List<String> userList,
int maxUsers) |
Modifier and Type | Method and Description |
---|---|
List<IUserSummary> |
ReviewsDelegator.getReviews(int changelistId,
List<IFileSpec> fileSpecs) |
List<IUserSummary> |
ReviewsDelegator.getReviews(List<IFileSpec> fileSpecs,
GetReviewsOptions opts) |
List<IUserSummary> |
UsersDelegator.getUsers(List<String> userList,
GetUsersOptions opts) |
List<IUserSummary> |
UsersDelegator.getUsers(List<String> userList,
int maxUsers) |
Modifier and Type | Method and Description |
---|---|
List<IUserSummary> |
IReviewsDelegator.getReviews(int changelistId,
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.
|
List<IUserSummary> |
IReviewsDelegator.getReviews(List<IFileSpec> fileSpecs,
GetReviewsOptions opts)
Get a list of all users who have subscribed to review the named files.
|
List<IUserSummary> |
IUsersDelegator.getUsers(List<String> userList,
GetUsersOptions opts)
Get a list of Perforce users known to this Perforce server.
|
List<IUserSummary> |
IUsersDelegator.getUsers(List<String> userList,
int maxUsers)
Get a list of Perforce users known to this Perforce server.
|
Copyright © 2017 Perforce Software. All Rights Reserved.