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 void
close()
CommentService
getCommentService()
ConfigurationService
getConfigurationService()
MigrationService
getMigrationService()
java.lang.String
getName()
PlatformEngineConfiguration
getPlatformEngineConfiguration()
PlatformManagementService
getPlatformManagementService()
TranslationService
getTranslationService()
-
-
-
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()
-
-