|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IReviewSubscription | |
|---|---|
| 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. |
| Uses of IReviewSubscription in com.perforce.p4java.core |
|---|
| Methods in com.perforce.p4java.core that return types with arguments of type IReviewSubscription | |
|---|---|
ViewMap<IReviewSubscription> |
IUser.getReviewSubscriptions()
|
| Method parameters in com.perforce.p4java.core with type arguments of type IReviewSubscription | |
|---|---|
void |
IUser.setReviewSubscriptions(ViewMap<IReviewSubscription> subs)
|
| Uses of IReviewSubscription in com.perforce.p4java.impl.generic.core |
|---|
| Classes in com.perforce.p4java.impl.generic.core that implement IReviewSubscription | |
|---|---|
class |
ReviewSubscription
Default ReviewSubscription implementation class. |
| Methods in com.perforce.p4java.impl.generic.core that return types with arguments of type IReviewSubscription | |
|---|---|
ViewMap<IReviewSubscription> |
User.getReviewSubscriptions()
|
| Method parameters in com.perforce.p4java.impl.generic.core with type arguments of type IReviewSubscription | |
|---|---|
void |
User.setReviewSubscriptions(ViewMap<IReviewSubscription> reviewSubscriptions)
|
| Constructor parameters in com.perforce.p4java.impl.generic.core with type arguments of type IReviewSubscription | |
|---|---|
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 | |||||||||