public interface PlatformEngine
Modifier and Type | Method and Description |
---|---|
void |
close() |
CommentService |
getCommentService() |
ConfigurationService |
getConfigurationService() |
MigrationService |
getMigrationService() |
String |
getName() |
PlatformEngineConfiguration |
getPlatformEngineConfiguration() |
PlatformManagementService |
getPlatformManagementService() |
PlatformRepositoryService |
getPlatformRepositoryService() |
TranslationService |
getTranslationService() |
String getName()
void close()
TranslationService getTranslationService()
CommentService getCommentService()
ConfigurationService getConfigurationService()
MigrationService getMigrationService()
PlatformManagementService getPlatformManagementService()
PlatformEngineConfiguration getPlatformEngineConfiguration()
PlatformRepositoryService getPlatformRepositoryService()