public class FormManagementServiceImpl extends CommonEngineServiceImpl<FormEngineConfiguration> implements FormManagementService
commandExecutorconfiguration| Constructor and Description |
|---|
FormManagementServiceImpl(FormEngineConfiguration engineConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
TablePageQuery |
createTablePageQuery()
Creates a
TablePageQuery that can be used to fetch TablePage containing specific sections of table row data. |
<MapperType,ResultType> |
executeCustomSql(CustomSqlExecution<MapperType,ResultType> customSqlExecution) |
Map<String,Long> |
getTableCount()
Get the mapping containing {table name, row count} entries of the Flowable database schema.
|
TableMetaData |
getTableMetaData(String tableName)
Gets the metadata (column names, column types, etc.) of a certain table.
|
String |
getTableName(Class<?> flowableEntityClass)
Gets the table name (including any configured prefix) for an Flowable entity like Task, Execution or the like.
|
getCommandExecutor, setCommandExecutorgetConfigurationpublic FormManagementServiceImpl(FormEngineConfiguration engineConfiguration)
public Map<String,Long> getTableCount()
FormManagementServicegetTableCount in interface FormManagementServicepublic String getTableName(Class<?> flowableEntityClass)
FormManagementServicegetTableName in interface FormManagementServicepublic TableMetaData getTableMetaData(String tableName)
FormManagementServicegetTableMetaData in interface FormManagementServicepublic TablePageQuery createTablePageQuery()
FormManagementServiceTablePageQuery that can be used to fetch TablePage containing specific sections of table row data.createTablePageQuery in interface FormManagementServicepublic <MapperType,ResultType> ResultType executeCustomSql(CustomSqlExecution<MapperType,ResultType> customSqlExecution)
Copyright © 2023 Flowable. All rights reserved.