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. deploymentStrategiesprotected static Map<String,EngageEngine>EngageEngines. engageEnginesMethods in com.flowable.engage.engine that return EngageEngine Modifier and Type Method Description EngageEngineEngageEngineConfiguration. 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 EngageEngine Modifier and Type Method Description protected AutoDeploymentStrategy<EngageEngine>EngageEngineConfiguration. getAutoDeploymentStrategy(String mode)Gets theAutoDeploymentStrategyfor 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 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 EngageEngine Modifier and Type Method Description EngageEngineConfigurationEngageEngineConfiguration. 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 EngageEngine Modifier and Type Method Description protected 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 Modifier and Type Method Description protected EngageEngineEngageEngineConfigurator. 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 classEngageEngineImpl -
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 EngageEngineEngageTestHelper. engageEngineMethods in com.flowable.engage.engine.test that return EngageEngine Modifier and Type Method Description protected EngageEngineEngageExtension. createEngageEngine(org.junit.jupiter.api.extension.ExtensionContext context)EngageEngineEngageTestHelper. getEngageEngine()Constructors in com.flowable.engage.engine.test with parameters of type EngageEngine Constructor Description EngageTestHelper(EngageEngine engageEngine)
-