Class ContentManagementServiceImpl

java.lang.Object
com.flowable.content.engine.impl.ServiceImpl
com.flowable.content.engine.impl.ContentManagementServiceImpl
All Implemented Interfaces:
org.flowable.content.api.ContentManagementService

public class ContentManagementServiceImpl
extends ServiceImpl
implements org.flowable.content.api.ContentManagementService
Author:
Tijs Rademakers
  • Field Summary

    Fields inherited from class com.flowable.content.engine.impl.ServiceImpl

    commandExecutor, engineConfig
  • Constructor Summary

    Constructors 
    Constructor Description
    ContentManagementServiceImpl()  
  • Method Summary

    Modifier and Type Method Description
    org.flowable.common.engine.api.management.TablePageQuery createTablePageQuery()  
    <MapperType,​ ResultType>
    ResultType
    executeCustomSql​(org.flowable.common.engine.impl.cmd.CustomSqlExecution<MapperType,​ResultType> customSqlExecution)  
    java.util.Map<java.lang.String,​java.lang.Long> getTableCount()  
    org.flowable.common.engine.api.management.TableMetaData getTableMetaData​(java.lang.String tableName)  
    java.lang.String getTableName​(java.lang.Class<?> entityClass)  

    Methods inherited from class com.flowable.content.engine.impl.ServiceImpl

    getCommandExecutor, setCommandExecutor

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • getTableCount

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

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

      public org.flowable.common.engine.api.management.TableMetaData getTableMetaData​(java.lang.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
    • executeCustomSql

      public <MapperType,​ ResultType> ResultType executeCustomSql​(org.flowable.common.engine.impl.cmd.CustomSqlExecution<MapperType,​ResultType> customSqlExecution)