Package com.flowable.platform.engine
Interface PlatformEngine
-
- All Known Implementing Classes:
PlatformEngineImpl
public interface PlatformEngine- Author:
- Filip Hrisafov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()CommentServicegetCommentService()ConfigurationServicegetConfigurationService()MigrationServicegetMigrationService()java.lang.StringgetName()PlatformEngineConfigurationgetPlatformEngineConfiguration()PlatformManagementServicegetPlatformManagementService()TranslationServicegetTranslationService()
-
-
-
Method Detail
-
getName
java.lang.String getName()
-
close
void close()
-
getTranslationService
TranslationService getTranslationService()
-
getCommentService
CommentService getCommentService()
-
getConfigurationService
ConfigurationService getConfigurationService()
-
getMigrationService
MigrationService getMigrationService()
-
getPlatformManagementService
PlatformManagementService getPlatformManagementService()
-
getPlatformEngineConfiguration
PlatformEngineConfiguration getPlatformEngineConfiguration()
-
-