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.StringKEY_PLATFORM_ENGINE_CONFIG -
Method Summary
Modifier and Type Method Description CommentServicegetCommentService()MigrationServicegetMigrationService()TranslationServicegetTranslationService()
-
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() -
getMigrationService
MigrationService getMigrationService()
-