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