Uses of Interface
com.flowable.engage.engine.EngageEngine
-
-
Uses of EngageEngine in com.flowable.engage.engine
Fields in com.flowable.engage.engine with type parameters of type EngageEngine Modifier and Type Field Description protected Collection<AutoDeploymentStrategy<EngageEngine>>
EngageEngineConfiguration. deploymentStrategies
protected static Map<String,EngageEngine>
EngageEngines. engageEngines
Methods in com.flowable.engage.engine that return EngageEngine Modifier and Type Method Description EngageEngine
EngageEngineConfiguration. 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 EngageEngine Modifier and Type Method Description protected AutoDeploymentStrategy<EngageEngine>
EngageEngineConfiguration. getAutoDeploymentStrategy(String mode)
Gets theAutoDeploymentStrategy
for the provided mode.Collection<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 EngageEngine Modifier and Type Method Description protected 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 EngageEngine Modifier and Type Method Description EngageEngineConfiguration
EngageEngineConfiguration. 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 EngageEngine Modifier and Type Method Description protected 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 Modifier and Type Method Description protected EngageEngine
EngageEngineConfigurator. initEngine()
-
Uses of EngageEngine in com.flowable.engage.engine.impl
Classes in com.flowable.engage.engine.impl that implement EngageEngine Modifier and Type Class Description class
EngageEngineImpl
-
Uses of EngageEngine in com.flowable.engage.engine.test
Fields in com.flowable.engage.engine.test declared as EngageEngine Modifier and Type Field Description protected EngageEngine
EngageTestHelper. engageEngine
Methods in com.flowable.engage.engine.test that return EngageEngine Modifier and Type Method Description protected EngageEngine
EngageExtension. createEngageEngine(org.junit.jupiter.api.extension.ExtensionContext context)
EngageEngine
EngageTestHelper. getEngageEngine()
Constructors in com.flowable.engage.engine.test with parameters of type EngageEngine Constructor Description EngageTestHelper(EngageEngine engageEngine)
-