Interface Product
- All Known Implementing Classes:
ProductImpl
public interface Product
This class represents the data structure of information about the Operaton
product.
This information is sent to Operaton when telemetry is enabled.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionThe edition of the product (i.e., either community or enterprise).Information about the technical internals and the environment of the Operaton installation.getName()The name of the product (i.e., Operaton BPM Runtime).The version of the process engine (i.e., 7.X.Y).
-
Method Details
-
getName
String getName()The name of the product (i.e., Operaton BPM Runtime). -
getVersion
String getVersion()The version of the process engine (i.e., 7.X.Y). -
getEdition
String getEdition()The edition of the product (i.e., either community or enterprise). -
getInternals
Internals getInternals()Information about the technical internals and the environment of the Operaton installation.
-