Package com.flowable.platform.engine
Interface PlatformEngine
- All Known Implementing Classes:
PlatformEngineImpl
public interface PlatformEngine
- Author:
- Filip Hrisafov
-
Method Summary
Modifier and Type Method Description void
close()
CommentService
getCommentService()
ConfigurationService
getConfigurationService()
MigrationService
getMigrationService()
java.lang.String
getName()
PlatformEngineConfiguration
getPlatformEngineConfiguration()
TranslationService
getTranslationService()
-
Method Details
-
getName
java.lang.String getName() -
close
void close() -
getTranslationService
TranslationService getTranslationService() -
getCommentService
CommentService getCommentService() -
getConfigurationService
ConfigurationService getConfigurationService() -
getMigrationService
MigrationService getMigrationService() -
getPlatformEngineConfiguration
PlatformEngineConfiguration getPlatformEngineConfiguration()
-