Class LicenseSystemInfoContributor
java.lang.Object
com.flowable.platform.service.configuration.service.LicenseSystemInfoContributor
- All Implemented Interfaces:
FlowableSystemInfoContributor
- Author:
- Filip Hrisafov
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.flowable.core.service.service.FlowableSystemInfoContributor
FlowableSystemInfoContributor.ContributionBuilder -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final com.flowable.license.LicenseCheckServiceprotected final com.flowable.license.LicenseInstanceCountServiceprotected final com.flowable.license.LicenseLoginService -
Constructor Summary
ConstructorsConstructorDescriptionLicenseSystemInfoContributor(com.flowable.license.LicenseLoginService licenseLoginService, com.flowable.license.LicenseInstanceCountService licenseInstanceCountService, com.flowable.license.LicenseCheckService licenseCheckService) -
Method Summary
Modifier and TypeMethodDescriptionvoidlicenseInstanceCountDetails(Instant start, Instant end) licenseLoginDetails(Instant start, Instant end)
-
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
-
contribute
- Specified by:
contributein interfaceFlowableSystemInfoContributor
-
licenseLoginDetails
-
licenseInstanceCountDetails
-