Uses of Interface
com.flowable.platform.engine.PlatformEngine
Packages that use PlatformEngine
Package
Description
-
Uses of PlatformEngine in com.flowable.platform.engine
Subclasses with type arguments of type PlatformEngine in com.flowable.platform.engineFields 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()protected PlatformEnginePlatformEngineConfiguration.createEngine()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 TypeMethodDescriptionprotected Consumer<PlatformEngine> PlatformEngineConfiguration.createPostEngineBuildConsumer()org.flowable.common.spring.AutoDeploymentStrategy<PlatformEngine> PlatformEngineConfiguration.getAutoDeploymentStrategy(String mode) Gets theAutoDeploymentStrategyfor the provided mode.Collection<org.flowable.common.spring.AutoDeploymentStrategy<PlatformEngine>> 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<org.flowable.common.spring.AutoDeploymentStrategy<PlatformEngine>> deploymentStrategies) -
Uses of PlatformEngine in com.flowable.platform.engine.autodeployment
Subclasses with type arguments of type PlatformEngine in com.flowable.platform.engine.autodeploymentModifier and TypeClassDescriptionclassAbstract base class for implementations ofAutoDeploymentStrategy.Methods in com.flowable.platform.engine.autodeployment with parameters of type PlatformEngineModifier and TypeMethodDescriptionprotected voidDefaultPlatformAutoDeploymentStrategy.deployResourcesInternal(String deploymentNameHint, Resource[] resources, PlatformEngine engine) protected org.flowable.common.engine.api.lock.LockManagerAbstractPlatformAutoDeploymentStrategy.getLockManager(PlatformEngine engine, String deploymentNameHint) -
Uses of PlatformEngine in com.flowable.platform.engine.impl
Classes in com.flowable.platform.engine.impl that implement PlatformEngineClasses in com.flowable.platform.engine.impl that implement interfaces with type arguments of type PlatformEngineMethods in com.flowable.platform.engine.impl with parameters of type PlatformEngineModifier and TypeMethodDescriptionvoidPlatformEnginePostEngineBuildConsumer.accept(PlatformEngine 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, org.flowable.common.spring.CommonAutoDeploymentProperties deploymentProperties, Collection<Resource> themeResources, boolean forceOverwrite) CustomThemeAutoImporter(PlatformEngine platformEngine, org.flowable.common.spring.CommonAutoDeploymentProperties deploymentProperties, Collection<Resource> themeResources, boolean forceOverwrite) DefaultThemeAutoImporter(PlatformEngine platformEngine, org.flowable.common.spring.CommonAutoDeploymentProperties deploymentProperties, Collection<Resource> themeResources, boolean forceOverwrite, Set<String> autoImportTenants) -
Uses of PlatformEngine in com.flowable.platform.engine.impl.configurator
Subclasses with type arguments of type PlatformEngine in com.flowable.platform.engine.impl.configuratorMethods in com.flowable.platform.engine.impl.configurator that return PlatformEngineModifier and TypeMethodDescriptionprotected PlatformEnginePlatformEngineConfigurator.buildEngine() -
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, FlowableSystemInformationService flowableSystemInformationService, String currentNodeName)