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

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

Methods in com.perforce.p4java.impl.mapbased.server with parameters of type GetPropertyOptions
 List<IProperty> Server.getProperty(GetPropertyOptions opts)
           
 

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

Methods in com.perforce.p4java.option.server that return GetPropertyOptions
 GetPropertyOptions GetPropertyOptions.setFields(String fields)
           
 GetPropertyOptions GetPropertyOptions.setFilter(String filter)
           
 GetPropertyOptions GetPropertyOptions.setGroup(String group)
           
 GetPropertyOptions GetPropertyOptions.setListAll(boolean listAll)
           
 GetPropertyOptions GetPropertyOptions.setMax(int max)
           
 GetPropertyOptions GetPropertyOptions.setName(String name)
           
 GetPropertyOptions GetPropertyOptions.setSequence(int sequence)
           
 GetPropertyOptions GetPropertyOptions.setUser(String user)
           
 

Uses of GetPropertyOptions in com.perforce.p4java.server
 

Methods in com.perforce.p4java.server with parameters of type GetPropertyOptions
 List<IProperty> IOptionsServer.getProperty(GetPropertyOptions opts)
          Gets a list of one or more property values from the Perforce server.
 



Copyright © 2015 Perforce Software. All Rights Reserved.