|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IUserGroup | |
---|---|
com.perforce.p4java.core | Provides interfaces and classes for defining and accessing Perforce objects such as jobs, changelists, etc., and, through the file sub-package, Perforce files. |
com.perforce.p4java.impl.generic.core | Provides standard implementation classes for the com.perforce.p4java.core interfaces. |
com.perforce.p4java.impl.mapbased.server | |
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.core |
---|
Methods in com.perforce.p4java.core that return IUserGroup | |
---|---|
static IUserGroup |
CoreFactory.createUserGroup(IOptionsServer server,
String name,
List<String> users,
boolean createOnServer)
Create a new user group locally and / or on the server, using "sensible" default values for non-parameters. |
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 Map<String,Object> |
InputMapper.map(IUserGroup group)
Map a P4Java IUserGroup object to an IServer input map. |
Uses of IUserGroup in com.perforce.p4java.impl.mapbased.server |
---|
Methods in com.perforce.p4java.impl.mapbased.server that return IUserGroup | |
---|---|
IUserGroup |
Server.getUserGroup(String name)
|
Methods in com.perforce.p4java.impl.mapbased.server that return types with arguments of type IUserGroup | |
---|---|
List<IUserGroup> |
Server.getUserGroups(String userOrGroupName,
boolean indirect,
boolean displayValues,
int maxGroups)
|
List<IUserGroup> |
Server.getUserGroups(String userOrGroupName,
GetUserGroupsOptions opts)
|
Methods in com.perforce.p4java.impl.mapbased.server with parameters of type IUserGroup | |
---|---|
String |
Server.createUserGroup(IUserGroup group)
|
String |
Server.createUserGroup(IUserGroup group,
UpdateUserGroupOptions opts)
|
String |
Server.deleteUserGroup(IUserGroup group)
|
String |
Server.deleteUserGroup(IUserGroup group,
UpdateUserGroupOptions opts)
|
String |
Server.updateUserGroup(IUserGroup group,
boolean updateIfOwner)
|
String |
Server.updateUserGroup(IUserGroup group,
UpdateUserGroupOptions opts)
|
Uses of IUserGroup in com.perforce.p4java.server |
---|
Methods in com.perforce.p4java.server that return IUserGroup | |
---|---|
IUserGroup |
IServer.getUserGroup(String name)
Get the named Perforce user group. |
Methods in com.perforce.p4java.server that return types with arguments of type IUserGroup | |
---|---|
List<IUserGroup> |
IServer.getUserGroups(String userOrGroupName,
boolean indirect,
boolean displayValues,
int maxGroups)
Get a list of Perforce user groups from the server. |
List<IUserGroup> |
IOptionsServer.getUserGroups(String userOrGroupName,
GetUserGroupsOptions opts)
Get a list of Perforce user groups from the server. |
Methods in com.perforce.p4java.server with parameters of type IUserGroup | |
---|---|
String |
IServer.createUserGroup(IUserGroup group)
Create a new Perforce user group on the Perforce server. |
String |
IOptionsServer.createUserGroup(IUserGroup group,
UpdateUserGroupOptions opts)
Create a new Perforce user group on the Perforce server. |
String |
IServer.deleteUserGroup(IUserGroup group)
Delete a Perforce user group from the Perforce server. |
String |
IOptionsServer.deleteUserGroup(IUserGroup group,
UpdateUserGroupOptions opts)
Delete a Perforce user group from the Perforce server. |
String |
IServer.updateUserGroup(IUserGroup group,
boolean updateIfOwner)
Update a Perforce user group on the Perforce server. |
String |
IOptionsServer.updateUserGroup(IUserGroup group,
UpdateUserGroupOptions opts)
Update a Perforce user group on the Perforce server. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |