Uses of Interface
com.perforce.p4java.core.ILabelSummary

Packages that use ILabelSummary
com.perforce.p4java.core Provides interfaces and classes for defining and accessing Perforce objects such as jobs, changelists, etc., and, through the file sub-package, Perforce files. 
com.perforce.p4java.impl.generic.core Provides standard implementation classes for the com.perforce.p4java.core interfaces. 
com.perforce.p4java.impl.mapbased.server   
com.perforce.p4java.server Provides interfaces and classes for accessing Perforce SCM servers and associated server-level services. 
 

Uses of ILabelSummary in com.perforce.p4java.core
 

Subinterfaces of ILabelSummary in com.perforce.p4java.core
 interface ILabel
          Defines and describes a Perforce label.
 

Uses of ILabelSummary in com.perforce.p4java.impl.generic.core
 

Classes in com.perforce.p4java.impl.generic.core that implement ILabelSummary
 class Label
          Default implementation class for the ILabel interface.
 class LabelSummary
          Default implementation of the ILabelSumamry interface.
 

Constructors in com.perforce.p4java.impl.generic.core with parameters of type ILabelSummary
Label(ILabelSummary labelSummary)
          Given an ILabelSummary object, construct a new Label object from it.
 

Uses of ILabelSummary in com.perforce.p4java.impl.mapbased.server
 

Methods in com.perforce.p4java.impl.mapbased.server that return types with arguments of type ILabelSummary
 List<ILabelSummary> Server.getLabels(List<IFileSpec> fileList, GetLabelsOptions opts)
           
 List<ILabelSummary> Server.getLabels(String user, int maxLabels, String nameFilter, List<IFileSpec> fileList)
           
 

Uses of ILabelSummary in com.perforce.p4java.server
 

Methods in com.perforce.p4java.server that return types with arguments of type ILabelSummary
 List<ILabelSummary> IOptionsServer.getLabels(List<IFileSpec> fileList, GetLabelsOptions opts)
          Get a list of Perforce labels, optionally tied to a specific set of files.
 List<ILabelSummary> IServer.getLabels(String user, int maxLabels, String nameFilter, List<IFileSpec> fileList)
          Get a list of Perforce labels, optionally tied to a specific set of files.
 



Copyright © 2015 Perforce Software. All Rights Reserved.