Uses of Interface
com.flowable.action.engine.ActionEngine
-
Uses of ActionEngine in com.flowable.action.engine
Fields in com.flowable.action.engine with type parameters of type ActionEngine Modifier and Type Field Description protected static java.util.Map<java.lang.String,ActionEngine>
ActionEngines. actionEngines
Methods in com.flowable.action.engine that return ActionEngine Modifier and Type Method Description ActionEngine
ActionEngineConfiguration. buildActionEngine()
static ActionEngine
ActionEngines. getActionEngine(java.lang.String actionEngineName)
Obtain an action engine by name.static ActionEngine
ActionEngines. getDefaultActionEngine()
Methods in com.flowable.action.engine that return types with arguments of type ActionEngine Modifier and Type Method Description static java.util.Map<java.lang.String,ActionEngine>
ActionEngines. getActionEngines()
Provides access to action engines to application clients in a managed server environment.org.flowable.common.spring.AutoDeploymentStrategy<ActionEngine>
ActionEngineConfiguration. getAutoDeploymentStrategy(java.lang.String mode)
Gets theAutoDeploymentStrategy
for the provided mode.java.util.Collection<org.flowable.common.spring.AutoDeploymentStrategy<ActionEngine>>
ActionEngineConfiguration. getDeploymentStrategies()
Methods in com.flowable.action.engine with parameters of type ActionEngine Modifier and Type Method Description protected void
ActionEngineConfiguration. autoDeployResources(ActionEngine actionEngine)
static void
ActionEngines. registerEngine(ActionEngine actionEngine)
Registers the given action engine.static void
ActionEngines. unregister(ActionEngine actionEngine)
Unregisters the given action engine.Method parameters in com.flowable.action.engine with type arguments of type ActionEngine Modifier and Type Method Description void
ActionEngineConfiguration. setDeploymentStrategies(java.util.Collection<org.flowable.common.spring.AutoDeploymentStrategy<ActionEngine>> deploymentStrategies)
-
Uses of ActionEngine in com.flowable.action.engine.autodeployment
Methods in com.flowable.action.engine.autodeployment with parameters of type ActionEngine Modifier and Type Method Description protected void
DefaultAutoDeploymentStrategy. deployResourcesInternal(java.lang.String deploymentNameHint, org.springframework.core.io.Resource[] resources, ActionEngine engine)
protected org.flowable.common.engine.impl.lock.LockManager
AbstractActionAutoDeploymentStrategy. getLockManager(ActionEngine engine, java.lang.String deploymentNameHint)
-
Uses of ActionEngine in com.flowable.action.engine.configurator
Methods in com.flowable.action.engine.configurator that return ActionEngine Modifier and Type Method Description protected ActionEngine
ActionEngineConfigurator. initEngine()
-
Uses of ActionEngine in com.flowable.action.engine.impl
Classes in com.flowable.action.engine.impl that implement ActionEngine Modifier and Type Class Description class
ActionEngineImpl
-
Uses of ActionEngine in com.flowable.action.engine.impl.deployer
Fields in com.flowable.action.engine.impl.deployer declared as ActionEngine Modifier and Type Field Description protected ActionEngine
DefaultActionDefinitionAutoDeployer. actionEngine
Constructors in com.flowable.action.engine.impl.deployer with parameters of type ActionEngine Constructor Description DefaultActionDefinitionAutoDeployer(java.util.Collection<org.springframework.core.io.Resource> deploymentResources, ActionEngine actionEngine)
DefaultActionDefinitionAutoDeployer(java.util.Collection<org.springframework.core.io.Resource> deploymentResources, ActionEngine actionEngine, java.lang.String deploymentName)
-
Uses of ActionEngine in com.flowable.action.engine.test
Fields in com.flowable.action.engine.test declared as ActionEngine Modifier and Type Field Description protected ActionEngine
ActionTestHelper. actionEngine
Methods in com.flowable.action.engine.test that return ActionEngine Modifier and Type Method Description protected ActionEngine
ActionExtension. createActionEngine(org.junit.jupiter.api.extension.ExtensionContext context)
ActionEngine
ActionTestHelper. getActionEngine()
Constructors in com.flowable.action.engine.test with parameters of type ActionEngine Constructor Description ActionTestHelper(ActionEngine actionEngine)