| Modifier and Type | Field and Description |
|---|---|
protected AppEngineConfiguration |
appEngineConfiguration |
protected org.flowable.app.api.AppManagementService |
appManagementService |
protected CoreAppRepositoryService |
appRepositoryService |
protected String |
name |
| Constructor and Description |
|---|
AppEngineImpl(AppEngineConfiguration appEngineConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
AppEngineConfiguration |
getAppEngineConfiguration() |
org.flowable.app.api.AppManagementService |
getAppManagementService() |
CoreAppRepositoryService |
getAppRepositoryService() |
String |
getName() |
void |
setAppEngineConfiguration(AppEngineConfiguration appEngineConfiguration) |
void |
setAppManagementService(org.flowable.app.api.AppManagementService appManagementService) |
void |
setAppRepositoryService(CoreAppRepositoryService appRepositoryService) |
void |
setName(String name) |
protected String name
protected AppEngineConfiguration appEngineConfiguration
protected org.flowable.app.api.AppManagementService appManagementService
protected CoreAppRepositoryService appRepositoryService
public AppEngineImpl(AppEngineConfiguration appEngineConfiguration)
public void setName(String name)
public AppEngineConfiguration getAppEngineConfiguration()
getAppEngineConfiguration in interface AppEnginepublic void setAppEngineConfiguration(AppEngineConfiguration appEngineConfiguration)
public org.flowable.app.api.AppManagementService getAppManagementService()
getAppManagementService in interface AppEnginepublic void setAppManagementService(org.flowable.app.api.AppManagementService appManagementService)
public CoreAppRepositoryService getAppRepositoryService()
getAppRepositoryService in interface AppEnginepublic void setAppRepositoryService(CoreAppRepositoryService appRepositoryService)
Copyright © 2019. All rights reserved.