public class FlowableLiquibaseLicenseService extends Object implements liquibase.license.LicenseService
LicenseService that always returns false for the license check.
This is there to support only using the Community Features of the Liquibase license in the scope of the Flowable Liquibase usage.| Constructor and Description |
|---|
FlowableLiquibaseLicenseService() |
| Modifier and Type | Method and Description |
|---|---|
int |
daysTilExpiration() |
void |
disable() |
String |
getLicenseInfo() |
int |
getPriority() |
liquibase.license.LicenseInstallResult |
installLicense(liquibase.license.Location... locations) |
boolean |
licenseIsAboutToExpire() |
boolean |
licenseIsInstalled() |
boolean |
licenseIsValid(String subject) |
public int getPriority()
getPriority in interface liquibase.license.LicenseServicepublic boolean licenseIsInstalled()
licenseIsInstalled in interface liquibase.license.LicenseServicepublic boolean licenseIsValid(String subject)
licenseIsValid in interface liquibase.license.LicenseServicepublic String getLicenseInfo()
getLicenseInfo in interface liquibase.license.LicenseServicepublic liquibase.license.LicenseInstallResult installLicense(liquibase.license.Location... locations)
installLicense in interface liquibase.license.LicenseServicepublic void disable()
disable in interface liquibase.license.LicenseServicepublic boolean licenseIsAboutToExpire()
licenseIsAboutToExpire in interface liquibase.license.LicenseServicepublic int daysTilExpiration()
daysTilExpiration in interface liquibase.license.LicenseServiceCopyright © 2021 Flowable. All rights reserved.