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

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

Methods in com.perforce.p4java.impl.mapbased.server with parameters of type GetLabelsOptions
 List<ILabelSummary> Server.getLabels(List<IFileSpec> fileList, GetLabelsOptions opts)
           
 

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

Methods in com.perforce.p4java.option.server that return GetLabelsOptions
 GetLabelsOptions GetLabelsOptions.setMaxResults(int maxResults)
           
 GetLabelsOptions GetLabelsOptions.setNameFilter(String nameFilter)
           
 GetLabelsOptions GetLabelsOptions.setUserName(String userName)
           
 

Uses of GetLabelsOptions in com.perforce.p4java.server
 

Methods in com.perforce.p4java.server with parameters of type GetLabelsOptions
 List<ILabelSummary> IOptionsServer.getLabels(List<IFileSpec> fileList, GetLabelsOptions opts)
          Get a list of Perforce labels, optionally tied to a specific set of files.
 



Copyright © 2011 Perforce Software. All Rights Reserved.