public interface ContentManagementService
| Modifier and Type | Method and Description |
|---|---|
ChangeTenantIdBuilder |
createChangeTenantIdBuilder(String fromTenantId,
String toTenantId)
Create a
ChangeTenantIdBuilder that can be used to change the tenant id of the content instances. |
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.ChangeTenantIdBuilder createChangeTenantIdBuilder(String fromTenantId, String toTenantId)
ChangeTenantIdBuilder that can be used to change the tenant id of the content instances.
You must provide the source tenant id and the destination tenant id.
Copyright © 2022 Flowable. All rights reserved.