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
  • Constructor Details

  • Method Details

    • getTableCount

      public Map<String,Long> getTableCount()
      Specified by:
      getTableCount in interface org.flowable.content.api.ContentManagementService
    • getTableName

      public String getTableName(Class<?> entityClass)
      Specified by:
      getTableName in interface org.flowable.content.api.ContentManagementService
    • getTableMetaData

      public org.flowable.common.engine.api.management.TableMetaData getTableMetaData(String tableName)
      Specified by:
      getTableMetaData in interface org.flowable.content.api.ContentManagementService
    • createTablePageQuery

      public org.flowable.common.engine.api.management.TablePageQuery createTablePageQuery()
      Specified by:
      createTablePageQuery in interface org.flowable.content.api.ContentManagementService
    • createChangeTenantIdBuilder

      public org.flowable.common.engine.api.tenant.ChangeTenantIdBuilder createChangeTenantIdBuilder(String fromTenantId, String toTenantId)
      Specified by:
      createChangeTenantIdBuilder in interface org.flowable.content.api.ContentManagementService