Uses of Interface
org.camunda.bpm.engine.telemetry.LicenseKeyData
-
Packages that use LicenseKeyData Package Description org.camunda.bpm.engine.impl.telemetry.dto org.camunda.bpm.engine.rest.dto.telemetry org.camunda.bpm.engine.telemetry -
-
Uses of LicenseKeyData in org.camunda.bpm.engine.impl.telemetry.dto
Classes in org.camunda.bpm.engine.impl.telemetry.dto that implement LicenseKeyData Modifier and Type Class Description classLicenseKeyDataImpl -
Uses of LicenseKeyData in org.camunda.bpm.engine.rest.dto.telemetry
Methods in org.camunda.bpm.engine.rest.dto.telemetry with parameters of type LicenseKeyData Modifier and Type Method Description static LicenseKeyDataDtoLicenseKeyDataDto. fromEngineDto(LicenseKeyData other) -
Uses of LicenseKeyData in org.camunda.bpm.engine.telemetry
Methods in org.camunda.bpm.engine.telemetry that return LicenseKeyData Modifier and Type Method Description LicenseKeyDataInternals. getLicenseKey()Information about the Camunda license key issued for enterprise editions of Camunda Platform.
-