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 CommentServicecommentServiceprotected ConfigurationServiceconfigurationServiceprotected PlatformEngineConfigurationengineConfigurationprotected org.slf4j.Loggerloggerprotected MigrationServicemigrationServiceprotected Stringnameprotected PlatformHistoryServiceplatformHistoryServiceprotected PlatformManagementServiceplatformManagementServiceprotected PlatformRepositoryServiceplatformRepositoryServiceprotected PlatformRuntimeServiceplatformRuntimeServiceprotected SequenceServicesequenceServiceprotected TranslationServicetranslationService
-
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:
getNamein interfacePlatformEngine
-
close
public void close()
- Specified by:
closein interfacePlatformEngine
-
getTranslationService
public TranslationService getTranslationService()
- Specified by:
getTranslationServicein interfacePlatformEngine
-
getCommentService
public CommentService getCommentService()
- Specified by:
getCommentServicein interfacePlatformEngine
-
getConfigurationService
public ConfigurationService getConfigurationService()
- Specified by:
getConfigurationServicein interfacePlatformEngine
-
getSequenceService
public SequenceService getSequenceService()
- Specified by:
getSequenceServicein interfacePlatformEngine
-
getMigrationService
public MigrationService getMigrationService()
- Specified by:
getMigrationServicein interfacePlatformEngine
-
getPlatformManagementService
public PlatformManagementService getPlatformManagementService()
- Specified by:
getPlatformManagementServicein interfacePlatformEngine
-
getPlatformEngineConfiguration
public PlatformEngineConfiguration getPlatformEngineConfiguration()
- Specified by:
getPlatformEngineConfigurationin interfacePlatformEngine
-
getPlatformRepositoryService
public PlatformRepositoryService getPlatformRepositoryService()
- Specified by:
getPlatformRepositoryServicein interfacePlatformEngine
-
getPlatformRuntimeService
public PlatformRuntimeService getPlatformRuntimeService()
- Specified by:
getPlatformRuntimeServicein interfacePlatformEngine
-
getPlatformHistoryService
public PlatformHistoryService getPlatformHistoryService()
- Specified by:
getPlatformHistoryServicein interfacePlatformEngine
-
-