Package com.flowable.platform.engine
Interface PlatformEngine
- All Superinterfaces:
org.flowable.common.engine.api.Engine
- All Known Implementing Classes:
PlatformEngineImpl
public interface PlatformEngine
extends org.flowable.common.engine.api.Engine
- Author:
- Filip Hrisafov
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface org.flowable.common.engine.api.Engine
close, getName
-
Field Details
-
VERSION
- See Also:
-
-
Method Details
-
getTranslationService
TranslationService getTranslationService() -
getCommentService
CommentService getCommentService() -
getConfigurationService
ConfigurationService getConfigurationService() -
getSequenceService
SequenceService getSequenceService() -
getDashboardConfigurationService
DashboardConfigurationService getDashboardConfigurationService() -
getEncryptionService
EncryptionService getEncryptionService() -
getMigrationService
MigrationService getMigrationService() -
getPlatformManagementService
PlatformManagementService getPlatformManagementService() -
getPlatformEngineConfiguration
PlatformEngineConfiguration getPlatformEngineConfiguration() -
getPlatformRepositoryService
PlatformRepositoryService getPlatformRepositoryService() -
getPlatformRuntimeService
PlatformRuntimeService getPlatformRuntimeService() -
getPlatformHistoryService
PlatformHistoryService getPlatformHistoryService() -
getTenantVariableService
TenantVariableService getTenantVariableService()
-