Package org.flowable.idm.engine.impl
Class IdmManagementServiceImpl
java.lang.Object
org.flowable.common.engine.impl.service.CommonServiceImpl<C>
org.flowable.common.engine.impl.service.CommonEngineServiceImpl<IdmEngineConfiguration>
org.flowable.idm.engine.impl.IdmManagementServiceImpl
- All Implemented Interfaces:
IdmManagementService
public class IdmManagementServiceImpl
extends CommonEngineServiceImpl<IdmEngineConfiguration>
implements IdmManagementService
- Author:
- Tijs Rademakers
-
Field Summary
Fields inherited from class org.flowable.common.engine.impl.service.CommonEngineServiceImpl
commandExecutorFields inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl
configuration -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates aTablePageQuerythat can be used to fetchTablePagecontaining specific sections of table row data.databaseSchemaUpgrade(Connection connection, String catalog, String schema) programmatic schema update on a given connection returning feedback about what happened<MapperType,ResultType>
ResultTypeexecuteCustomSql(CustomSqlExecution<MapperType, ResultType> customSqlExecution) get the list of properties.Get the mapping containing {table name, row count} entries of the database schema.getTableMetaData(String tableName) Gets the metadata (column names, column types, etc.) of a certain table.getTableName(Class<?> entityClass) Gets the table name (including any configured prefix) for an entity.Methods inherited from class org.flowable.common.engine.impl.service.CommonEngineServiceImpl
getCommandExecutor, setCommandExecutorMethods inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl
getConfiguration
-
Constructor Details
-
IdmManagementServiceImpl
-
-
Method Details
-
getTableCount
Description copied from interface:IdmManagementServiceGet the mapping containing {table name, row count} entries of the database schema.- Specified by:
getTableCountin interfaceIdmManagementService
-
getTableName
Description copied from interface:IdmManagementServiceGets the table name (including any configured prefix) for an entity.- Specified by:
getTableNamein interfaceIdmManagementService
-
getTableMetaData
Description copied from interface:IdmManagementServiceGets the metadata (column names, column types, etc.) of a certain table. Returns null when no table exists with the given name.- Specified by:
getTableMetaDatain interfaceIdmManagementService
-
createTablePageQuery
Description copied from interface:IdmManagementServiceCreates aTablePageQuerythat can be used to fetchTablePagecontaining specific sections of table row data.- Specified by:
createTablePageQueryin interfaceIdmManagementService
-
getProperties
Description copied from interface:IdmManagementServiceget the list of properties.- Specified by:
getPropertiesin interfaceIdmManagementService
-
databaseSchemaUpgrade
Description copied from interface:IdmManagementServiceprogrammatic schema update on a given connection returning feedback about what happened- Specified by:
databaseSchemaUpgradein interfaceIdmManagementService
-
executeCustomSql
public <MapperType,ResultType> ResultType executeCustomSql(CustomSqlExecution<MapperType, ResultType> customSqlExecution)
-