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

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

Methods in com.perforce.p4java.impl.mapbased.server with parameters of type GetKeysOptions
 Map<String,String> Server.getKeys(GetKeysOptions opts)
           
 

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

Methods in com.perforce.p4java.option.server that return GetKeysOptions
 GetKeysOptions GetKeysOptions.setMaxResults(int maxResults)
           
 GetKeysOptions GetKeysOptions.setNameFilter(String nameFilter)
           
 GetKeysOptions GetKeysOptions.setNameFilters(String[] nameFilters)
           
 GetKeysOptions GetKeysOptions.setUndocKey(boolean undocKey)
           
 

Uses of GetKeysOptions in com.perforce.p4java.server
 

Methods in com.perforce.p4java.server with parameters of type GetKeysOptions
 Map<String,String> IOptionsServer.getKeys(GetKeysOptions opts)
          Get a map of the Perforce server's keys.
 



Copyright © 2015 Perforce Software. All Rights Reserved.