Class PlatformEngineImpl
- java.lang.Object
-
- com.flowable.platform.engine.impl.PlatformEngineImpl
-
- All Implemented Interfaces:
PlatformEngine
public class PlatformEngineImpl extends 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 String
name
protected PlatformHistoryService
platformHistoryService
protected PlatformManagementService
platformManagementService
protected PlatformRepositoryService
platformRepositoryService
protected PlatformRuntimeService
platformRuntimeService
protected SequenceService
sequenceService
protected TranslationService
translationService
-
Constructor Summary
Constructors Constructor Description PlatformEngineImpl(PlatformEngineConfiguration engineConfiguration)
-
Method Summary
-
-
-
Field Detail
-
logger
protected final org.slf4j.Logger logger
-
name
protected String name
-
engineConfiguration
protected PlatformEngineConfiguration engineConfiguration
-
translationService
protected TranslationService translationService
-
commentService
protected CommentService commentService
-
configurationService
protected ConfigurationService configurationService
-
sequenceService
protected SequenceService sequenceService
-
migrationService
protected MigrationService migrationService
-
platformManagementService
protected PlatformManagementService platformManagementService
-
platformRepositoryService
protected PlatformRepositoryService platformRepositoryService
-
platformRuntimeService
protected PlatformRuntimeService platformRuntimeService
-
platformHistoryService
protected PlatformHistoryService platformHistoryService
-
-
Constructor Detail
-
PlatformEngineImpl
public PlatformEngineImpl(PlatformEngineConfiguration engineConfiguration)
-
-
Method Detail
-
getName
public 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
-
getSequenceService
public SequenceService getSequenceService()
- Specified by:
getSequenceService
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
-
getPlatformRepositoryService
public PlatformRepositoryService getPlatformRepositoryService()
- Specified by:
getPlatformRepositoryService
in interfacePlatformEngine
-
getPlatformRuntimeService
public PlatformRuntimeService getPlatformRuntimeService()
- Specified by:
getPlatformRuntimeService
in interfacePlatformEngine
-
getPlatformHistoryService
public PlatformHistoryService getPlatformHistoryService()
- Specified by:
getPlatformHistoryService
in interfacePlatformEngine
-
-