Class MultiProductLicenseDetailsImpl
- java.lang.Object
-
- com.atlassian.sal.confluence.license.BaseLicenseDetailsImpl
-
- com.atlassian.sal.confluence.license.MultiProductLicenseDetailsImpl
-
- All Implemented Interfaces:
com.atlassian.sal.api.license.BaseLicenseDetails,com.atlassian.sal.api.license.MultiProductLicenseDetails
public class MultiProductLicenseDetailsImpl extends BaseLicenseDetailsImpl implements com.atlassian.sal.api.license.MultiProductLicenseDetails
This class is a wrapper on top ofConfluenceLicensewith some additions- Since:
- 5.9.1
- See Also:
BaseLicenseDetailsImpl,SingleProductDetailsViewImpl
-
-
Constructor Summary
Constructors Constructor Description MultiProductLicenseDetailsImpl(@NonNull com.atlassian.extras.api.confluence.ConfluenceLicense confluenceLicense)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NonNull Set<com.atlassian.sal.api.license.ProductLicense>getEmbeddedLicenses()@Nullable com.atlassian.sal.api.license.ProductLicensegetProductLicense(@NonNull String productKey)@NonNull Set<com.atlassian.sal.api.license.ProductLicense>getProductLicenses()-
Methods inherited from class com.atlassian.sal.confluence.license.BaseLicenseDetailsImpl
getConfluenceLicense, getDescription, getLicenseExpiryDate, getLicenseTypeName, getMaintenanceExpiryDate, getOrganisationName, getProperty, getServerId, getSupportEntitlementNumber, isDataCenter, isEnterpriseLicensingAgreement, isEvaluationLicense, isPerpetualLicense
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.atlassian.sal.api.license.BaseLicenseDetails
getDescription, getLicenseExpiryDate, getLicenseTypeName, getMaintenanceExpiryDate, getOrganisationName, getProperty, getServerId, getSupportEntitlementNumber, isDataCenter, isEnterpriseLicensingAgreement, isEvaluationLicense, isPerpetualLicense
-
-
-
-
Method Detail
-
getProductLicenses
public @NonNull Set<com.atlassian.sal.api.license.ProductLicense> getProductLicenses()
- Specified by:
getProductLicensesin interfacecom.atlassian.sal.api.license.MultiProductLicenseDetails
-
getEmbeddedLicenses
public @NonNull Set<com.atlassian.sal.api.license.ProductLicense> getEmbeddedLicenses()
- Specified by:
getEmbeddedLicensesin interfacecom.atlassian.sal.api.license.MultiProductLicenseDetails
-
getProductLicense
public @Nullable com.atlassian.sal.api.license.ProductLicense getProductLicense(@NonNull String productKey)
- Specified by:
getProductLicensein interfacecom.atlassian.sal.api.license.MultiProductLicenseDetails
-
-