public class OfflineLicenseClientApi extends Object implements LicenseClientAPI
| Constructor and Description |
|---|
OfflineLicenseClientApi() |
| Modifier and Type | Method and Description |
|---|---|
com.licensespring.LicenseData |
activateLicence(com.licensespring.dto.ActivationRequest request)
Throws exception when invoked.
|
void |
addConsumption(com.licensespring.dto.ConsumptionRequest request)
Throws exception when invoked.
|
void |
addFeatureConsumption(com.licensespring.dto.FeatureConsumptionRequest request)
Throws exception when invoked.
|
com.licensespring.dto.CheckResponse |
checkLicense(com.licensespring.dto.ActivationRequest request)
Throws exception when invoked.
|
String |
deactivateLicence(com.licensespring.dto.LicenseRequest request)
Throws exception when invoked.
|
com.licensespring.model.InstallationFile |
installationFile(com.licensespring.dto.LicenseRequest request)
Throws exception when invoked.
|
com.licensespring.model.Product |
productDetails(String product)
Throws exception when invoked.
|
void |
trackVariables(com.licensespring.dto.VariableRequest request)
Throws exception when invoked.
|
com.licensespring.dto.UnactivatedTrialLicense |
trialKey(com.licensespring.dto.TrialLicenseRequest request)
Throws exception when invoked.
|
List<com.licensespring.model.Version> |
versions(com.licensespring.dto.LicenseRequest request)
Throws exception when invoked.
|
public com.licensespring.LicenseData activateLicence(com.licensespring.dto.ActivationRequest request)
activateLicence in interface LicenseClientAPIrequest - - DTO for transferring required data.public String deactivateLicence(com.licensespring.dto.LicenseRequest request)
deactivateLicence in interface LicenseClientAPIrequest - - DTO for transferring required data.public com.licensespring.dto.CheckResponse checkLicense(com.licensespring.dto.ActivationRequest request)
checkLicense in interface LicenseClientAPIrequest - - DTO for transferring required data.public List<com.licensespring.model.Version> versions(com.licensespring.dto.LicenseRequest request)
versions in interface LicenseClientAPIrequest - - DTO for transferring required data.public com.licensespring.model.InstallationFile installationFile(com.licensespring.dto.LicenseRequest request)
installationFile in interface LicenseClientAPIrequest - - DTO for transferring required data.public void trackVariables(com.licensespring.dto.VariableRequest request)
trackVariables in interface LicenseClientAPIrequest - - DTO for transferring required data.public void addConsumption(com.licensespring.dto.ConsumptionRequest request)
addConsumption in interface LicenseClientAPIrequest - - DTO for transferring required data.public void addFeatureConsumption(com.licensespring.dto.FeatureConsumptionRequest request)
addFeatureConsumption in interface LicenseClientAPIrequest - - DTO for transferring required data.public com.licensespring.dto.UnactivatedTrialLicense trialKey(com.licensespring.dto.TrialLicenseRequest request)
trialKey in interface LicenseClientAPIrequest - DTO providing required infopublic com.licensespring.model.Product productDetails(String product)
productDetails in interface LicenseClientAPIproduct - Product nameCopyright © 2021 Cense Data Inc.. All rights reserved.