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