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

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

Methods in com.perforce.p4java.impl.mapbased.server with parameters of type GetStreamsOptions
 List<IStreamSummary> Server.getStreams(List<String> streamPaths, GetStreamsOptions opts)
           
 

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

Methods in com.perforce.p4java.option.server that return GetStreamsOptions
 GetStreamsOptions GetStreamsOptions.setFields(String fields)
           
 GetStreamsOptions GetStreamsOptions.setFilter(String filter)
           
 GetStreamsOptions GetStreamsOptions.setMaxResults(int maxResults)
           
 GetStreamsOptions GetStreamsOptions.setUnloaded(boolean unloaded)
           
 

Uses of GetStreamsOptions in com.perforce.p4java.server
 

Methods in com.perforce.p4java.server with parameters of type GetStreamsOptions
 List<IStreamSummary> IOptionsServer.getStreams(List<String> streamPaths, GetStreamsOptions opts)
          Get a list of all summary Perforce streams known to the Perforce server.
 



Copyright © 2015 Perforce Software. All Rights Reserved.