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 CommentServicecommentServiceprotected PlatformEngineConfigurationengineConfigurationprotected org.slf4j.Loggerloggerprotected MigrationServicemigrationServiceprotected java.lang.Stringnameprotected TranslationServicetranslationService -
Constructor Summary
Constructors Constructor Description PlatformEngineImpl(PlatformEngineConfiguration engineConfiguration) -
Method Summary
Modifier and Type Method Description voidclose()CommentServicegetCommentService()MigrationServicegetMigrationService()java.lang.StringgetName()PlatformEngineConfigurationgetPlatformEngineConfiguration()TranslationServicegetTranslationService()
-
Field Details
-
logger
protected final org.slf4j.Logger logger -
name
protected java.lang.String name -
engineConfiguration
-
translationService
-
commentService
-
migrationService
-
-
Constructor Details
-
Method Details
-
getName
public java.lang.String getName()- Specified by:
getNamein interfacePlatformEngine
-
close
public void close()- Specified by:
closein interfacePlatformEngine
-
getTranslationService
- Specified by:
getTranslationServicein interfacePlatformEngine
-
getCommentService
- Specified by:
getCommentServicein interfacePlatformEngine
-
getMigrationService
- Specified by:
getMigrationServicein interfacePlatformEngine
-
getPlatformEngineConfiguration
- Specified by:
getPlatformEngineConfigurationin interfacePlatformEngine
-