Package com.flowable.platform.engine
Interface PlatformEngine
- All Superinterfaces:
Engine
- All Known Implementing Classes:
PlatformEngineImpl
- Author:
- Filip Hrisafov
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
VERSION
- See Also:
-
-
Method Details
-
getTranslationService
TranslationService getTranslationService() -
getCommentService
CommentService getCommentService() -
getConfigurationService
ConfigurationService getConfigurationService() -
getSequenceService
SequenceService getSequenceService() -
getDashboardConfigurationService
DashboardConfigurationService getDashboardConfigurationService() -
getMigrationService
MigrationService getMigrationService() -
getPlatformManagementService
PlatformManagementService getPlatformManagementService() -
getPlatformEngineConfiguration
PlatformEngineConfiguration getPlatformEngineConfiguration() -
getPlatformRepositoryService
PlatformRepositoryService getPlatformRepositoryService() -
getPlatformRuntimeService
PlatformRuntimeService getPlatformRuntimeService() -
getPlatformHistoryService
PlatformHistoryService getPlatformHistoryService() -
getTenantVariableService
TenantVariableService getTenantVariableService()
-