Package | Description |
---|---|
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.core |
Provides standard implementation classes for the com.perforce.p4java.core interfaces.
|
Modifier and Type | Method and Description |
---|---|
ViewMap<IReviewSubscription> |
IUser.getReviewSubscriptions() |
Modifier and Type | Method and Description |
---|---|
void |
IUser.setReviewSubscriptions(ViewMap<IReviewSubscription> subs) |
Modifier and Type | Class and Description |
---|---|
class |
ReviewSubscription
Default ReviewSubscription implementation class.
|
Modifier and Type | Method and Description |
---|---|
ViewMap<IReviewSubscription> |
User.getReviewSubscriptions() |
Modifier and Type | Method and Description |
---|---|
void |
User.setReviewSubscriptions(ViewMap<IReviewSubscription> reviewSubscriptions) |
Constructor and Description |
---|
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.
|
Copyright © 2017 Perforce Software. All Rights Reserved.