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

Packages that use IChangelist
com.perforce.p4java.client Provides interfaces for accessing and manipulating Perforce client workspaces and associated objects. 
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.client   
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 IChangelist in com.perforce.p4java.client
 

Methods in com.perforce.p4java.client that return IChangelist
 IChangelist IClient.createChangelist(IChangelist newChangelist)
          Create a new changelist for this Perforce client in the associated Perforce server.
 

Methods in com.perforce.p4java.client with parameters of type IChangelist
 IChangelist IClient.createChangelist(IChangelist newChangelist)
          Create a new changelist for this Perforce client in the associated Perforce server.
 List<IFileSpec> IClient.shelveChangelist(IChangelist list)
          Shelve the file(s) in a pending changelist.
 

Uses of IChangelist in com.perforce.p4java.core
 

Methods in com.perforce.p4java.core that return IChangelist
static IChangelist CoreFactory.createChangelist(IClient client, String description, boolean createOnServer)
          Create a new changelist object locally and optionally also create it on the server using the passed-in client for default values.
 

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

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

Methods in com.perforce.p4java.impl.generic.core with parameters of type IChangelist
static Map<String,Object> InputMapper.map(IChangelist change)
          Map a P4Java changelist to an IServer input map.
static Map<String,Object> InputMapper.map(IChangelist change, boolean allowUnknownFiles)
          Map a P4Java changelist to an IServer input map.
 

Uses of IChangelist in com.perforce.p4java.impl.mapbased.client
 

Methods in com.perforce.p4java.impl.mapbased.client that return IChangelist
 IChangelist Client.createChangelist(IChangelist newChangelist)
           
 

Methods in com.perforce.p4java.impl.mapbased.client with parameters of type IChangelist
 IChangelist Client.createChangelist(IChangelist newChangelist)
           
 List<IFileSpec> Client.shelveChangelist(IChangelist list)
           
 

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

Methods in com.perforce.p4java.impl.mapbased.server that return IChangelist
 IChangelist Server.getChangelist(int id)
           
 IChangelist Server.getChangelist(int id, ChangelistOptions opts)
           
 

Methods in com.perforce.p4java.impl.mapbased.server that return types with arguments of type IChangelist
 List<IChangelist> Server.getInterchanges(IFileSpec fromFile, IFileSpec toFile, boolean showFiles, boolean longDesc, int maxChangelistId)
           
 List<IChangelist> Server.getInterchanges(IFileSpec fromFile, IFileSpec toFile, GetInterchangesOptions opts)
           
 List<IChangelist> Server.getInterchanges(String branchSpecName, List<IFileSpec> fromFileList, List<IFileSpec> toFileList, boolean showFiles, boolean longDesc, int maxChangelistId, boolean reverseMapping, boolean biDirectional)
           
 List<IChangelist> Server.getInterchanges(String branchSpecName, List<IFileSpec> fromFileList, List<IFileSpec> toFileList, GetInterchangesOptions opts)
           
protected  List<IChangelist> Server.processInterchangeMaps(List<Map<String,Object>> resultMaps, boolean showFiles)
           
 

Uses of IChangelist in com.perforce.p4java.server
 

Methods in com.perforce.p4java.server that return IChangelist
 IChangelist IServer.getChangelist(int id)
          Get a specific Perforce changelist from a Perforce server.
 IChangelist IOptionsServer.getChangelist(int id, ChangelistOptions opts)
          Get a specific Perforce changelist from a Perforce server.
 

Methods in com.perforce.p4java.server that return types with arguments of type IChangelist
 List<IChangelist> IServer.getInterchanges(IFileSpec fromFile, IFileSpec toFile, boolean showFiles, boolean longDesc, int maxChangelistId)
          Get a list of changes and / or associated files not yet integrated (unsupported).
 List<IChangelist> IOptionsServer.getInterchanges(IFileSpec fromFile, IFileSpec toFile, GetInterchangesOptions opts)
          Returns a list of changelists that have not been integrated from a set of source files to a set of target files.
 List<IChangelist> IServer.getInterchanges(String branchSpecName, List<IFileSpec> fromFileList, List<IFileSpec> toFileList, boolean showFiles, boolean longDesc, int maxChangelistId, boolean reverseMapping, boolean biDirectional)
          Get a list of changes and / or associated files not yet integrated, based on branchspecs (unsupported).
 List<IChangelist> IOptionsServer.getInterchanges(String branchSpecName, List<IFileSpec> fromFileList, List<IFileSpec> toFileList, GetInterchangesOptions opts)
          Returns a list of changelists that have not been integrated from a set of source files to a set of target files.
 



Copyright © 2015 Perforce Software. All Rights Reserved.