Uses of Class
com.perforce.p4java.core.IChangelist.Type

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

Methods in com.perforce.p4java.core that return IChangelist.Type
static IChangelist.Type IChangelist.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IChangelist.Type[] IChangelist.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of IChangelist.Type in com.perforce.p4java.impl.mapbased.server
 

Methods in com.perforce.p4java.impl.mapbased.server with parameters of type IChangelist.Type
 List<IChangelistSummary> Server.getChangelists(int maxMostRecent, List<IFileSpec> fileSpecs, String clientName, String userName, boolean includeIntegrated, IChangelist.Type type, boolean longDesc)
           
 

Uses of IChangelist.Type in com.perforce.p4java.option.server
 

Fields in com.perforce.p4java.option.server declared as IChangelist.Type
protected  IChangelist.Type GetChangelistsOptions.type
          If not null, restrict output to pending, shelved or submitted changelists.
 

Methods in com.perforce.p4java.option.server that return IChangelist.Type
 IChangelist.Type GetChangelistsOptions.getType()
           
 

Methods in com.perforce.p4java.option.server with parameters of type IChangelist.Type
 GetChangelistsOptions GetChangelistsOptions.setType(IChangelist.Type type)
           
 

Constructors in com.perforce.p4java.option.server with parameters of type IChangelist.Type
GetChangelistsOptions(int maxMostRecent, String clientName, String userName, boolean includeIntegrated, IChangelist.Type type, boolean longDesc)
          Explicit-value constructor.
GetChangelistsOptions(int maxMostRecent, String clientName, String userName, boolean includeIntegrated, IChangelist.Type type, boolean longDesc, boolean viewRestricted)
          Explicit-value constructor.
GetChangelistsOptions(int maxMostRecent, String clientName, String userName, boolean includeIntegrated, IChangelist.Type type, boolean longDesc, boolean viewRestricted, boolean truncateDescriptions)
          Explicit-value constructor.
 

Uses of IChangelist.Type in com.perforce.p4java.server
 

Methods in com.perforce.p4java.server with parameters of type IChangelist.Type
 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).
 



Copyright © 2016 Perforce Software. All Rights Reserved.