Package com.flowable.platform.api
Interface PlatformEngineConfigurationApi
- All Known Implementing Classes:
PlatformEngineConfiguration
public interface PlatformEngineConfigurationApi
- Author:
- Filip Hrisafov
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
KEY_PLATFORM_ENGINE_CONFIG
-
Method Summary
Modifier and Type Method Description CommentService
getCommentService()
ConfigurationService
getConfigurationService()
MigrationService
getMigrationService()
TranslationService
getTranslationService()
-
Field Details
-
KEY_PLATFORM_ENGINE_CONFIG
static final java.lang.String KEY_PLATFORM_ENGINE_CONFIG- See Also:
- Constant Field Values
-
-
Method Details
-
getTranslationService
TranslationService getTranslationService() -
getCommentService
CommentService getCommentService() -
getConfigurationService
ConfigurationService getConfigurationService() -
getMigrationService
MigrationService getMigrationService()
-