|
||||||||||
| 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(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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||