Uses of Interface
com.perforce.p4java.core.IReviewChangelist

Packages that use IReviewChangelist
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.server Provides interfaces and classes for accessing Perforce SCM servers and associated server-level services. 
 

Uses of IReviewChangelist in com.perforce.p4java.impl.generic.core
 

Classes in com.perforce.p4java.impl.generic.core that implement IReviewChangelist
 class ReviewChangelist
          Default implementation of the IReviewChange interface.
 

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

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

Uses of IReviewChangelist in com.perforce.p4java.server
 

Methods in com.perforce.p4java.server that return types with arguments of type IReviewChangelist
 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 © 2016 Perforce Software. All Rights Reserved.