|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClmClientAccessLicense | |
---|---|
com.ibm.team.fvt.tests.clm.config | |
com.ibm.team.fvt.tests.clm.pages.clm | |
com.ibm.team.fvt.tests.clm.pages.jts.admin |
Uses of ClmClientAccessLicense in com.ibm.team.fvt.tests.clm.config |
---|
Methods in com.ibm.team.fvt.tests.clm.config that return types with arguments of type ClmClientAccessLicense | |
---|---|
java.util.List<ClmClientAccessLicense> |
ClmUser.getLicenses()
Return the user licenses. |
Methods in com.ibm.team.fvt.tests.clm.config with parameters of type ClmClientAccessLicense | |
---|---|
boolean |
ClmUser.hasLicense(ClmClientAccessLicense license)
Returns whether current user has the given license or not. |
Constructors in com.ibm.team.fvt.tests.clm.config with parameters of type ClmClientAccessLicense | |
---|---|
ClmUser(ClmClientAccessLicense license)
Create a user instance with the given license. |
|
ClmUser(java.lang.String userId,
ClmClientAccessLicense... userLicenses)
Create a user instance with a default user ID. |
|
ClmUser(java.lang.String prefix,
java.lang.String userId,
boolean defaultUser,
boolean adminUser,
ClmClientAccessLicense... userLicenses)
Create a user instance using a property prefix and a default user ID. |
|
ClmUser(java.lang.String prefix,
java.lang.String userId,
boolean defaultUser,
ClmClientAccessLicense... licenses)
Create a user instance using a property prefix and a default user ID. |
|
ClmUser(java.lang.String prefix,
java.lang.String userId,
ClmClientAccessLicense... licenses)
Create a user instance using a property prefix and a default user ID. |
|
ClmUser(java.lang.String userId,
java.lang.String userName,
java.lang.String password,
java.lang.String email,
boolean adminUser,
ClmClientAccessLicense... userLicenses)
Create a user instance with given information. |
|
ClmUser(java.lang.String userId,
java.lang.String userName,
java.lang.String password,
java.lang.String email,
ClmClientAccessLicense... userLicenses)
Create a user instance with given information. |
Uses of ClmClientAccessLicense in com.ibm.team.fvt.tests.clm.pages.clm |
---|
Methods in com.ibm.team.fvt.tests.clm.pages.clm with parameters of type ClmClientAccessLicense | |
---|---|
int |
ClmClientAccessLicense.compareTo(ClmClientAccessLicense o)
|
Uses of ClmClientAccessLicense in com.ibm.team.fvt.tests.clm.pages.jts.admin |
---|
Methods in com.ibm.team.fvt.tests.clm.pages.jts.admin with parameters of type ClmClientAccessLicense | |
---|---|
int |
JtsAdminEditUserPage.changeLicense(ClmClientAccessLicense license,
boolean activate)
Change the given license for the edited user. |
Method parameters in com.ibm.team.fvt.tests.clm.pages.jts.admin with type arguments of type ClmClientAccessLicense | |
---|---|
void |
JtsAdminEditUserPage.changeMultipleLicenses(boolean activate,
java.util.List<ClmClientAccessLicense> licenses)
Change then several given licenses for the edited user. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |