Package org.flowable.dmn.engine.impl
Class DmnManagementServiceImpl
- java.lang.Object
-
- org.flowable.common.engine.impl.service.CommonServiceImpl<C>
-
- 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
commandExecutor
-
Fields inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl
configuration
-
-
Constructor Summary
Constructors Constructor Description DmnManagementServiceImpl(DmnEngineConfiguration dmnEngineConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeTenantIdBuildercreateChangeTenantIdBuilder(String fromTenantId, String toTenantId)TablePageQuerycreateTablePageQuery()<MapperType,ResultType>
ResultTypeexecuteCustomSql(CustomSqlExecution<MapperType,ResultType> customSqlExecution)Map<String,Long>getTableCount()TableMetaDatagetTableMetaData(String tableName)StringgetTableName(Class<?> entityClass)-
Methods inherited from class org.flowable.common.engine.impl.service.CommonEngineServiceImpl
getCommandExecutor, setCommandExecutor
-
Methods inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl
getConfiguration
-
-
-
-
Constructor Detail
-
DmnManagementServiceImpl
public DmnManagementServiceImpl(DmnEngineConfiguration dmnEngineConfiguration)
-
-
Method Detail
-
getTableCount
public Map<String,Long> getTableCount()
- Specified by:
getTableCountin interfaceDmnManagementService
-
getTableName
public String getTableName(Class<?> entityClass)
- Specified by:
getTableNamein interfaceDmnManagementService
-
getTableMetaData
public TableMetaData getTableMetaData(String tableName)
- Specified by:
getTableMetaDatain interfaceDmnManagementService
-
createTablePageQuery
public TablePageQuery createTablePageQuery()
- Specified by:
createTablePageQueryin interfaceDmnManagementService
-
executeCustomSql
public <MapperType,ResultType> ResultType executeCustomSql(CustomSqlExecution<MapperType,ResultType> customSqlExecution)
-
createChangeTenantIdBuilder
public ChangeTenantIdBuilder createChangeTenantIdBuilder(String fromTenantId, String toTenantId)
- Specified by:
createChangeTenantIdBuilderin interfaceDmnManagementService
-
-