Package com.flowable.app.engine
Interface AppEngine
-
- All Known Implementing Classes:
AppEngineImpl
public interface AppEngineProvides access to all services that expose App management operations.- Author:
- Tijs Rademakers
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringVERSIONthe version of the flowable App library
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()AppEngineConfigurationgetAppEngineConfiguration()org.flowable.app.api.AppManagementServicegetAppManagementService()CoreAppRepositoryServicegetAppRepositoryService()java.lang.StringgetName()
-
-
-
Field Detail
-
VERSION
static final java.lang.String VERSION
the version of the flowable App library- See Also:
- Constant Field Values
-
-
Method Detail
-
getName
java.lang.String getName()
-
close
void close()
-
getAppManagementService
org.flowable.app.api.AppManagementService getAppManagementService()
-
getAppRepositoryService
CoreAppRepositoryService getAppRepositoryService()
-
getAppEngineConfiguration
AppEngineConfiguration getAppEngineConfiguration()
-
-