Package com.flowable.content.engine.impl
Class ContentManagementServiceImpl
java.lang.Object
org.flowable.common.engine.impl.service.CommonServiceImpl<ContentEngineConfiguration>
org.flowable.common.engine.impl.service.CommonEngineServiceImpl<ContentEngineConfiguration>
com.flowable.content.engine.impl.ContentManagementServiceImpl
- All Implemented Interfaces:
org.flowable.content.api.ContentManagementService
public class ContentManagementServiceImpl
extends org.flowable.common.engine.impl.service.CommonEngineServiceImpl<ContentEngineConfiguration>
implements org.flowable.content.api.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 TypeMethodDescriptionorg.flowable.common.engine.api.tenant.ChangeTenantIdBuildercreateChangeTenantIdBuilder(String fromTenantId, String toTenantId) org.flowable.common.engine.api.management.TablePageQueryorg.flowable.common.engine.api.management.TableMetaDatagetTableMetaData(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 interfaceorg.flowable.content.api.ContentManagementService
-
getTableName
- Specified by:
getTableNamein interfaceorg.flowable.content.api.ContentManagementService
-
getTableMetaData
- Specified by:
getTableMetaDatain interfaceorg.flowable.content.api.ContentManagementService
-
createTablePageQuery
public org.flowable.common.engine.api.management.TablePageQuery createTablePageQuery()- Specified by:
createTablePageQueryin interfaceorg.flowable.content.api.ContentManagementService
-
createChangeTenantIdBuilder
public org.flowable.common.engine.api.tenant.ChangeTenantIdBuilder createChangeTenantIdBuilder(String fromTenantId, String toTenantId) - Specified by:
createChangeTenantIdBuilderin interfaceorg.flowable.content.api.ContentManagementService
-