Class ProductImpl
java.lang.Object
org.operaton.bpm.engine.impl.telemetry.dto.ProductImpl
- All Implemented Interfaces:
Product
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionProductImpl(String name, String version, String edition, InternalsImpl internals) ProductImpl(ProductImpl other) -
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).voidsetEdition(String edition) voidsetInternals(InternalsImpl internals) voidvoidsetVersion(String version)
-
Field Details
-
name
-
version
-
edition
-
internals
-
-
Constructor Details
-
ProductImpl
-
ProductImpl
-
-
Method Details
-
getName
Description copied from interface:ProductThe name of the product (i.e., Operaton BPM Runtime). -
setName
-
getVersion
Description copied from interface:ProductThe version of the process engine (i.e., 7.X.Y).- Specified by:
getVersionin interfaceProduct
-
setVersion
-
getEdition
Description copied from interface:ProductThe edition of the product (i.e., either community or enterprise).- Specified by:
getEditionin interfaceProduct
-
setEdition
-
getInternals
Description copied from interface:ProductInformation about the technical internals and the environment of the Operaton installation.- Specified by:
getInternalsin interfaceProduct
-
setInternals
-