Uses of Class
org.camunda.bpm.engine.impl.telemetry.dto.DatabaseImpl
-
Packages that use DatabaseImpl Package Description org.camunda.bpm.engine.impl.telemetry.dto -
-
Uses of DatabaseImpl in org.camunda.bpm.engine.impl.telemetry.dto
Fields in org.camunda.bpm.engine.impl.telemetry.dto declared as DatabaseImpl Modifier and Type Field Description protected DatabaseImplInternalsImpl. databaseMethods in org.camunda.bpm.engine.impl.telemetry.dto that return DatabaseImpl Modifier and Type Method Description DatabaseImplInternalsImpl. getDatabase()Methods in org.camunda.bpm.engine.impl.telemetry.dto with parameters of type DatabaseImpl Modifier and Type Method Description voidInternalsImpl. setDatabase(DatabaseImpl database)Constructors in org.camunda.bpm.engine.impl.telemetry.dto with parameters of type DatabaseImpl Constructor Description InternalsImpl(DatabaseImpl database, ApplicationServerImpl server, LicenseKeyDataImpl licenseKey, JdkImpl jdk)
-