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.platformEnginesMethods in com.flowable.platform.engine that return PlatformEngineModifier and TypeMethodDescriptionPlatformEngineConfiguration.buildPlatformEngine()static PlatformEnginePlatformEngines.getDefaultPlatformEngine()static PlatformEnginePlatformEngines.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 theAutoDeploymentStrategyfor 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 voidPlatformEngineConfiguration.autoDeployResources(PlatformEngine platformEngine) static voidPlatformEngines.registerEngine(PlatformEngine platformEngine) Registers the given platform engine.static voidPlatformEngines.unregister(PlatformEngine platformEngine) Unregisters the given platform engine.Method parameters in com.flowable.platform.engine with type arguments of type PlatformEngineModifier and TypeMethodDescriptionvoidPlatformEngineConfiguration.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 voidDefaultPlatformAutoDeploymentStrategy.deployResourcesInternal(String deploymentNameHint, Resource[] resources, PlatformEngine engine) protected LockManagerAbstractPlatformAutoDeploymentStrategy.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 PlatformEngineBaseThemeAutoImporter.platformEngineConstructors 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 PlatformEnginePlatformEngineConfigurator.initEngine() -
Uses of PlatformEngine in com.flowable.platform.engine.test
Fields in com.flowable.platform.engine.test declared as PlatformEngineModifier and TypeFieldDescriptionprotected final PlatformEnginePlatformTestHelper.platformEngineMethods in com.flowable.platform.engine.test that return PlatformEngineModifier and TypeMethodDescriptionprotected PlatformEnginePlatformExtension.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 PlatformEngineSystemConfigurationApplierService.platformEngineConstructors in com.flowable.platform.service.configuration.service with parameters of type PlatformEngineModifierConstructorDescriptionSystemConfigurationApplierService(PlatformEngine platformEngine, String currentNodeName)