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
commandExecutorFields inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl
configuration -
Constructor Summary
ConstructorsConstructorDescriptionContentManagementServiceImpl(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, setCommandExecutorMethods inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl
getConfiguration
-
Constructor Details
-
ContentManagementServiceImpl
-
-
Method Details
-
getTableCount
- Specified by:
getTableCountin interfaceContentManagementService
-
getTableName
- Specified by:
getTableNamein interfaceContentManagementService
-
getTableMetaData
- Specified by:
getTableMetaDatain interfaceContentManagementService
-
createTablePageQuery
- Specified by:
createTablePageQueryin interfaceContentManagementService
-
createChangeTenantIdBuilder
- Specified by:
createChangeTenantIdBuilderin interfaceContentManagementService
-