|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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<IClientViewMapping> |
IStream.getClientView()
Return the automatically generated client view map associated with this stream. |
ViewMap<IStreamIgnoredMapping> |
IStream.getIgnoredView()
Return the ignored view map associated with this stream. |
ViewMap<IStreamRemappedMapping> |
IStream.getRemappedView()
Return the remapped view map associated with this stream. |
ViewMap<IReviewSubscription> |
IUser.getReviewSubscriptions()
|
ViewMap<IMapEntry> |
IDepot.getSpecMap()
For spec depots, the optional description of which specs should be saved, as one or more patterns. |
ViewMap<IStreamViewMapping> |
IStream.getStreamView()
Return the view map associated with this stream. |
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 |
IStream.setClientView(ViewMap<IClientViewMapping> clientView)
Set the automatically generated client view map associated with this stream spec. |
void |
IStream.setIgnoredView(ViewMap<IStreamIgnoredMapping> ignoredView)
Set the ignored view map associated with this stream spec. |
void |
IStream.setRemappedView(ViewMap<IStreamRemappedMapping> remappedView)
Set the remapped view map associated with this stream spec. |
void |
IUser.setReviewSubscriptions(ViewMap<IReviewSubscription> subs)
|
void |
IStream.setStreamView(ViewMap<IStreamViewMapping> streamView)
Set the view map associated with this stream spec. |
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<IClientViewMapping> |
Stream.clientView
|
protected ViewMap<IStreamIgnoredMapping> |
Stream.ignoredView
|
protected ViewMap<IStreamRemappedMapping> |
Stream.remappedView
|
protected ViewMap<IStreamViewMapping> |
Stream.streamView
|
protected ViewMap<ILabelMapping> |
Label.viewMapping
|
Methods in com.perforce.p4java.impl.generic.core that return ViewMap | |
---|---|
ViewMap<IBranchMapping> |
BranchSpec.getBranchView()
|
ViewMap<IClientViewMapping> |
Stream.getClientView()
|
ViewMap<IStreamIgnoredMapping> |
Stream.getIgnoredView()
|
ViewMap<IStreamRemappedMapping> |
Stream.getRemappedView()
|
ViewMap<IReviewSubscription> |
User.getReviewSubscriptions()
|
ViewMap<IMapEntry> |
Depot.getSpecMap()
|
ViewMap<IStreamViewMapping> |
Stream.getStreamView()
|
ViewMap<ILabelMapping> |
Label.getViewMapping()
|
Methods in com.perforce.p4java.impl.generic.core with parameters of type ViewMap | |
---|---|
void |
BranchSpec.setBranchView(ViewMap<IBranchMapping> branchView)
|
void |
Stream.setClientView(ViewMap<IClientViewMapping> clientView)
|
void |
Stream.setIgnoredView(ViewMap<IStreamIgnoredMapping> ignoredView)
|
void |
Stream.setRemappedView(ViewMap<IStreamRemappedMapping> remappedView)
|
void |
User.setReviewSubscriptions(ViewMap<IReviewSubscription> reviewSubscriptions)
|
void |
Depot.setSpecMap(ViewMap<IMapEntry> specMap)
|
void |
Stream.setStreamView(ViewMap<IStreamViewMapping> streamView)
|
void |
Label.setViewMapping(ViewMap<ILabelMapping> viewMapping)
|
Constructors in com.perforce.p4java.impl.generic.core with parameters of type ViewMap | |
---|---|
BranchSpec(String name,
String ownerName,
String description,
boolean locked,
Date accessed,
Date updated,
ViewMap<IBranchMapping> branchView)
Construct a new BranchSpec from explicit field values. |
|
Depot(String name,
String ownerName,
Date modDate,
String description,
IDepot.DepotType depotType,
String address,
String suffix,
String streamDepth,
String map,
ViewMap<IMapEntry> specMap)
Explicit-value constructor. |
|
Label(String name,
String ownerName,
Date lastAccess,
Date lastUpdate,
String description,
String revisionSpec,
boolean locked,
ViewMap<ILabelMapping> viewMapping)
Explicit-value constructor. |
|
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)
Construct a new Stream from explicit field values. |
|
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)
Construct a new Stream from explicit field values. |
|
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)
Construct a new Stream from explicit field values. |
|
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. |
|
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. |
|
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. |
|
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. |
|
User(String loginName,
String email,
String fullName,
Date access,
Date update,
String password,
String jobView,
IUserSummary.UserType type,
ViewMap<IReviewSubscription> reviewSubscriptions)
Explicit-value constructor. |
|
User(String loginName,
String email,
String fullName,
Date access,
Date update,
String password,
String jobView,
ViewMap<IReviewSubscription> reviewSubscriptions)
Explicit-value constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |