@PublicApi public interface MultiProductLicenseDetails extends BaseLicenseDetails
| Modifier and Type | Method and Description |
|---|---|
Collection<ProductLicense> |
getAllProductLicenses()
Returns the license details for all products that are included in this license for the current platform.
|
ProductLicense |
getProductLicense(String productKey)
Returns the individual Product license with the given product key.
|
getDescription, getLicenseExpiryDate, getLicenseTypeName, getMaintenanceExpiryDate, getOrganisationName, getProperty, getServerId, getSupportEntitlementNumber, isDataCenter, isEnterpriseLicensingAgreement, isEvaluationLicense, isPerpetualLicense@Nonnull Collection<ProductLicense> getAllProductLicenses()
eg if this is the JIRA platform, it could return the license details for Service Desk, Software etc.
@Nullable ProductLicense getProductLicense(@Nonnull String productKey)
productKey - the product key.Copyright © 2015 Atlassian. All rights reserved.