Uses of Class
org.camunda.bpm.engine.impl.telemetry.dto.LicenseKeyDataImpl
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of LicenseKeyDataImpl in org.camunda.bpm.engine.impl
Modifier and TypeMethodDescriptionvoid
ManagementServiceImpl.setLicenseKeyForDiagnostics
(LicenseKeyDataImpl licenseKeyData) Sets license key information to the telemetry data of the engine. -
Uses of LicenseKeyDataImpl in org.camunda.bpm.engine.impl.diagnostics
Modifier and TypeMethodDescriptionvoid
DiagnosticsRegistry.setLicenseKey
(LicenseKeyDataImpl licenseKey) -
Uses of LicenseKeyDataImpl in org.camunda.bpm.engine.impl.telemetry.dto
Modifier and TypeMethodDescriptionstatic LicenseKeyDataImpl
LicenseKeyDataImpl.fromRawString
(String rawLicense) InternalsImpl.getLicenseKey()
Modifier and TypeMethodDescriptionvoid
InternalsImpl.setLicenseKey
(LicenseKeyDataImpl licenseKey) ModifierConstructorDescriptionInternalsImpl
(DatabaseImpl database, ApplicationServerImpl server, LicenseKeyDataImpl licenseKey, JdkImpl jdk) -
Uses of LicenseKeyDataImpl in org.camunda.bpm.engine.rest.util
Modifier and TypeMethodDescriptionstatic void
WebApplicationUtil.setLicenseKey
(LicenseKeyDataImpl licenseKeyData)