Class PlatformEngineImpl
- java.lang.Object
-
- com.flowable.platform.engine.impl.PlatformEngineImpl
-
- All Implemented Interfaces:
PlatformEngine
public class PlatformEngineImpl extends java.lang.Object implements PlatformEngine
- Author:
- Filip Hrisafov
-
-
Field Summary
Fields Modifier and Type Field Description protected CommentService
commentService
protected ConfigurationService
configurationService
protected PlatformEngineConfiguration
engineConfiguration
protected org.slf4j.Logger
logger
protected MigrationService
migrationService
protected java.lang.String
name
protected PlatformManagementService
platformManagementService
protected TranslationService
translationService
-
Constructor Summary
Constructors Constructor Description PlatformEngineImpl(PlatformEngineConfiguration engineConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
CommentService
getCommentService()
ConfigurationService
getConfigurationService()
MigrationService
getMigrationService()
java.lang.String
getName()
PlatformEngineConfiguration
getPlatformEngineConfiguration()
PlatformManagementService
getPlatformManagementService()
TranslationService
getTranslationService()
-
-
-
Field Detail
-
logger
protected final org.slf4j.Logger logger
-
name
protected java.lang.String name
-
engineConfiguration
protected PlatformEngineConfiguration engineConfiguration
-
translationService
protected TranslationService translationService
-
commentService
protected CommentService commentService
-
configurationService
protected ConfigurationService configurationService
-
migrationService
protected MigrationService migrationService
-
platformManagementService
protected PlatformManagementService platformManagementService
-
-
Constructor Detail
-
PlatformEngineImpl
public PlatformEngineImpl(PlatformEngineConfiguration engineConfiguration)
-
-
Method Detail
-
getName
public java.lang.String getName()
- Specified by:
getName
in interfacePlatformEngine
-
close
public void close()
- Specified by:
close
in interfacePlatformEngine
-
getTranslationService
public TranslationService getTranslationService()
- Specified by:
getTranslationService
in interfacePlatformEngine
-
getCommentService
public CommentService getCommentService()
- Specified by:
getCommentService
in interfacePlatformEngine
-
getConfigurationService
public ConfigurationService getConfigurationService()
- Specified by:
getConfigurationService
in interfacePlatformEngine
-
getMigrationService
public MigrationService getMigrationService()
- Specified by:
getMigrationService
in interfacePlatformEngine
-
getPlatformManagementService
public PlatformManagementService getPlatformManagementService()
- Specified by:
getPlatformManagementService
in interfacePlatformEngine
-
getPlatformEngineConfiguration
public PlatformEngineConfiguration getPlatformEngineConfiguration()
- Specified by:
getPlatformEngineConfiguration
in interfacePlatformEngine
-
-