Class LicenseSystemInfoContributor

java.lang.Object
com.flowable.platform.service.configuration.service.LicenseSystemInfoContributor
All Implemented Interfaces:
FlowableSystemInfoContributor

public class LicenseSystemInfoContributor extends Object implements FlowableSystemInfoContributor
Author:
Filip Hrisafov
  • Field Details

    • licenseLoginService

      protected final com.flowable.license.LicenseLoginService licenseLoginService
    • licenseInstanceCountService

      protected final com.flowable.license.LicenseInstanceCountService licenseInstanceCountService
    • licenseCheckService

      protected final com.flowable.license.LicenseCheckService licenseCheckService
  • Constructor Details

    • LicenseSystemInfoContributor

      public LicenseSystemInfoContributor(com.flowable.license.LicenseLoginService licenseLoginService, com.flowable.license.LicenseInstanceCountService licenseInstanceCountService, com.flowable.license.LicenseCheckService licenseCheckService)
  • Method Details