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 org.flowable.app.api.AppManagementService
appManagementService
protected CoreAppRepositoryService
appRepositoryService
protected java.lang.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()
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 Detail
-
name
protected java.lang.String name
-
appEngineConfiguration
protected AppEngineConfiguration appEngineConfiguration
-
appManagementService
protected org.flowable.app.api.AppManagementService appManagementService
-
appRepositoryService
protected CoreAppRepositoryService appRepositoryService
-
-
Constructor Detail
-
AppEngineImpl
public AppEngineImpl(AppEngineConfiguration appEngineConfiguration)
-
-
Method Detail
-
setName
public void setName(java.lang.String name)
-
getAppEngineConfiguration
public AppEngineConfiguration getAppEngineConfiguration()
- Specified by:
getAppEngineConfiguration
in interfaceAppEngine
-
setAppEngineConfiguration
public void setAppEngineConfiguration(AppEngineConfiguration appEngineConfiguration)
-
getAppManagementService
public org.flowable.app.api.AppManagementService getAppManagementService()
- Specified by:
getAppManagementService
in interfaceAppEngine
-
setAppManagementService
public void setAppManagementService(org.flowable.app.api.AppManagementService appManagementService)
-
getAppRepositoryService
public CoreAppRepositoryService getAppRepositoryService()
- Specified by:
getAppRepositoryService
in interfaceAppEngine
-
setAppRepositoryService
public void setAppRepositoryService(CoreAppRepositoryService appRepositoryService)
-
-