Modifier and Type | Field and Description |
---|---|
protected Collection<org.flowable.common.spring.AutoDeploymentStrategy<EngageEngine>> |
EngageEngineConfiguration.deploymentStrategies |
protected static Map<String,EngageEngine> |
EngageEngines.engageEngines |
Modifier and Type | Method and Description |
---|---|
EngageEngine |
EngageEngineConfiguration.buildEngageEngine() |
static EngageEngine |
EngageEngines.getDefaultEngageEngine() |
static EngageEngine |
EngageEngines.getEngageEngine(String engageEngineName)
Obtain an engage engine by name.
|
Modifier and Type | Method and Description |
---|---|
protected org.flowable.common.spring.AutoDeploymentStrategy<EngageEngine> |
EngageEngineConfiguration.getAutoDeploymentStrategy(String mode)
Gets the
AutoDeploymentStrategy for 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
EngageEngineConfiguration |
EngageEngineConfiguration.addAutoDeploymentStrategy(org.flowable.common.spring.AutoDeploymentStrategy<EngageEngine> autoDeploymentStrategy) |
void |
EngageEngineConfiguration.setDeploymentStrategies(Collection<org.flowable.common.spring.AutoDeploymentStrategy<EngageEngine>> deploymentStrategies) |
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultAutoDeploymentStrategy.deployResourcesInternal(String deploymentNameHint,
org.springframework.core.io.Resource[] resources,
EngageEngine engine) |
protected org.flowable.common.engine.impl.lock.LockManager |
AbstractEngageAutoDeploymentStrategy.getLockManager(EngageEngine engine,
String deploymentNameHint) |
Modifier and Type | Method and Description |
---|---|
protected EngageEngine |
EngageEngineConfigurator.initEngine() |
Modifier and Type | Class and Description |
---|---|
class |
EngageEngineImpl |
Modifier and Type | Field and Description |
---|---|
protected EngageEngine |
EngageTestHelper.engageEngine |
Modifier and Type | Method and Description |
---|---|
protected EngageEngine |
EngageExtension.createEngageEngine(org.junit.jupiter.api.extension.ExtensionContext context) |
EngageEngine |
EngageTestHelper.getEngageEngine() |
protected EngageEngine |
IndexingCleanupExtension.getEngageEngine(org.junit.jupiter.api.extension.ExtensionContext context) |
Constructor and Description |
---|
EngageTestHelper(EngageEngine engageEngine) |
Copyright © 2019. All rights reserved.