Package com.flowable.content.engine.impl
Class ContentManagementServiceImpl
java.lang.Object
org.flowable.common.engine.impl.service.CommonServiceImpl<C>
org.flowable.common.engine.impl.service.CommonEngineServiceImpl<ContentEngineConfiguration>
com.flowable.content.engine.impl.ContentManagementServiceImpl
- All Implemented Interfaces:
ContentManagementService
public class ContentManagementServiceImpl
extends CommonEngineServiceImpl<ContentEngineConfiguration>
implements ContentManagementService
- 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
ConstructorDescriptionContentManagementServiceImpl
(ContentEngineConfiguration engineConfiguration) -
Method Summary
Modifier and TypeMethodDescriptioncreateChangeTenantIdBuilder
(String fromTenantId, String toTenantId) getTableMetaData
(String tableName) getTableName
(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 Details
-
ContentManagementServiceImpl
-
-
Method Details
-
getTableCount
- Specified by:
getTableCount
in interfaceContentManagementService
-
getTableName
- Specified by:
getTableName
in interfaceContentManagementService
-
getTableMetaData
- Specified by:
getTableMetaData
in interfaceContentManagementService
-
createTablePageQuery
- Specified by:
createTablePageQuery
in interfaceContentManagementService
-
createChangeTenantIdBuilder
- Specified by:
createChangeTenantIdBuilder
in interfaceContentManagementService
-