public class BaseLicenseDetailsImpl extends Object implements com.atlassian.sal.api.license.BaseLicenseDetails
ConfluenceLicense
which implements BaseLicenseDetails
BaseLicenseDetails
Constructor and Description |
---|
BaseLicenseDetailsImpl(com.atlassian.extras.api.confluence.ConfluenceLicense confluenceLicense) |
Modifier and Type | Method and Description |
---|---|
protected com.atlassian.extras.api.confluence.ConfluenceLicense |
getConfluenceLicense() |
String |
getDescription() |
Date |
getLicenseExpiryDate() |
String |
getLicenseTypeName() |
Date |
getMaintenanceExpiryDate() |
String |
getOrganisationName() |
String |
getProperty(String key) |
String |
getServerId() |
String |
getSupportEntitlementNumber() |
boolean |
isDataCenter() |
boolean |
isEnterpriseLicensingAgreement() |
boolean |
isEvaluationLicense() |
boolean |
isPerpetualLicense() |
public BaseLicenseDetailsImpl(@Nonnull com.atlassian.extras.api.confluence.ConfluenceLicense confluenceLicense)
protected com.atlassian.extras.api.confluence.ConfluenceLicense getConfluenceLicense()
public boolean isEvaluationLicense()
isEvaluationLicense
in interface com.atlassian.sal.api.license.BaseLicenseDetails
@Nonnull public String getLicenseTypeName()
getLicenseTypeName
in interface com.atlassian.sal.api.license.BaseLicenseDetails
public String getOrganisationName()
getOrganisationName
in interface com.atlassian.sal.api.license.BaseLicenseDetails
@Nullable public String getSupportEntitlementNumber()
getSupportEntitlementNumber
in interface com.atlassian.sal.api.license.BaseLicenseDetails
public String getDescription()
getDescription
in interface com.atlassian.sal.api.license.BaseLicenseDetails
public String getServerId()
getServerId
in interface com.atlassian.sal.api.license.BaseLicenseDetails
public boolean isPerpetualLicense()
isPerpetualLicense
in interface com.atlassian.sal.api.license.BaseLicenseDetails
@Nullable public Date getLicenseExpiryDate()
getLicenseExpiryDate
in interface com.atlassian.sal.api.license.BaseLicenseDetails
@Nullable public Date getMaintenanceExpiryDate()
getMaintenanceExpiryDate
in interface com.atlassian.sal.api.license.BaseLicenseDetails
public boolean isDataCenter()
isDataCenter
in interface com.atlassian.sal.api.license.BaseLicenseDetails
public boolean isEnterpriseLicensingAgreement()
isEnterpriseLicensingAgreement
in interface com.atlassian.sal.api.license.BaseLicenseDetails
Copyright © 2003–2016 Atlassian. All rights reserved.