public interface DmnManagementService
| 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 Historic Decision 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 database schema.
|
TableMetaData |
getTableMetaData(String tableName)
Gets the metadata (column names, column types, etc.) of a certain table.
|
String |
getTableName(Class<?> idmEntityClass)
Gets the table name (including any configured prefix) for an entity.
|
Map<String,Long> getTableCount()
String getTableName(Class<?> idmEntityClass)
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 Historic Decision instances.
You must provide the source tenant id and the destination tenant id.
Copyright © 2021 Flowable. All rights reserved.