Uses of Interface
com.flowable.engage.engine.EngageEngine
Packages that use EngageEngine
Package
Description
-
Uses of EngageEngine in com.flowable.engage.engine
Fields in com.flowable.engage.engine with type parameters of type EngageEngineModifier and TypeFieldDescriptionprotected Collection<AutoDeploymentStrategy<EngageEngine>>EngageEngineConfiguration.deploymentStrategiesprotected static Map<String,EngageEngine> EngageEngines.engageEnginesMethods in com.flowable.engage.engine that return EngageEngineModifier and TypeMethodDescriptionEngageEngineConfiguration.buildEngageEngine()static EngageEngineEngageEngines.getDefaultEngageEngine()static EngageEngineEngageEngines.getEngageEngine(String engageEngineName) Obtain an engage engine by name.Methods in com.flowable.engage.engine that return types with arguments of type EngageEngineModifier and TypeMethodDescriptionprotected AutoDeploymentStrategy<EngageEngine>EngageEngineConfiguration.getAutoDeploymentStrategy(String mode) Gets theAutoDeploymentStrategyfor the provided mode.EngageEngineConfiguration.getDeploymentStrategies()static Map<String,EngageEngine> EngageEngines.getEngageEngines()Provides access to engage engines to application clients in a managed server environment.Methods in com.flowable.engage.engine with parameters of type EngageEngineModifier and TypeMethodDescriptionprotected voidEngageEngineConfiguration.autoDeployResources(EngageEngine engageEngine) static voidEngageEngines.registerEngine(EngageEngine engageEngine) Registers the given engage engine.static voidEngageEngines.unregister(EngageEngine engageEngine) Unregisters the given engage engine.Method parameters in com.flowable.engage.engine with type arguments of type EngageEngineModifier and TypeMethodDescriptionEngageEngineConfiguration.addAutoDeploymentStrategy(AutoDeploymentStrategy<EngageEngine> autoDeploymentStrategy) voidEngageEngineConfiguration.setDeploymentStrategies(Collection<AutoDeploymentStrategy<EngageEngine>> deploymentStrategies) -
Uses of EngageEngine in com.flowable.engage.engine.autodeployment
Methods in com.flowable.engage.engine.autodeployment with parameters of type EngageEngineModifier and TypeMethodDescriptionprotected voidDefaultAutoDeploymentStrategy.deployResourcesInternal(String deploymentNameHint, Resource[] resources, EngageEngine engine) protected LockManagerAbstractEngageAutoDeploymentStrategy.getLockManager(EngageEngine engine, String deploymentNameHint) -
Uses of EngageEngine in com.flowable.engage.engine.configurator
Methods in com.flowable.engage.engine.configurator that return EngageEngine -
Uses of EngageEngine in com.flowable.engage.engine.impl
Classes in com.flowable.engage.engine.impl that implement EngageEngine -
Uses of EngageEngine in com.flowable.engage.engine.test
Fields in com.flowable.engage.engine.test declared as EngageEngineMethods in com.flowable.engage.engine.test that return EngageEngineModifier and TypeMethodDescriptionprotected EngageEngineEngageExtension.createEngageEngine(org.junit.jupiter.api.extension.ExtensionContext context) EngageTestHelper.getEngageEngine()Constructors in com.flowable.engage.engine.test with parameters of type EngageEngine