Uses of Interface
com.flowable.platform.engine.PlatformEngine
Packages that use PlatformEngine
Package
Description
-
Uses of PlatformEngine in com.flowable.platform.engine
Fields in com.flowable.platform.engine with type parameters of type PlatformEngineModifier and TypeFieldDescriptionprotected static Map<String,
PlatformEngine> PlatformEngines.platformEngines
Methods in com.flowable.platform.engine that return PlatformEngineModifier and TypeMethodDescriptionPlatformEngineConfiguration.buildPlatformEngine()
static PlatformEngine
PlatformEngines.getDefaultPlatformEngine()
static PlatformEngine
PlatformEngines.getPlatformEngine
(String platformEngineName) Obtain an platform engine by name.Methods in com.flowable.platform.engine that return types with arguments of type PlatformEngineModifier 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.Methods in com.flowable.platform.engine with parameters of type PlatformEngineModifier 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.Method parameters in com.flowable.platform.engine with type arguments of type PlatformEngineModifier and TypeMethodDescriptionvoid
PlatformEngineConfiguration.setDeploymentStrategies
(Collection<AutoDeploymentStrategy<PlatformEngine>> deploymentStrategies) -
Uses of PlatformEngine in com.flowable.platform.engine.autodeployment
Methods in com.flowable.platform.engine.autodeployment with parameters of type PlatformEngineModifier 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
Classes in com.flowable.platform.engine.impl that implement PlatformEngine -
Uses of PlatformEngine in com.flowable.platform.engine.impl.configuration
Fields in com.flowable.platform.engine.impl.configuration declared as PlatformEngineModifier and TypeFieldDescriptionprotected final PlatformEngine
BaseThemeAutoImporter.platformEngine
Constructors in com.flowable.platform.engine.impl.configuration with parameters of type PlatformEngineModifierConstructorDescriptionBaseThemeAutoImporter
(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
Methods in com.flowable.platform.engine.impl.configurator that return PlatformEngineModifier and TypeMethodDescriptionprotected PlatformEngine
PlatformEngineConfigurator.initEngine()
-
Uses of PlatformEngine in com.flowable.platform.engine.test
Fields in com.flowable.platform.engine.test declared as PlatformEngineModifier and TypeFieldDescriptionprotected final PlatformEngine
PlatformTestHelper.platformEngine
Methods in com.flowable.platform.engine.test that return PlatformEngineModifier and TypeMethodDescriptionprotected PlatformEngine
PlatformExtension.createPlatformEngine
(org.junit.jupiter.api.extension.ExtensionContext context) PlatformTestHelper.getPlatformEngine()
Constructors in com.flowable.platform.engine.test with parameters of type PlatformEngine -
Uses of PlatformEngine in com.flowable.platform.service.configuration.service
Fields in com.flowable.platform.service.configuration.service declared as PlatformEngineModifier and TypeFieldDescriptionprotected final PlatformEngine
SystemConfigurationApplierService.platformEngine
Constructors in com.flowable.platform.service.configuration.service with parameters of type PlatformEngineModifierConstructorDescriptionSystemConfigurationApplierService
(PlatformEngine platformEngine, String currentNodeName)