public interface AppManagementService
| 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.
|
Map<String,Long> getTableCounts()
Collection<String> getTableNames()
Copyright © 2020 Flowable. All rights reserved.