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 String
KEY_PLATFORM_ENGINE_CONFIG
-
Method Summary
-
-
-
Field Detail
-
KEY_PLATFORM_ENGINE_CONFIG
static final String KEY_PLATFORM_ENGINE_CONFIG
- See Also:
- Constant Field Values
-
-
Method Detail
-
getTranslationService
TranslationService getTranslationService()
-
getCommentService
CommentService getCommentService()
-
getConfigurationService
ConfigurationService getConfigurationService()
-
getSequenceService
SequenceService getSequenceService()
-
getMigrationService
MigrationService getMigrationService()
-
getPlatformManagementService
PlatformManagementService getPlatformManagementService()
-
getPlatformRepositoryService
PlatformRepositoryService getPlatformRepositoryService()
-
getPlatformRuntimeService
PlatformRuntimeService getPlatformRuntimeService()
-
getPlatformHistoryService
PlatformHistoryService getPlatformHistoryService()
-
-