Class FormManagementServiceImpl

  • All Implemented Interfaces:
    org.flowable.form.api.FormManagementService

    public class FormManagementServiceImpl
    extends org.flowable.common.engine.impl.service.CommonEngineServiceImpl<FormEngineConfiguration>
    implements org.flowable.form.api.FormManagementService
    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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.flowable.common.engine.api.management.TablePageQuery createTablePageQuery()  
      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<?> flowableEntityClass)  
      • 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
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • getTableCount

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

        public java.lang.String getTableName​(java.lang.Class<?> flowableEntityClass)
        Specified by:
        getTableName in interface org.flowable.form.api.FormManagementService
      • getTableMetaData

        public org.flowable.common.engine.api.management.TableMetaData getTableMetaData​(java.lang.String tableName)
        Specified by:
        getTableMetaData in interface org.flowable.form.api.FormManagementService
      • createTablePageQuery

        public org.flowable.common.engine.api.management.TablePageQuery createTablePageQuery()
        Specified by:
        createTablePageQuery in interface org.flowable.form.api.FormManagementService