public interface IReviewsDelegator
| Modifier and Type | Method and Description |
|---|---|
List<IUserSummary> |
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> |
getReviews(List<IFileSpec> fileSpecs,
GetReviewsOptions opts)
Get a list of all users who have subscribed to review the named files.
|
List<IUserSummary> getReviews(List<IFileSpec> fileSpecs, GetReviewsOptions opts) throws P4JavaException
Note that the returned IUserSummary objects will have null access and update dates associated with them.
fileSpecs - if not null, use this list as the list of named files rather
than all files.opts - GetReviewsOptions object describing optional parameters; if
null, no options are set.P4JavaException - if any error occurs in the processing of this method.List<IUserSummary> getReviews(int changelistId, List<IFileSpec> fileSpecs) throws ConnectionException, RequestException, AccessException
Note that the returned IUserSummary objects will have null access and update dates associated with them.
changelistId - if not IChangelist.UNKNOWN, use this changelist ID.fileSpecs - if not null, use this list as the list of named files rather
than all files.ConnectionException - if the Perforce server is unreachable or is not connected.RequestException - if the Perforce server encounters an error during its
processing of the requestAccessException - if the Perforce server denies access to the callerCopyright © 2017 Perforce Software. All Rights Reserved.