Package org.flowable.app.api
Interface AppManagementService
-
public interface AppManagementService- Author:
- Tijs Rademakers
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,Long>getTableCounts()Returns a map containing {tableName, rowCount} values.Collection<String>getTableNames()Returns all relational database tables of the engine.
-
-
-
Method Detail
-
getTableCounts
Map<String,Long> getTableCounts()
Returns a map containing {tableName, rowCount} values.
-
getTableNames
Collection<String> getTableNames()
Returns all relational database tables of the engine.
-
-