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