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
 java.util.List<IChangelistSummary> Server.getChangelists(java.util.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(java.lang.String clientName)
           
 GetChangelistsOptions GetChangelistsOptions.setIncludeIntegrated(boolean includeIntegrated)
           
 GetChangelistsOptions GetChangelistsOptions.setLongDesc(boolean longDesc)
           
 GetChangelistsOptions GetChangelistsOptions.setMaxMostRecent(int maxMostRecent)
           
 GetChangelistsOptions GetChangelistsOptions.setType(IChangelist.Type type)
           
 GetChangelistsOptions GetChangelistsOptions.setUserName(java.lang.String userName)
           
 

Uses of GetChangelistsOptions in com.perforce.p4java.server
 

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



Copyright (c) 2008-2010 Perforce Software. All rights reserved.