Package com.flowable.platform.engine
Interface PlatformEngine
- All Known Implementing Classes:
PlatformEngineImpl
public interface PlatformEngine
- Author:
- Filip Hrisafov
-
Method Details
-
getName
String getName() -
close
void close() -
getTranslationService
TranslationService getTranslationService() -
getCommentService
CommentService getCommentService() -
getConfigurationService
ConfigurationService getConfigurationService() -
getSequenceService
SequenceService getSequenceService() -
getDashboardConfigurationService
DashboardConfigurationService getDashboardConfigurationService() -
getMigrationService
MigrationService getMigrationService() -
getPlatformManagementService
PlatformManagementService getPlatformManagementService() -
getPlatformEngineConfiguration
PlatformEngineConfiguration getPlatformEngineConfiguration() -
getPlatformRepositoryService
PlatformRepositoryService getPlatformRepositoryService() -
getPlatformRuntimeService
PlatformRuntimeService getPlatformRuntimeService() -
getPlatformHistoryService
PlatformHistoryService getPlatformHistoryService()
-