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

Packages that use GetInterchangesOptions
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 GetInterchangesOptions in com.perforce.p4java.impl.mapbased.server
 

Methods in com.perforce.p4java.impl.mapbased.server with parameters of type GetInterchangesOptions
 List<IChangelist> Server.getInterchanges(IFileSpec fromFile, IFileSpec toFile, GetInterchangesOptions opts)
           
 List<IChangelist> Server.getInterchanges(String branchSpecName, List<IFileSpec> fromFileList, List<IFileSpec> toFileList, GetInterchangesOptions opts)
           
 

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

Methods in com.perforce.p4java.option.server that return GetInterchangesOptions
 GetInterchangesOptions GetInterchangesOptions.setBiDirectional(boolean biDirectional)
           
 GetInterchangesOptions GetInterchangesOptions.setBranch(String branch)
           
 GetInterchangesOptions GetInterchangesOptions.setLongDesc(boolean longDesc)
           
 GetInterchangesOptions GetInterchangesOptions.setMaxChangelistId(int maxChangelistId)
           
 GetInterchangesOptions GetInterchangesOptions.setParentStream(String parentStream)
           
 GetInterchangesOptions GetInterchangesOptions.setReverseMapping(boolean reverseMapping)
           
 GetInterchangesOptions GetInterchangesOptions.setShowFiles(boolean showFiles)
           
 GetInterchangesOptions GetInterchangesOptions.setStream(String stream)
           
 

Uses of GetInterchangesOptions in com.perforce.p4java.server
 

Methods in com.perforce.p4java.server with parameters of type GetInterchangesOptions
 List<IChangelist> IOptionsServer.getInterchanges(IFileSpec fromFile, IFileSpec toFile, GetInterchangesOptions opts)
          Returns a list of changelists that have not been integrated from a set of source files to a set of target files.
 List<IChangelist> IOptionsServer.getInterchanges(String branchSpecName, List<IFileSpec> fromFileList, List<IFileSpec> toFileList, GetInterchangesOptions opts)
          Returns a list of changelists that have not been integrated from a set of source files to a set of target files.
 



Copyright © 2015 Perforce Software. All Rights Reserved.