Package com.flowable.app.engine.impl
Class AppEngineImpl
java.lang.Object
com.flowable.app.engine.impl.AppEngineImpl
- All Implemented Interfaces:
AppEngine
public class AppEngineImpl extends java.lang.Object implements AppEngine
- Author:
- Tijs Rademakers
-
Field Summary
Fields Modifier and Type Field Description protected AppEngineConfiguration
appEngineConfiguration
protected org.flowable.app.api.AppManagementService
appManagementService
protected CoreAppRepositoryService
appRepositoryService
protected java.lang.String
name
-
Constructor Summary
Constructors Constructor Description AppEngineImpl(AppEngineConfiguration appEngineConfiguration)
-
Method Summary
Modifier and Type Method Description void
close()
AppEngineConfiguration
getAppEngineConfiguration()
org.flowable.app.api.AppManagementService
getAppManagementService()
CoreAppRepositoryService
getAppRepositoryService()
java.lang.String
getName()
void
setAppEngineConfiguration(AppEngineConfiguration appEngineConfiguration)
void
setAppManagementService(org.flowable.app.api.AppManagementService appManagementService)
void
setAppRepositoryService(CoreAppRepositoryService appRepositoryService)
void
setName(java.lang.String name)
-
Field Details
-
name
protected java.lang.String name -
appEngineConfiguration
-
appManagementService
protected org.flowable.app.api.AppManagementService appManagementService -
appRepositoryService
-
-
Constructor Details
-
Method Details
-
getName
public java.lang.String getName() -
setName
public void setName(java.lang.String name) -
close
public void close() -
getAppEngineConfiguration
- Specified by:
getAppEngineConfiguration
in interfaceAppEngine
-
setAppEngineConfiguration
-
getAppManagementService
public org.flowable.app.api.AppManagementService getAppManagementService()- Specified by:
getAppManagementService
in interfaceAppEngine
-
setAppManagementService
public void setAppManagementService(org.flowable.app.api.AppManagementService appManagementService) -
getAppRepositoryService
- Specified by:
getAppRepositoryService
in interfaceAppEngine
-
setAppRepositoryService
-