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