Package com.flowable.platform.engine
Interface PlatformEngine
-
- All Known Implementing Classes:
PlatformEngineImpl
public interface PlatformEngine
- Author:
- Filip Hrisafov
-
-
Method Summary
-
-
-
Method Detail
-
getName
String getName()
-
close
void close()
-
getTranslationService
TranslationService getTranslationService()
-
getCommentService
CommentService getCommentService()
-
getConfigurationService
ConfigurationService getConfigurationService()
-
getSequenceService
SequenceService getSequenceService()
-
getMigrationService
MigrationService getMigrationService()
-
getPlatformManagementService
PlatformManagementService getPlatformManagementService()
-
getPlatformEngineConfiguration
PlatformEngineConfiguration getPlatformEngineConfiguration()
-
getPlatformRepositoryService
PlatformRepositoryService getPlatformRepositoryService()
-
getPlatformRuntimeService
PlatformRuntimeService getPlatformRuntimeService()
-
getPlatformHistoryService
PlatformHistoryService getPlatformHistoryService()
-
-