Package org.flowable.idm.engine.impl
Class IdmManagementServiceImpl
java.lang.Object
org.flowable.common.engine.impl.service.CommonServiceImpl<IdmEngineConfiguration>
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 TypeMethodDescriptiondatabaseSchemaUpgrade(Connection connection, String catalog, String schema) <MapperType,ResultType>
ResultTypeexecuteCustomSql(CustomSqlExecution<MapperType, ResultType> customSqlExecution) getTableMetaData(String tableName) getTableName(Class<?> entityClass) 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
- Specified by:
getTableCountin interfaceIdmManagementService
-
getTableName
- Specified by:
getTableNamein interfaceIdmManagementService
-
getTableMetaData
- Specified by:
getTableMetaDatain interfaceIdmManagementService
-
createTablePageQuery
- Specified by:
createTablePageQueryin interfaceIdmManagementService
-
getProperties
- Specified by:
getPropertiesin interfaceIdmManagementService
-
databaseSchemaUpgrade
- Specified by:
databaseSchemaUpgradein interfaceIdmManagementService
-
executeCustomSql
public <MapperType,ResultType> ResultType executeCustomSql(CustomSqlExecution<MapperType, ResultType> customSqlExecution)
-