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

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

Methods in com.perforce.p4java.impl.mapbased.server with parameters of type UpdateUserGroupOptions
 String Server.createUserGroup(IUserGroup group, UpdateUserGroupOptions opts)
           
 String Server.deleteUserGroup(IUserGroup group, UpdateUserGroupOptions opts)
           
 String Server.updateUserGroup(IUserGroup group, UpdateUserGroupOptions opts)
           
 

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

Methods in com.perforce.p4java.option.server that return UpdateUserGroupOptions
 UpdateUserGroupOptions UpdateUserGroupOptions.setAddIfAdmin(boolean addIfAdmin)
           
 UpdateUserGroupOptions UpdateUserGroupOptions.setUpdateIfOwner(boolean updateIfOwner)
           
 

Uses of UpdateUserGroupOptions in com.perforce.p4java.server
 

Methods in com.perforce.p4java.server with parameters of type UpdateUserGroupOptions
 String IOptionsServer.createUserGroup(IUserGroup group, UpdateUserGroupOptions opts)
          Create a new Perforce user group on the Perforce server.
 String IOptionsServer.deleteUserGroup(IUserGroup group, UpdateUserGroupOptions opts)
          Delete a Perforce user group from the Perforce server.
 String IOptionsServer.updateUserGroup(IUserGroup group, UpdateUserGroupOptions opts)
          Update a Perforce user group on the Perforce server.
 



Copyright © 2015 Perforce Software. All Rights Reserved.