public interface IdmManagementService
| 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. |
String |
databaseSchemaUpgrade(Connection connection,
String catalog,
String schema)
programmatic schema update on a given connection returning feedback about what happened
|
Map<String,String> |
getProperties()
get the list of properties.
|
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.String databaseSchemaUpgrade(Connection connection, String catalog, String schema)
Copyright © 2018 Flowable. All rights reserved.