Class PlatformEngineImpl
java.lang.Object
com.flowable.platform.engine.impl.PlatformEngineImpl
- All Implemented Interfaces:
PlatformEngine
- Author:
- Filip Hrisafov
-
Field Summary
Modifier and TypeFieldDescriptionprotected CommentService
protected ConfigurationService
protected DashboardConfigurationService
protected PlatformEngineConfiguration
protected final org.slf4j.Logger
protected MigrationService
protected String
protected PlatformHistoryService
protected PlatformManagementService
protected PlatformRepositoryService
protected PlatformRuntimeService
protected SequenceService
protected TranslationService
-
Constructor Summary
-
Method Summary
-
Field Details
-
logger
protected final org.slf4j.Logger logger -
name
-
engineConfiguration
-
translationService
-
commentService
-
configurationService
-
sequenceService
-
dashboardConfigurationService
-
migrationService
-
platformManagementService
-
platformRepositoryService
-
platformRuntimeService
-
platformHistoryService
-
-
Constructor Details
-
PlatformEngineImpl
-
-
Method Details
-
getName
- Specified by:
getName
in interfacePlatformEngine
-
close
public void close()- Specified by:
close
in interfacePlatformEngine
-
getTranslationService
- Specified by:
getTranslationService
in interfacePlatformEngine
-
getCommentService
- Specified by:
getCommentService
in interfacePlatformEngine
-
getConfigurationService
- Specified by:
getConfigurationService
in interfacePlatformEngine
-
getSequenceService
- Specified by:
getSequenceService
in interfacePlatformEngine
-
getDashboardConfigurationService
- Specified by:
getDashboardConfigurationService
in interfacePlatformEngine
-
getMigrationService
- Specified by:
getMigrationService
in interfacePlatformEngine
-
getPlatformManagementService
- Specified by:
getPlatformManagementService
in interfacePlatformEngine
-
getPlatformEngineConfiguration
- Specified by:
getPlatformEngineConfiguration
in interfacePlatformEngine
-
getPlatformRepositoryService
- Specified by:
getPlatformRepositoryService
in interfacePlatformEngine
-
getPlatformRuntimeService
- Specified by:
getPlatformRuntimeService
in interfacePlatformEngine
-
getPlatformHistoryService
- Specified by:
getPlatformHistoryService
in interfacePlatformEngine
-