public class AppManagementServiceImpl extends CommonEngineServiceImpl<AppEngineConfiguration> implements AppManagementService
commandExecutorconfiguration| Constructor and Description |
|---|
AppManagementServiceImpl(AppEngineConfiguration engineConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Long> |
getTableCounts()
Returns a map containing {tableName, rowCount} values.
|
Collection<String> |
getTableNames()
Returns all relational database tables of the engine.
|
getCommandExecutor, setCommandExecutorgetConfigurationpublic AppManagementServiceImpl(AppEngineConfiguration engineConfiguration)
public Map<String,Long> getTableCounts()
AppManagementServicegetTableCounts in interface AppManagementServicepublic Collection<String> getTableNames()
AppManagementServicegetTableNames in interface AppManagementServiceCopyright © 2023 Flowable. All rights reserved.