Uses of Interface
com.flowable.platform.engine.PlatformEngine
Package
Description
-
Uses of PlatformEngine in com.flowable.platform.engine
Modifier and TypeFieldDescriptionprotected static Map<String,
PlatformEngine> PlatformEngines.platformEngines
Modifier and TypeMethodDescriptionPlatformEngineConfiguration.buildPlatformEngine()
static PlatformEngine
PlatformEngines.getDefaultPlatformEngine()
static PlatformEngine
PlatformEngines.getPlatformEngine
(String platformEngineName) Obtain an platform engine by name.Modifier and TypeMethodDescriptionPlatformEngineConfiguration.getAutoDeploymentStrategy
(String mode) Gets theAutoDeploymentStrategy
for the provided mode.PlatformEngineConfiguration.getDeploymentStrategies()
static Map<String,
PlatformEngine> PlatformEngines.getPlatformEngines()
Provides access to platform engines to application clients in a managed server environment.Modifier and TypeMethodDescriptionprotected void
PlatformEngineConfiguration.autoDeployResources
(PlatformEngine platformEngine) static void
PlatformEngines.registerEngine
(PlatformEngine platformEngine) Registers the given platform engine.static void
PlatformEngines.unregister
(PlatformEngine platformEngine) Unregisters the given platform engine.Modifier and TypeMethodDescriptionvoid
PlatformEngineConfiguration.setDeploymentStrategies
(Collection<AutoDeploymentStrategy<PlatformEngine>> deploymentStrategies) -
Uses of PlatformEngine in com.flowable.platform.engine.autodeployment
Modifier and TypeMethodDescriptionprotected void
DefaultPlatformAutoDeploymentStrategy.deployResourcesInternal
(String deploymentNameHint, Resource[] resources, PlatformEngine engine) protected LockManager
AbstractPlatformAutoDeploymentStrategy.getLockManager
(PlatformEngine engine, String deploymentNameHint) -
Uses of PlatformEngine in com.flowable.platform.engine.impl
-
Uses of PlatformEngine in com.flowable.platform.engine.impl.configuration
Modifier and TypeFieldDescriptionprotected final PlatformEngine
BaseThemeAutoImporter.platformEngine
ModifierConstructorDescriptionBaseThemeAutoImporter
(PlatformEngine platformEngine, CommonAutoDeploymentProperties deploymentProperties, Collection<Resource> themeResources, boolean forceOverwrite) CustomThemeAutoImporter
(PlatformEngine platformEngine, CommonAutoDeploymentProperties deploymentProperties, Collection<Resource> themeResources, boolean forceOverwrite) DefaultThemeAutoImporter
(PlatformEngine platformEngine, CommonAutoDeploymentProperties deploymentProperties, Collection<Resource> themeResources, boolean forceOverwrite, Set<String> autoImportTenants) -
Uses of PlatformEngine in com.flowable.platform.engine.impl.configurator
Modifier and TypeMethodDescriptionprotected PlatformEngine
PlatformEngineConfigurator.initEngine()
-
Uses of PlatformEngine in com.flowable.platform.engine.test
Modifier and TypeFieldDescriptionprotected final PlatformEngine
PlatformTestHelper.platformEngine
Modifier and TypeMethodDescriptionprotected PlatformEngine
PlatformExtension.createPlatformEngine
(org.junit.jupiter.api.extension.ExtensionContext context) PlatformTestHelper.getPlatformEngine()
-
Uses of PlatformEngine in com.flowable.platform.service.configuration.service
Modifier and TypeFieldDescriptionprotected final PlatformEngine
SystemConfigurationApplierService.platformEngine
ModifierConstructorDescriptionSystemConfigurationApplierService
(PlatformEngine platformEngine, String currentNodeName)