| Package | Description |
|---|---|
| org.appng.appngizer.controller | |
| org.appng.appngizer.model |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<Database> |
DatabaseController.getDatabaseConnection(String name,
Integer id) |
org.springframework.http.ResponseEntity<Database> |
DatabaseController.getDatabaseConnectionForApplication(String site,
String app) |
org.springframework.http.ResponseEntity<Database> |
DatabaseController.info() |
protected org.springframework.http.ResponseEntity<Database> |
DatabaseController.info(DatabaseConnection platformConnection) |
org.springframework.http.ResponseEntity<Database> |
DatabaseController.initialize(boolean isManaged) |
org.springframework.http.ResponseEntity<Database> |
DatabaseController.updateDatabaseConnection(String name,
Integer id,
Database database) |
org.springframework.http.ResponseEntity<Database> |
DatabaseController.updateDatabaseConnectionforApplication(String site,
String app,
Database database) |
org.springframework.http.ResponseEntity<Database> |
DatabaseController.updateRootConnection(Database database) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DatabaseController.addApplicationLink(String site,
DatabaseConnection dbc,
Database fromDomain) |
| Modifier and Type | Method and Description |
|---|---|
static Database |
Database.fromDomain(DatabaseConnection dbc,
org.flywaydb.core.api.MigrationInfoService status,
String salt) |
static Database |
Database.fromDomain(DatabaseConnection dbc,
org.flywaydb.core.api.MigrationInfoService status,
String salt,
boolean withManagedState) |
Copyright © 2011–2023 aiticon GmbH. All rights reserved.