Class AppEngineImpl

java.lang.Object
com.flowable.app.engine.impl.AppEngineImpl
All Implemented Interfaces:
AppEngine, org.flowable.common.engine.api.Engine

public class AppEngineImpl extends Object implements AppEngine
Author:
Tijs Rademakers
  • Field Details

    • name

      protected String name
    • appEngineConfiguration

      protected AppEngineConfiguration appEngineConfiguration
    • appManagementService

      protected org.flowable.app.api.AppManagementService appManagementService
    • appRepositoryService

      protected CoreAppRepositoryService appRepositoryService
  • Constructor Details

  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in interface org.flowable.common.engine.api.Engine
    • setName

      public void setName(String name)
    • close

      public void close()
      Specified by:
      close in interface org.flowable.common.engine.api.Engine
    • getAppEngineConfiguration

      public AppEngineConfiguration getAppEngineConfiguration()
      Specified by:
      getAppEngineConfiguration in interface AppEngine
    • setAppEngineConfiguration

      public void setAppEngineConfiguration(AppEngineConfiguration appEngineConfiguration)
    • getAppManagementService

      public org.flowable.app.api.AppManagementService getAppManagementService()
      Specified by:
      getAppManagementService in interface AppEngine
    • setAppManagementService

      public void setAppManagementService(org.flowable.app.api.AppManagementService appManagementService)
    • getAppRepositoryService

      public CoreAppRepositoryService getAppRepositoryService()
      Specified by:
      getAppRepositoryService in interface AppEngine
    • setAppRepositoryService

      public void setAppRepositoryService(CoreAppRepositoryService appRepositoryService)