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

Packages that use IClientViewMapping
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.client Provides standard implementation classes for the com.perforce.p4java.client interfaces. 
com.perforce.p4java.impl.generic.core Provides standard implementation classes for the com.perforce.p4java.core interfaces. 
 

Uses of IClientViewMapping in com.perforce.p4java.core
 

Methods in com.perforce.p4java.core that return types with arguments of type IClientViewMapping
 ViewMap<IClientViewMapping> IStream.getClientView()
          Return the automatically generated client view map associated with this stream.
 

Method parameters in com.perforce.p4java.core with type arguments of type IClientViewMapping
 void IStream.setClientView(ViewMap<IClientViewMapping> clientView)
          Set the automatically generated client view map associated with this stream spec.
 

Uses of IClientViewMapping in com.perforce.p4java.impl.generic.client
 

Classes in com.perforce.p4java.impl.generic.client that implement IClientViewMapping
static class ClientView.ClientViewMapping
          Simple extension of the basic MapEntry class to provide convenience methods based on "depot" and "client" rather than "left" and "right".
 

Constructor parameters in com.perforce.p4java.impl.generic.client with type arguments of type IClientViewMapping
ClientView(IClient client, List<IClientViewMapping> mapping)
          Construct a ClientView from the passed-in client and mapping list.
 

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

Fields in com.perforce.p4java.impl.generic.core with type parameters of type IClientViewMapping
protected  ViewMap<IClientViewMapping> Stream.clientView
           
 

Methods in com.perforce.p4java.impl.generic.core that return types with arguments of type IClientViewMapping
 ViewMap<IClientViewMapping> Stream.getClientView()
           
 

Method parameters in com.perforce.p4java.impl.generic.core with type arguments of type IClientViewMapping
 void Stream.setClientView(ViewMap<IClientViewMapping> clientView)
           
 

Constructor parameters in com.perforce.p4java.impl.generic.core with type arguments of type IClientViewMapping
Stream(String stream, IStreamSummary.Type type, String parent, Date accessed, Date updated, String name, String description, String ownerName, IStreamSummary.IOptions options, ViewMap<IStreamViewMapping> streamView, ViewMap<IStreamRemappedMapping> remappedView, ViewMap<IStreamIgnoredMapping> ignoredView, ViewMap<IClientViewMapping> clientView)
          Construct a new Stream from explicit field values.
 



Copyright © 2015 Perforce Software. All Rights Reserved.