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.deploymentStrategies
protected static Map<String,
EngageEngine> EngageEngines.engageEngines
Methods in com.flowable.engage.engine that return EngageEngineModifier and TypeMethodDescriptionEngageEngineConfiguration.buildEngageEngine()
static EngageEngine
EngageEngines.getDefaultEngageEngine()
static EngageEngine
EngageEngines.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 theAutoDeploymentStrategy
for 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 void
EngageEngineConfiguration.autoDeployResources
(EngageEngine engageEngine) static void
EngageEngines.registerEngine
(EngageEngine engageEngine) Registers the given engage engine.static void
EngageEngines.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) void
EngageEngineConfiguration.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 void
DefaultAutoDeploymentStrategy.deployResourcesInternal
(String deploymentNameHint, Resource[] resources, EngageEngine engine) protected LockManager
AbstractEngageAutoDeploymentStrategy.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 EngageEngine
EngageExtension.createEngageEngine
(org.junit.jupiter.api.extension.ExtensionContext context) EngageTestHelper.getEngageEngine()
Constructors in com.flowable.engage.engine.test with parameters of type EngageEngine