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 TranslationService
translationService
-
Constructor Summary
Constructors Constructor Description PlatformEngineImpl(PlatformEngineConfiguration engineConfiguration)
-
Method Summary
Modifier and Type Method Description void
close()
CommentService
getCommentService()
ConfigurationService
getConfigurationService()
MigrationService
getMigrationService()
java.lang.String
getName()
PlatformEngineConfiguration
getPlatformEngineConfiguration()
TranslationService
getTranslationService()
-
Field Details
-
logger
protected final org.slf4j.Logger logger -
name
protected java.lang.String name -
engineConfiguration
-
translationService
-
commentService
-
configurationService
-
migrationService
-
-
Constructor Details
-
Method Details
-
getName
public java.lang.String 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
-
getMigrationService
- Specified by:
getMigrationService
in interfacePlatformEngine
-
getPlatformEngineConfiguration
- Specified by:
getPlatformEngineConfiguration
in interfacePlatformEngine
-