Uses of Class
org.camunda.bpm.engine.impl.telemetry.dto.LicenseKeyDataImpl
Packages that use LicenseKeyDataImpl
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of LicenseKeyDataImpl in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl that return LicenseKeyDataImplMethods in org.camunda.bpm.engine.impl with parameters of type LicenseKeyDataImplModifier 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
Fields in org.camunda.bpm.engine.impl.diagnostics declared as LicenseKeyDataImplMethods in org.camunda.bpm.engine.impl.diagnostics that return LicenseKeyDataImplMethods in org.camunda.bpm.engine.impl.diagnostics with parameters of type LicenseKeyDataImplModifier and TypeMethodDescriptionvoid
DiagnosticsRegistry.setLicenseKey
(LicenseKeyDataImpl licenseKey) -
Uses of LicenseKeyDataImpl in org.camunda.bpm.engine.impl.telemetry.dto
Fields in org.camunda.bpm.engine.impl.telemetry.dto declared as LicenseKeyDataImplMethods in org.camunda.bpm.engine.impl.telemetry.dto that return LicenseKeyDataImplModifier and TypeMethodDescriptionstatic LicenseKeyDataImpl
LicenseKeyDataImpl.fromRawString
(String rawLicense) InternalsImpl.getLicenseKey()
Methods in org.camunda.bpm.engine.impl.telemetry.dto with parameters of type LicenseKeyDataImplModifier and TypeMethodDescriptionvoid
InternalsImpl.setLicenseKey
(LicenseKeyDataImpl licenseKey) Constructors in org.camunda.bpm.engine.impl.telemetry.dto with parameters of type LicenseKeyDataImplModifierConstructorDescriptionInternalsImpl
(DatabaseImpl database, ApplicationServerImpl server, LicenseKeyDataImpl licenseKey, JdkImpl jdk) -
Uses of LicenseKeyDataImpl in org.camunda.bpm.engine.rest.util
Methods in org.camunda.bpm.engine.rest.util with parameters of type LicenseKeyDataImplModifier and TypeMethodDescriptionstatic void
WebApplicationUtil.setLicenseKey
(LicenseKeyDataImpl licenseKeyData)