Uses of Class
com.perforce.p4java.core.ViewMap

Packages that use ViewMap
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 ViewMap in com.perforce.p4java.core
 

Methods in com.perforce.p4java.core that return ViewMap
 ViewMap<IBranchMapping> IBranchSpec.getBranchView()
          Return the view map associated with this branch spec.
 ViewMap<IReviewSubscription> IUser.getReviewSubscriptions()
           
 ViewMap<ILabelMapping> ILabel.getViewMapping()
          Get the view mapping for this label.
 

Methods in com.perforce.p4java.core with parameters of type ViewMap
 void IBranchSpec.setBranchView(ViewMap<IBranchMapping> branchView)
          Set the the view map associated with this branch spec.
 void IUser.setReviewSubscriptions(ViewMap<IReviewSubscription> subs)
           
 void ILabel.setViewMapping(ViewMap<ILabelMapping> viewMapping)
          Set the view mapping for this label.
 

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

Subclasses of ViewMap in com.perforce.p4java.impl.generic.client
 class ClientView
          Simple default generic implementation class for the IClientView and associated IClientViewMapping interfaces.
 

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

Fields in com.perforce.p4java.impl.generic.core declared as ViewMap
protected  ViewMap<IBranchMapping> BranchSpec.branchView
           
protected  ViewMap<ILabelMapping> Label.viewMapping
           
 

Methods in com.perforce.p4java.impl.generic.core that return ViewMap
 ViewMap<IBranchMapping> BranchSpec.getBranchView()
           
 ViewMap<IReviewSubscription> User.getReviewSubscriptions()
           
 ViewMap<ILabelMapping> Label.getViewMapping()
           
 

Methods in com.perforce.p4java.impl.generic.core with parameters of type ViewMap
 void BranchSpec.setBranchView(ViewMap<IBranchMapping> branchView)
           
 void User.setReviewSubscriptions(ViewMap<IReviewSubscription> reviewSubscriptions)
           
 void Label.setViewMapping(ViewMap<ILabelMapping> viewMapping)
           
 

Constructors in com.perforce.p4java.impl.generic.core with parameters of type ViewMap
BranchSpec(java.lang.String name, java.lang.String ownerName, java.lang.String description, boolean locked, java.util.Date accessed, java.util.Date updated, ViewMap<IBranchMapping> branchView)
          Construct a new BranchSpec from explicit field values.
Label(java.lang.String name, java.lang.String ownerName, java.util.Date lastAccess, java.util.Date lastUpdate, java.lang.String description, java.lang.String revisionSpec, boolean locked, ViewMap<ILabelMapping> viewMapping)
          Explicit-value constructor.
User(java.lang.String loginName, java.lang.String email, java.lang.String fullName, java.util.Date access, java.util.Date update, java.lang.String password, java.lang.String jobView, ViewMap<IReviewSubscription> reviewSubscriptions)
          Explicit-value constructor.
 



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