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

Packages that use IChangelistSummary
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 IChangelistSummary in com.perforce.p4java.core
 

Subinterfaces of IChangelistSummary in com.perforce.p4java.core
 interface IChangelist
          Describes a Perforce changelist.
 

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

Classes in com.perforce.p4java.impl.generic.core that implement IChangelistSummary
 class Changelist
          Simple default generic implementation class for the IChangelist interface.
 class ChangelistSummary
          Default implementation of the IChangelistSummary interface.
 

Constructors in com.perforce.p4java.impl.generic.core with parameters of type IChangelistSummary
Changelist(IChangelistSummary summary, IServer server, boolean refresh)
          Construct a new Changelist using the passed-in changelist as a template.
ChangelistSummary(IChangelistSummary summary)
          Construct a new ChangelistSummary from the passed-in summary.
 

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

Methods in com.perforce.p4java.impl.mapbased.server that return types with arguments of type IChangelistSummary
 List<IChangelistSummary> Server.getChangelists(int maxMostRecent, List<IFileSpec> fileSpecs, String clientName, String userName, boolean includeIntegrated, boolean submittedOnly, boolean pendingOnly, boolean longDesc)
           
 List<IChangelistSummary> Server.getChangelists(int maxMostRecent, List<IFileSpec> fileSpecs, String clientName, String userName, boolean includeIntegrated, IChangelist.Type type, boolean longDesc)
           
 List<IChangelistSummary> Server.getChangelists(List<IFileSpec> fileSpecs, GetChangelistsOptions opts)
           
 

Uses of IChangelistSummary in com.perforce.p4java.server
 

Methods in com.perforce.p4java.server that return types with arguments of type IChangelistSummary
 List<IChangelistSummary> IServer.getChangelists(int maxMostRecent, List<IFileSpec> fileSpecs, String clientName, String userName, boolean includeIntegrated, boolean submittedOnly, boolean pendingOnly, boolean longDesc)
          An omnibus method to get a list of Perforce changelists from a server using zero or more qualifiers (note that convenience methods also exists, especially on the IClient interface).
 List<IChangelistSummary> IServer.getChangelists(int maxMostRecent, List<IFileSpec> fileSpecs, String clientName, String userName, boolean includeIntegrated, IChangelist.Type type, boolean longDesc)
          An omnibus method to get a list of Perforce changelists from a server using zero or more qualifiers (note that convenience methods also exists, especially on the IClient interface).
 List<IChangelistSummary> IOptionsServer.getChangelists(List<IFileSpec> fileSpecs, GetChangelistsOptions opts)
          Get a list of Perforce changelist summary objects from the Perforce server.
 



Copyright © 2015 Perforce Software. All Rights Reserved.