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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommentServicegetCommentService()ConfigurationServicegetConfigurationService()MigrationServicegetMigrationService()PlatformManagementServicegetPlatformManagementService()TranslationServicegetTranslationService()
-
-
-
Field Detail
-
KEY_PLATFORM_ENGINE_CONFIG
static final java.lang.String KEY_PLATFORM_ENGINE_CONFIG
- See Also:
- Constant Field Values
-
-
Method Detail
-
getTranslationService
TranslationService getTranslationService()
-
getCommentService
CommentService getCommentService()
-
getConfigurationService
ConfigurationService getConfigurationService()
-
getMigrationService
MigrationService getMigrationService()
-
getPlatformManagementService
PlatformManagementService getPlatformManagementService()
-
-