Uses of Interface
com.perforce.p4java.client.IClientSummary

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.impl.mapbased.server   
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.impl.mapbased.server
 

Methods in com.perforce.p4java.impl.mapbased.server that return types with arguments of type IClientSummary
 List<IClientSummary> Server.getClients(GetClientsOptions opts)
           
 List<IClientSummary> Server.getClients(String userName, String queryString, int maxResults)
           
 

Methods in com.perforce.p4java.impl.mapbased.server with parameters of type IClientSummary
 IClient Server.getClient(IClientSummary clientSummary)
           
 

Uses of IClientSummary in com.perforce.p4java.server
 

Methods in com.perforce.p4java.server that return types with arguments of type IClientSummary
 List<IClientSummary> IOptionsServer.getClients(GetClientsOptions opts)
          Get a list of IClientSummary objects for all Perforce clients known to this Perforce server.
 List<IClientSummary> IServer.getClients(String userName, 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()).
 



Copyright © 2015 Perforce Software. All Rights Reserved.