Uses of Class
org.camunda.bpm.engine.impl.telemetry.dto.Internals
-
Packages that use Internals Package Description org.camunda.bpm.engine.impl.telemetry.dto org.camunda.bpm.engine.impl.telemetry.reporter -
-
Uses of Internals in org.camunda.bpm.engine.impl.telemetry.dto
Fields in org.camunda.bpm.engine.impl.telemetry.dto declared as Internals Modifier and Type Field Description protected Internals
Product. internals
Methods in org.camunda.bpm.engine.impl.telemetry.dto that return Internals Modifier and Type Method Description Internals
Product. getInternals()
Methods in org.camunda.bpm.engine.impl.telemetry.dto with parameters of type Internals Modifier and Type Method Description void
Internals. mergeDynamicData(Internals other)
void
Data. mergeInternals(Internals other)
void
Product. setInternals(Internals internals)
Constructors in org.camunda.bpm.engine.impl.telemetry.dto with parameters of type Internals Constructor Description Internals(Internals internals)
Product(String name, String version, String edition, Internals internals)
-
Uses of Internals in org.camunda.bpm.engine.impl.telemetry.reporter
Methods in org.camunda.bpm.engine.impl.telemetry.reporter that return Internals Modifier and Type Method Description protected Internals
TelemetrySendingTask. resolveDynamicData()
Methods in org.camunda.bpm.engine.impl.telemetry.reporter with parameters of type Internals Modifier and Type Method Description protected void
TelemetrySendingTask. restoreDynamicData(Internals internals)
-