Package org.flowable.dmn.engine.impl
Class DmnManagementServiceImpl
java.lang.Object
org.flowable.common.engine.impl.service.CommonServiceImpl<DmnEngineConfiguration>
org.flowable.common.engine.impl.service.CommonEngineServiceImpl<DmnEngineConfiguration>
org.flowable.dmn.engine.impl.DmnManagementServiceImpl
- All Implemented Interfaces:
DmnManagementService
public class DmnManagementServiceImpl
extends CommonEngineServiceImpl<DmnEngineConfiguration>
implements DmnManagementService
- 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 TypeMethodDescriptioncreateChangeTenantIdBuilder(String fromTenantId, String toTenantId) <MapperType,ResultType>
ResultTypeexecuteCustomSql(CustomSqlExecution<MapperType, ResultType> customSqlExecution) getLockManager(String lockName) 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
-
DmnManagementServiceImpl
-
-
Method Details
-
getTableCount
- Specified by:
getTableCountin interfaceDmnManagementService
-
getTableName
- Specified by:
getTableNamein interfaceDmnManagementService
-
getTableMetaData
- Specified by:
getTableMetaDatain interfaceDmnManagementService
-
createTablePageQuery
- Specified by:
createTablePageQueryin interfaceDmnManagementService
-
executeCustomSql
public <MapperType,ResultType> ResultType executeCustomSql(CustomSqlExecution<MapperType, ResultType> customSqlExecution) -
createChangeTenantIdBuilder
- Specified by:
createChangeTenantIdBuilderin interfaceDmnManagementService
-
getLockManager
- Specified by:
getLockManagerin interfaceDmnManagementService
-