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
-
Field Details
-
VERSION
the version of the flowable App library- See Also:
-
-
Method Details
-
getName
String getName() -
close
void close() -
getAppManagementService
AppManagementService getAppManagementService() -
getAppRepositoryService
CoreAppRepositoryService getAppRepositoryService() -
getAppEngineConfiguration
AppEngineConfiguration getAppEngineConfiguration()
-