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 DatabaseImpl
InternalsImpl. database
Methods in org.camunda.bpm.engine.impl.telemetry.dto that return DatabaseImpl Modifier and Type Method Description DatabaseImpl
InternalsImpl. getDatabase()
Methods in org.camunda.bpm.engine.impl.telemetry.dto with parameters of type DatabaseImpl Modifier and Type Method Description void
InternalsImpl. 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)
-