Class AppManagementServiceImpl

java.lang.Object
org.flowable.common.engine.impl.service.CommonServiceImpl<C>
org.flowable.common.engine.impl.service.CommonEngineServiceImpl<AppEngineConfiguration>
com.flowable.app.engine.impl.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
  • Constructor Summary

    Constructors 
    Constructor Description
    AppManagementServiceImpl​(AppEngineConfiguration engineConfiguration)  
  • Method Summary

    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 Details

  • Method Details

    • 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