|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IClientSummary | |
|---|---|
| com.perforce.p4java.client | Provides interfaces for accessing and manipulating Perforce client workspaces and associated objects. |
| com.perforce.p4java.impl.mapbased.client | |
| com.perforce.p4java.server | Provides interfaces and classes for accessing Perforce SCM servers and associated server-level services. |
| Uses of IClientSummary in com.perforce.p4java.client |
|---|
| Subinterfaces of IClientSummary in com.perforce.p4java.client | |
|---|---|
interface |
IClient
Extends the lightweight IClientSummary interface to provide a "heavyweight" Perforce client object that has an associated Perforce client views and has the full panoply of Perforce operations defined against it. |
| Uses of IClientSummary in com.perforce.p4java.impl.mapbased.client |
|---|
| Classes in com.perforce.p4java.impl.mapbased.client that implement IClientSummary | |
|---|---|
class |
Client
Default implementation of the generic parts of an IClient interface. |
class |
ClientSummary
Default implementation class for the IClientSummary interface. |
| Constructors in com.perforce.p4java.impl.mapbased.client with parameters of type IClientSummary | |
|---|---|
Client(IClientSummary clientSummary,
boolean refresh)
Construct a new Client object using the passed-in client summary object as a partial template. |
|
Client(IClientSummary clientSummary,
IServer serverImpl,
boolean refresh)
Construct a new Client object using the passed-in client summary object as a partial template along with the passed-in IServer object. |
|
ClientSummary(IClientSummary clientSummary)
Clone a client summary by copying all fields. |
|
| Uses of IClientSummary in com.perforce.p4java.server |
|---|
| Methods in com.perforce.p4java.server that return types with arguments of type IClientSummary | |
|---|---|
java.util.List<IClientSummary> |
IServer.getClients(java.lang.String userName,
java.lang.String queryString,
int maxResults)
Get a list of IClientSummary objects for all Perforce clients known to this Perforce server. |
| Methods in com.perforce.p4java.server with parameters of type IClientSummary | |
|---|---|
IClient |
IServer.getClient(IClientSummary clientSummary)
Convenience method for getClient(clientSummary.getName()). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||