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 Summary
Fields Modifier and Type Field Description static java.lang.String
VERSION
the version of the flowable App library -
Method Summary
Modifier and Type Method Description void
close()
AppEngineConfiguration
getAppEngineConfiguration()
org.flowable.app.api.AppManagementService
getAppManagementService()
CoreAppRepositoryService
getAppRepositoryService()
java.lang.String
getName()
-
Field Details
-
VERSION
static final java.lang.String VERSIONthe version of the flowable App library- See Also:
- Constant Field Values
-
-
Method Details
-
getName
java.lang.String getName() -
close
void close() -
getAppManagementService
org.flowable.app.api.AppManagementService getAppManagementService() -
getAppRepositoryService
CoreAppRepositoryService getAppRepositoryService() -
getAppEngineConfiguration
AppEngineConfiguration getAppEngineConfiguration()
-