public class ContentManagementServiceImpl extends ServiceImpl implements org.flowable.content.api.ContentManagementService
commandExecutor, engineConfig| Constructor and Description |
|---|
ContentManagementServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.flowable.common.engine.api.management.TablePageQuery |
createTablePageQuery() |
<MapperType,ResultType> |
executeCustomSql(org.flowable.common.engine.impl.cmd.CustomSqlExecution<MapperType,ResultType> customSqlExecution) |
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.content.api.ContentManagementServicepublic String getTableName(Class<?> entityClass)
getTableName in interface org.flowable.content.api.ContentManagementServicepublic org.flowable.common.engine.api.management.TableMetaData getTableMetaData(String tableName)
getTableMetaData in interface org.flowable.content.api.ContentManagementServicepublic org.flowable.common.engine.api.management.TablePageQuery createTablePageQuery()
createTablePageQuery in interface org.flowable.content.api.ContentManagementServicepublic <MapperType,ResultType> ResultType executeCustomSql(org.flowable.common.engine.impl.cmd.CustomSqlExecution<MapperType,ResultType> customSqlExecution)
Copyright © 2019. All rights reserved.