Class TelemetryDataImpl
java.lang.Object
org.operaton.bpm.engine.impl.telemetry.dto.TelemetryDataImpl
- All Implemented Interfaces:
TelemetryData
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThis method returns a String which is unique for each installation of Operaton.Returns a data object that stores information about the used Operaton product.voidmergeInternals(InternalsImpl other) voidsetInstallation(String installation) voidsetProduct(ProductImpl product) toString()
-
Field Details
-
installation
-
product
-
-
Constructor Details
-
TelemetryDataImpl
-
TelemetryDataImpl
-
-
Method Details
-
getInstallation
Description copied from interface:TelemetryDataThis method returns a String which is unique for each installation of Operaton. It is stored once per database so all engines connected to the same database will have the same installation ID. The ID is used to identify a single installation of Operaton.- Specified by:
getInstallationin interfaceTelemetryData
-
setInstallation
-
getProduct
Description copied from interface:TelemetryDataReturns a data object that stores information about the used Operaton product.- Specified by:
getProductin interfaceTelemetryData
-
setProduct
-
mergeInternals
-
toString
-