public class IdmManagementServiceImpl extends org.flowable.common.engine.impl.service.CommonEngineServiceImpl<CoreIdmEngineConfiguration> implements org.flowable.idm.api.IdmManagementService
| Constructor and Description |
|---|
IdmManagementServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.flowable.common.engine.api.management.TablePageQuery |
createTablePageQuery() |
String |
databaseSchemaUpgrade(Connection connection,
String catalog,
String schema) |
<MapperType,ResultType> |
executeCustomSql(org.flowable.common.engine.impl.cmd.CustomSqlExecution<MapperType,ResultType> customSqlExecution) |
Map<String,String> |
getProperties() |
Map<String,Long> |
getTableCount() |
org.flowable.common.engine.api.management.TableMetaData |
getTableMetaData(String tableName) |
String |
getTableName(Class<?> entityClass) |
getCommandExecutor, setCommandExecutorpublic Map<String,Long> getTableCount()
getTableCount in interface org.flowable.idm.api.IdmManagementServicepublic String getTableName(Class<?> entityClass)
getTableName in interface org.flowable.idm.api.IdmManagementServicepublic org.flowable.common.engine.api.management.TableMetaData getTableMetaData(String tableName)
getTableMetaData in interface org.flowable.idm.api.IdmManagementServicepublic org.flowable.common.engine.api.management.TablePageQuery createTablePageQuery()
createTablePageQuery in interface org.flowable.idm.api.IdmManagementServicepublic Map<String,String> getProperties()
getProperties in interface org.flowable.idm.api.IdmManagementServicepublic String databaseSchemaUpgrade(Connection connection, String catalog, String schema)
databaseSchemaUpgrade in interface org.flowable.idm.api.IdmManagementServicepublic <MapperType,ResultType> ResultType executeCustomSql(org.flowable.common.engine.impl.cmd.CustomSqlExecution<MapperType,ResultType> customSqlExecution)
Copyright © 2019. All rights reserved.