Class PlatformEngineImpl
java.lang.Object
com.flowable.platform.engine.impl.PlatformEngineImpl
- All Implemented Interfaces:
PlatformEngine
- Author:
- Filip Hrisafov
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CommentServiceprotected ConfigurationServiceprotected DashboardConfigurationServiceprotected PlatformEngineConfigurationprotected final org.slf4j.Loggerprotected MigrationServiceprotected Stringprotected PlatformHistoryServiceprotected PlatformManagementServiceprotected PlatformRepositoryServiceprotected PlatformRuntimeServiceprotected SequenceServiceprotected TenantVariableServiceprotected TranslationService -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
logger
protected final org.slf4j.Logger logger -
name
-
engineConfiguration
-
translationService
-
commentService
-
configurationService
-
sequenceService
-
dashboardConfigurationService
-
migrationService
-
platformManagementService
-
platformRepositoryService
-
platformRuntimeService
-
platformHistoryService
-
tenantVariableService
-
-
Constructor Details
-
PlatformEngineImpl
-
-
Method Details
-
getName
- Specified by:
getNamein interfacePlatformEngine
-
close
public void close()- Specified by:
closein interfacePlatformEngine
-
getTranslationService
- Specified by:
getTranslationServicein interfacePlatformEngine
-
getCommentService
- Specified by:
getCommentServicein interfacePlatformEngine
-
getConfigurationService
- Specified by:
getConfigurationServicein interfacePlatformEngine
-
getSequenceService
- Specified by:
getSequenceServicein interfacePlatformEngine
-
getDashboardConfigurationService
- Specified by:
getDashboardConfigurationServicein interfacePlatformEngine
-
getMigrationService
- Specified by:
getMigrationServicein interfacePlatformEngine
-
getPlatformManagementService
- Specified by:
getPlatformManagementServicein interfacePlatformEngine
-
getPlatformEngineConfiguration
- Specified by:
getPlatformEngineConfigurationin interfacePlatformEngine
-
getPlatformRepositoryService
- Specified by:
getPlatformRepositoryServicein interfacePlatformEngine
-
getPlatformRuntimeService
- Specified by:
getPlatformRuntimeServicein interfacePlatformEngine
-
getPlatformHistoryService
- Specified by:
getPlatformHistoryServicein interfacePlatformEngine
-
getTenantVariableService
- Specified by:
getTenantVariableServicein interfacePlatformEngine
-