Uses of Class
com.ibm.team.fvt.tests.clm.pages.clm.ClmClientAccessLicense

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
 

Fields in com.ibm.team.fvt.tests.clm.pages.jts.admin declared as ClmClientAccessLicense
static ClmClientAccessLicense[] ClmLicensingConstants.ALL_LICENSES
           
static ClmClientAccessLicense ClmLicensingConstants.CCM_COLLECTOR
           
static ClmClientAccessLicense ClmLicensingConstants.CCM_DATA_COLLECTOR
           
static ClmClientAccessLicense ClmLicensingConstants.CLM_CONTRIBUTOR
           
static ClmClientAccessLicense ClmLicensingConstants.CLM_PRACTITIONER
           
static ClmClientAccessLicense ClmLicensingConstants.CLM_STAKEHOLDER
           
static ClmClientAccessLicense[] ClmLicensingConstants.DEFAULT_LICENSES
           
static ClmClientAccessLicense ClmLicensingConstants.LPA_APPLICATION_INTERNAL
           
static ClmClientAccessLicense ClmLicensingConstants.QM_DATA_COLLECTOR
           
static ClmClientAccessLicense ClmLicensingConstants.RM_ANALYST
           
static ClmClientAccessLicense ClmLicensingConstants.RM_APPLICATION_INTERNAL
           
static ClmClientAccessLicense ClmLicensingConstants.RM_CONTRIBUTOR
           
static ClmClientAccessLicense ClmLicensingConstants.RM_DATA_COLLECTOR
           
static ClmClientAccessLicense ClmLicensingConstants.RQM_CONNECTOR
           
static ClmClientAccessLicense ClmLicensingConstants.RQM_CONTRIBUTOR
           
static ClmClientAccessLicense ClmLicensingConstants.RQM_QUALITY_PROFESSIONAL
           
static ClmClientAccessLicense ClmLicensingConstants.RTC_BUILD_SYSTEM
           
static ClmClientAccessLicense ClmLicensingConstants.RTC_CLEARCASE_SYNCHRONIZER
           
static ClmClientAccessLicense ClmLicensingConstants.RTC_CLEARQUEST_SYNCHRONIZER
           
static ClmClientAccessLicense ClmLicensingConstants.RTC_CONTRIBUTOR
           
static ClmClientAccessLicense ClmLicensingConstants.RTC_DEVELOPER
           
static ClmClientAccessLicense ClmLicensingConstants.RTC_DEVELOPER_PLATFORMS
           
static ClmClientAccessLicense ClmLicensingConstants.RTC_STAKEHOLDER
           
static ClmClientAccessLicense ClmLicensingConstants.TRS_CONSUMER_INTERNAL
           
 

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.