Package com.flowable.form.engine.impl
Class FormManagementServiceImpl
java.lang.Object
org.flowable.common.engine.impl.service.CommonServiceImpl<FormEngineConfiguration>
org.flowable.common.engine.impl.service.CommonEngineServiceImpl<FormEngineConfiguration>
com.flowable.form.engine.impl.FormManagementServiceImpl
- All Implemented Interfaces:
org.flowable.form.api.FormManagementService
public class FormManagementServiceImpl
extends org.flowable.common.engine.impl.service.CommonEngineServiceImpl<FormEngineConfiguration>
implements org.flowable.form.api.FormManagementService
- 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 -
Method Summary
Modifier and TypeMethodDescriptionorg.flowable.common.engine.api.tenant.ChangeTenantIdBuilder
createChangeTenantIdBuilder
(String fromTenantId, String toTenantId) org.flowable.common.engine.api.management.TablePageQuery
org.flowable.common.engine.api.management.TableMetaData
getTableMetaData
(String tableName) getTableName
(Class<?> flowableEntityClass) 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 Details
-
FormManagementServiceImpl
-
-
Method Details
-
getTableCount
- Specified by:
getTableCount
in interfaceorg.flowable.form.api.FormManagementService
-
getTableName
- Specified by:
getTableName
in interfaceorg.flowable.form.api.FormManagementService
-
getTableMetaData
- Specified by:
getTableMetaData
in interfaceorg.flowable.form.api.FormManagementService
-
createTablePageQuery
public org.flowable.common.engine.api.management.TablePageQuery createTablePageQuery()- Specified by:
createTablePageQuery
in interfaceorg.flowable.form.api.FormManagementService
-
createChangeTenantIdBuilder
public org.flowable.common.engine.api.tenant.ChangeTenantIdBuilder createChangeTenantIdBuilder(String fromTenantId, String toTenantId) - Specified by:
createChangeTenantIdBuilder
in interfaceorg.flowable.form.api.FormManagementService
-