public interface ContentManagementService
| Modifier and Type | Method and Description |
|---|---|
TablePageQuery |
createTablePageQuery()
Creates a
TablePageQuery that can be used to fetch TablePage containing specific sections of table row data. |
Map<String,Long> |
getTableCount()
Get the mapping containing {table name, row count} entries of the Flowable database schema.
|
TableMetaData |
getTableMetaData(String tableName)
Gets the metadata (column names, column types, etc.) of a certain table.
|
String |
getTableName(Class<?> flowableEntityClass)
Gets the table name (including any configured prefix) for an Flowable entity like ContentItem or the like.
|
Map<String,Long> getTableCount()
String getTableName(Class<?> flowableEntityClass)
TableMetaData getTableMetaData(String tableName)
TablePageQuery createTablePageQuery()
TablePageQuery that can be used to fetch TablePage containing specific sections of table row data.Copyright © 2019 Flowable. All rights reserved.