Package com.flowable.app.engine.impl
Class AppEngineImpl
- java.lang.Object
-
- com.flowable.app.engine.impl.AppEngineImpl
-
-
Field Summary
Fields Modifier and Type Field Description protected AppEngineConfiguration
appEngineConfiguration
protected AppManagementService
appManagementService
protected CoreAppRepositoryService
appRepositoryService
protected String
name
-
Constructor Summary
Constructors Constructor Description AppEngineImpl(AppEngineConfiguration appEngineConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
AppEngineConfiguration
getAppEngineConfiguration()
AppManagementService
getAppManagementService()
CoreAppRepositoryService
getAppRepositoryService()
String
getName()
void
setAppEngineConfiguration(AppEngineConfiguration appEngineConfiguration)
void
setAppManagementService(AppManagementService appManagementService)
void
setAppRepositoryService(CoreAppRepositoryService appRepositoryService)
void
setName(String name)
-
-
-
Field Detail
-
name
protected String name
-
appEngineConfiguration
protected AppEngineConfiguration appEngineConfiguration
-
appManagementService
protected AppManagementService appManagementService
-
appRepositoryService
protected CoreAppRepositoryService appRepositoryService
-
-
Constructor Detail
-
AppEngineImpl
public AppEngineImpl(AppEngineConfiguration appEngineConfiguration)
-
-
Method Detail
-
setName
public void setName(String name)
-
getAppEngineConfiguration
public AppEngineConfiguration getAppEngineConfiguration()
- Specified by:
getAppEngineConfiguration
in interfaceAppEngine
-
setAppEngineConfiguration
public void setAppEngineConfiguration(AppEngineConfiguration appEngineConfiguration)
-
getAppManagementService
public AppManagementService getAppManagementService()
- Specified by:
getAppManagementService
in interfaceAppEngine
-
setAppManagementService
public void setAppManagementService(AppManagementService appManagementService)
-
getAppRepositoryService
public CoreAppRepositoryService getAppRepositoryService()
- Specified by:
getAppRepositoryService
in interfaceAppEngine
-
setAppRepositoryService
public void setAppRepositoryService(CoreAppRepositoryService appRepositoryService)
-
-