Class AppManagementServiceImpl

  • All Implemented Interfaces:
    org.flowable.app.api.AppManagementService

    public class AppManagementServiceImpl
    extends org.flowable.common.engine.impl.service.CommonEngineServiceImpl<AppEngineConfiguration>
    implements org.flowable.app.api.AppManagementService
    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
      java.util.Map<java.lang.String,​java.lang.Long> getTableCounts()  
      java.util.Collection<java.lang.String> getTableNames()  
      • 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

      • getTableCounts

        public java.util.Map<java.lang.String,​java.lang.Long> getTableCounts()
        Specified by:
        getTableCounts in interface org.flowable.app.api.AppManagementService
      • getTableNames

        public java.util.Collection<java.lang.String> getTableNames()
        Specified by:
        getTableNames in interface org.flowable.app.api.AppManagementService