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 AppEngineConfigurationappEngineConfigurationprotected org.flowable.app.api.AppManagementServiceappManagementServiceprotected CoreAppRepositoryServiceappRepositoryServiceprotected java.lang.Stringname -
Constructor Summary
Constructors Constructor Description AppEngineImpl(AppEngineConfiguration appEngineConfiguration) -
Method Summary
Modifier and Type Method Description voidclose()AppEngineConfigurationgetAppEngineConfiguration()org.flowable.app.api.AppManagementServicegetAppManagementService()CoreAppRepositoryServicegetAppRepositoryService()java.lang.StringgetName()voidsetAppEngineConfiguration(AppEngineConfiguration appEngineConfiguration)voidsetAppManagementService(org.flowable.app.api.AppManagementService appManagementService)voidsetAppRepositoryService(CoreAppRepositoryService appRepositoryService)voidsetName(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:
getAppEngineConfigurationin interfaceAppEngine
-
setAppEngineConfiguration
-
getAppManagementService
public org.flowable.app.api.AppManagementService getAppManagementService()- Specified by:
getAppManagementServicein interfaceAppEngine
-
setAppManagementService
public void setAppManagementService(org.flowable.app.api.AppManagementService appManagementService) -
getAppRepositoryService
- Specified by:
getAppRepositoryServicein interfaceAppEngine
-
setAppRepositoryService
-