Uses of Interface
com.perforce.p4java.core.file.IFileAnnotation

Packages that use IFileAnnotation
com.perforce.p4java.core.file Provides interfaces and classes for defining and accessing Perforce depot and workspace files. 
com.perforce.p4java.impl.generic.core.file Provides standard implementation classes for the com.perforce.p4java.core.file 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 IFileAnnotation in com.perforce.p4java.core.file
 

Methods in com.perforce.p4java.core.file that return types with arguments of type IFileAnnotation
 List<IFileAnnotation> IFileAnnotation.getAllIntegrations()
          Get a list of all contributing integration annotations for this annotation, if such a list exists.
 List<IFileAnnotation> IFileSpec.getAnnotations(DiffType wsOptions, boolean allResults, boolean useChangeNumbers, boolean followBranches)
          Get the file annotations associated with this file.
 List<IFileAnnotation> IFileSpec.getAnnotations(GetFileAnnotationsOptions opts)
          Get the file annotations associated with this file.
 

Uses of IFileAnnotation in com.perforce.p4java.impl.generic.core.file
 

Classes in com.perforce.p4java.impl.generic.core.file that implement IFileAnnotation
 class FileAnnotation
          Simple generic implementation class for IFileAnnotation interface.
 

Methods in com.perforce.p4java.impl.generic.core.file that return types with arguments of type IFileAnnotation
 List<IFileAnnotation> FileAnnotation.getAllIntegrations()
           
 List<IFileAnnotation> FileSpec.getAnnotations(DiffType wsOptions, boolean allResults, boolean useChangeNumbers, boolean followBranches)
           
 List<IFileAnnotation> FileSpec.getAnnotations(GetFileAnnotationsOptions opts)
           
 

Methods in com.perforce.p4java.impl.generic.core.file with parameters of type IFileAnnotation
 void FileAnnotation.addIntegrationAnnotation(IFileAnnotation annotation)
          Add an integration annotation to the contributingSources list.
 

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

Methods in com.perforce.p4java.impl.mapbased.server that return types with arguments of type IFileAnnotation
 List<IFileAnnotation> Server.getFileAnnotations(List<IFileSpec> fileSpecs, DiffType wsOpts, boolean allResults, boolean useChangeNumbers, boolean followBranches)
           
 List<IFileAnnotation> Server.getFileAnnotations(List<IFileSpec> fileSpecs, GetFileAnnotationsOptions opts)
           
 

Uses of IFileAnnotation in com.perforce.p4java.server
 

Methods in com.perforce.p4java.server that return types with arguments of type IFileAnnotation
 List<IFileAnnotation> IServer.getFileAnnotations(List<IFileSpec> fileSpecs, DiffType wsOpts, boolean allResults, boolean useChangeNumbers, boolean followBranches)
          Get a list of revision annotations for the specified files.
 List<IFileAnnotation> IOptionsServer.getFileAnnotations(List<IFileSpec> fileSpecs, GetFileAnnotationsOptions opts)
          Get a list of revision annotations for the specified files.
 



Copyright © 2015 Perforce Software. All Rights Reserved.