Uses of Class
org.camunda.bpm.engine.impl.telemetry.dto.LicenseKeyData
-
Packages that use LicenseKeyData Package Description org.camunda.bpm.engine.impl.telemetry org.camunda.bpm.engine.impl.telemetry.dto org.camunda.bpm.engine.impl.util org.camunda.bpm.engine.rest.util -
-
Uses of LicenseKeyData in org.camunda.bpm.engine.impl.telemetry
Fields in org.camunda.bpm.engine.impl.telemetry declared as LicenseKeyData Modifier and Type Field Description protected LicenseKeyData
TelemetryRegistry. licenseKey
Methods in org.camunda.bpm.engine.impl.telemetry that return LicenseKeyData Modifier and Type Method Description LicenseKeyData
TelemetryRegistry. getLicenseKey()
Methods in org.camunda.bpm.engine.impl.telemetry with parameters of type LicenseKeyData Modifier and Type Method Description void
TelemetryRegistry. setLicenseKey(LicenseKeyData licenseKey)
-
Uses of LicenseKeyData in org.camunda.bpm.engine.impl.telemetry.dto
Fields in org.camunda.bpm.engine.impl.telemetry.dto declared as LicenseKeyData Modifier and Type Field Description protected LicenseKeyData
Internals. licenseKey
Methods in org.camunda.bpm.engine.impl.telemetry.dto that return LicenseKeyData Modifier and Type Method Description LicenseKeyData
Internals. getLicenseKey()
Methods in org.camunda.bpm.engine.impl.telemetry.dto with parameters of type LicenseKeyData Modifier and Type Method Description void
Internals. setLicenseKey(LicenseKeyData licenseKey)
Constructors in org.camunda.bpm.engine.impl.telemetry.dto with parameters of type LicenseKeyData Constructor Description Internals(Database database, ApplicationServer server, LicenseKeyData licenseKey, Jdk jdk)
-
Uses of LicenseKeyData in org.camunda.bpm.engine.impl.util
Methods in org.camunda.bpm.engine.impl.util that return LicenseKeyData Modifier and Type Method Description static LicenseKeyData
LicenseKeyUtil. getLicenseKeyData(String licenseKey)
-
Uses of LicenseKeyData in org.camunda.bpm.engine.rest.util
Methods in org.camunda.bpm.engine.rest.util with parameters of type LicenseKeyData Modifier and Type Method Description static void
WebApplicationUtil. setLicenseKey(LicenseKeyData licenseKeyData)
-