Uses of Class
org.camunda.bpm.engine.impl.telemetry.dto.LicenseKeyDataImpl
-
Packages that use LicenseKeyDataImpl Package Description org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users.org.camunda.bpm.engine.impl.telemetry org.camunda.bpm.engine.impl.telemetry.dto org.camunda.bpm.engine.rest.util -
-
Uses of LicenseKeyDataImpl in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl that return LicenseKeyDataImpl Modifier and Type Method Description LicenseKeyDataImpl
ManagementServiceImpl. getLicenseKeyFromTelemetry()
Methods in org.camunda.bpm.engine.impl with parameters of type LicenseKeyDataImpl Modifier and Type Method Description void
ManagementServiceImpl. setLicenseKeyForTelemetry(LicenseKeyDataImpl licenseKeyData)
Sets license key information to the telemetry data of the engine. -
Uses of LicenseKeyDataImpl in org.camunda.bpm.engine.impl.telemetry
Fields in org.camunda.bpm.engine.impl.telemetry declared as LicenseKeyDataImpl Modifier and Type Field Description protected LicenseKeyDataImpl
TelemetryRegistry. licenseKey
Methods in org.camunda.bpm.engine.impl.telemetry that return LicenseKeyDataImpl Modifier and Type Method Description LicenseKeyDataImpl
TelemetryRegistry. getLicenseKey()
Methods in org.camunda.bpm.engine.impl.telemetry with parameters of type LicenseKeyDataImpl Modifier and Type Method Description void
TelemetryRegistry. 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 LicenseKeyDataImpl Modifier and Type Field Description protected LicenseKeyDataImpl
InternalsImpl. licenseKey
Methods in org.camunda.bpm.engine.impl.telemetry.dto that return LicenseKeyDataImpl Modifier and Type Method Description static LicenseKeyDataImpl
LicenseKeyDataImpl. fromRawString(String rawLicense)
LicenseKeyDataImpl
InternalsImpl. getLicenseKey()
Methods in org.camunda.bpm.engine.impl.telemetry.dto with parameters of type LicenseKeyDataImpl Modifier and Type Method Description void
InternalsImpl. setLicenseKey(LicenseKeyDataImpl licenseKey)
Constructors in org.camunda.bpm.engine.impl.telemetry.dto with parameters of type LicenseKeyDataImpl Constructor Description InternalsImpl(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 LicenseKeyDataImpl Modifier and Type Method Description static void
WebApplicationUtil. setLicenseKey(LicenseKeyDataImpl licenseKeyData)
-