Uses of Interface
com.perforce.p4java.core.IUserGroup

Packages that use IUserGroup
com.perforce.p4java.impl.generic.core Provides standard implementation classes for the com.perforce.p4java.core interfaces. 
com.perforce.p4java.server Provides interfaces and classes for accessing Perforce SCM servers and associated server-level services. 
 

Uses of IUserGroup in com.perforce.p4java.impl.generic.core
 

Classes in com.perforce.p4java.impl.generic.core that implement IUserGroup
 class UserGroup
          Simple generic implementation class for the IUserGroup interface.
 

Methods in com.perforce.p4java.impl.generic.core with parameters of type IUserGroup
static java.util.Map<java.lang.String,java.lang.Object> InputMapper.map(IUserGroup group)
          Map a P4Java IUserGroup object to an IServer input map.
 

Uses of IUserGroup in com.perforce.p4java.server
 

Methods in com.perforce.p4java.server that return IUserGroup
 IUserGroup IServer.getUserGroup(java.lang.String name)
          Get the named Perforce user group.
 

Methods in com.perforce.p4java.server that return types with arguments of type IUserGroup
 java.util.List<IUserGroup> IServer.getUserGroups(java.lang.String userOrGroupName, boolean indirect, boolean displayValues, int maxGroups)
          Get a list of Perforce user groups from the server.
 

Methods in com.perforce.p4java.server with parameters of type IUserGroup
 java.lang.String IServer.createUserGroup(IUserGroup group)
          Create a new Perforce user group on the Perforce server.
 java.lang.String IServer.deleteUserGroup(IUserGroup group)
          Delete a Perforce user group from the Perforce server.
 java.lang.String IServer.updateUserGroup(IUserGroup group, boolean updateIfOwner)
          Update a Perforce user group on the Perforce server.
 



Copyright (c) 2008-2010 Perforce Software. All rights reserved.