Uses of Class
com.perforce.p4java.option.server.GetReviewChangelistsOptions

Packages that use GetReviewChangelistsOptions
com.perforce.p4java.impl.mapbased.server   
com.perforce.p4java.option.server   
com.perforce.p4java.server Provides interfaces and classes for accessing Perforce SCM servers and associated server-level services. 
 

Uses of GetReviewChangelistsOptions in com.perforce.p4java.impl.mapbased.server
 

Methods in com.perforce.p4java.impl.mapbased.server with parameters of type GetReviewChangelistsOptions
 List<IReviewChangelist> Server.getReviewChangelists(GetReviewChangelistsOptions opts)
           
 

Uses of GetReviewChangelistsOptions in com.perforce.p4java.option.server
 

Methods in com.perforce.p4java.option.server that return GetReviewChangelistsOptions
 GetReviewChangelistsOptions GetReviewChangelistsOptions.setChangelistId(int changelistId)
           
 GetReviewChangelistsOptions GetReviewChangelistsOptions.setCounter(String counter)
           
 

Uses of GetReviewChangelistsOptions in com.perforce.p4java.server
 

Methods in com.perforce.p4java.server with parameters of type GetReviewChangelistsOptions
 List<IReviewChangelist> IOptionsServer.getReviewChangelists(GetReviewChangelistsOptions opts)
          Get a list of all submitted changelists equal or above a provided changelist number that have not been reviewed before.
 



Copyright © 2015 Perforce Software. All Rights Reserved.