Uses of Class
com.perforce.p4java.option.server.GetSubmittedIntegrationsOptions

Packages that use GetSubmittedIntegrationsOptions
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 GetSubmittedIntegrationsOptions in com.perforce.p4java.impl.mapbased.server
 

Methods in com.perforce.p4java.impl.mapbased.server with parameters of type GetSubmittedIntegrationsOptions
 List<IFileSpec> Server.getSubmittedIntegrations(List<IFileSpec> fileSpecs, GetSubmittedIntegrationsOptions opts)
           
 

Uses of GetSubmittedIntegrationsOptions in com.perforce.p4java.option.server
 

Methods in com.perforce.p4java.option.server that return GetSubmittedIntegrationsOptions
 GetSubmittedIntegrationsOptions GetSubmittedIntegrationsOptions.setBranchSpec(String branchSpec)
           
 GetSubmittedIntegrationsOptions GetSubmittedIntegrationsOptions.setReverseMappings(boolean reverseMappings)
           
 

Uses of GetSubmittedIntegrationsOptions in com.perforce.p4java.server
 

Methods in com.perforce.p4java.server with parameters of type GetSubmittedIntegrationsOptions
 List<IFileSpec> IOptionsServer.getSubmittedIntegrations(List<IFileSpec> fileSpecs, GetSubmittedIntegrationsOptions opts)
          Get a list of submitted integrations for the passed-in filespecs
 



Copyright © 2011 Perforce Software. All Rights Reserved.