Uses of Interface
org.camunda.bpm.engine.telemetry.Product
-
Packages that use Product Package Description org.camunda.bpm.engine.impl.telemetry.dto org.camunda.bpm.engine.rest.dto.telemetry org.camunda.bpm.engine.telemetry -
-
Uses of Product in org.camunda.bpm.engine.impl.telemetry.dto
Classes in org.camunda.bpm.engine.impl.telemetry.dto that implement Product Modifier and Type Class Description classProductImpl -
Uses of Product in org.camunda.bpm.engine.rest.dto.telemetry
Methods in org.camunda.bpm.engine.rest.dto.telemetry with parameters of type Product Modifier and Type Method Description static ProductDtoProductDto. fromEngineDto(Product other) -
Uses of Product in org.camunda.bpm.engine.telemetry
Methods in org.camunda.bpm.engine.telemetry that return Product Modifier and Type Method Description ProductTelemetryData. getProduct()Returns a data object that stores information about the used Camunda product.
-