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.setLongDesc(boolean longDesc)
           
 GetInterchangesOptions GetInterchangesOptions.setMaxChangelistId(int maxChangelistId)
           
 GetInterchangesOptions GetInterchangesOptions.setReverseMapping(boolean reverseMapping)
           
 GetInterchangesOptions GetInterchangesOptions.setShowFiles(boolean showFiles)
           
 

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)
           
 List<IChangelist> IOptionsServer.getInterchanges(String branchSpecName, List<IFileSpec> fromFileList, List<IFileSpec> toFileList, GetInterchangesOptions opts)
           
 



Copyright © 2011 Perforce Software. All Rights Reserved.