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

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

Methods in com.perforce.p4java.impl.mapbased.server with parameters of type GetChangelistsOptions
 List<IChangelistSummary> Server.getChangelists(List<IFileSpec> fileSpecs, GetChangelistsOptions opts)
           
 

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

Methods in com.perforce.p4java.option.server that return GetChangelistsOptions
 GetChangelistsOptions GetChangelistsOptions.setClientName(String clientName)
           
 GetChangelistsOptions GetChangelistsOptions.setIncludeIntegrated(boolean includeIntegrated)
           
 GetChangelistsOptions GetChangelistsOptions.setLongDesc(boolean longDesc)
           
 GetChangelistsOptions GetChangelistsOptions.setMaxMostRecent(int maxMostRecent)
           
 GetChangelistsOptions GetChangelistsOptions.setTruncateDescriptions(boolean truncateDescriptions)
           
 GetChangelistsOptions GetChangelistsOptions.setType(IChangelist.Type type)
           
 GetChangelistsOptions GetChangelistsOptions.setUserName(String userName)
           
 GetChangelistsOptions GetChangelistsOptions.setViewRestricted(boolean viewRestricted)
           
 

Uses of GetChangelistsOptions in com.perforce.p4java.server
 

Methods in com.perforce.p4java.server with parameters of type GetChangelistsOptions
 List<IChangelistSummary> IOptionsServer.getChangelists(List<IFileSpec> fileSpecs, GetChangelistsOptions opts)
          Get a list of Perforce changelist summary objects from the Perforce server.
 



Copyright © 2011 Perforce Software. All Rights Reserved.