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<org.flowable.common.spring.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 org.flowable.common.spring.AutoDeploymentStrategy<EngageEngine> EngageEngineConfiguration.getAutoDeploymentStrategy(String mode) Gets theAutoDeploymentStrategyfor the provided mode.Collection<org.flowable.common.spring.AutoDeploymentStrategy<EngageEngine>> 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(org.flowable.common.spring.AutoDeploymentStrategy<EngageEngine> autoDeploymentStrategy) voidEngageEngineConfiguration.setDeploymentStrategies(Collection<org.flowable.common.spring.AutoDeploymentStrategy<EngageEngine>> deploymentStrategies) -
Uses of EngageEngine in com.flowable.engage.engine.autodeployment
Subclasses with type arguments of type EngageEngine in com.flowable.engage.engine.autodeploymentModifier and TypeClassDescriptionclassAbstract base class for implementations ofAutoDeploymentStrategy.Methods in com.flowable.engage.engine.autodeployment with parameters of type EngageEngineModifier and TypeMethodDescriptionprotected voidDefaultAutoDeploymentStrategy.deployResourcesInternal(String deploymentNameHint, Resource[] resources, EngageEngine engine) protected org.flowable.common.engine.api.lock.LockManagerAbstractEngageAutoDeploymentStrategy.getLockManager(EngageEngine engine, String deploymentNameHint) -
Uses of EngageEngine in com.flowable.engage.engine.configurator
Subclasses with type arguments of type EngageEngine in com.flowable.engage.engine.configuratorMethods 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