Uses of Interface
com.flowable.action.engine.ActionEngine
Packages that use ActionEngine
Package
Description
-
Uses of ActionEngine in com.flowable.action.engine
Fields in com.flowable.action.engine with type parameters of type ActionEngineModifier and TypeFieldDescriptionprotected static Map<String,
ActionEngine> ActionEngines.actionEngines
Methods in com.flowable.action.engine that return ActionEngineModifier and TypeMethodDescriptionActionEngineConfiguration.buildActionEngine()
static ActionEngine
ActionEngines.getActionEngine
(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 ActionEngineModifier and TypeMethodDescriptionstatic Map<String,
ActionEngine> ActionEngines.getActionEngines()
Provides access to action engines to application clients in a managed server environment.ActionEngineConfiguration.getAutoDeploymentStrategy
(String mode) Gets theAutoDeploymentStrategy
for the provided mode.ActionEngineConfiguration.getDeploymentStrategies()
Methods in com.flowable.action.engine with parameters of type ActionEngineModifier and TypeMethodDescriptionprotected 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 ActionEngineModifier and TypeMethodDescriptionvoid
ActionEngineConfiguration.setDeploymentStrategies
(Collection<AutoDeploymentStrategy<ActionEngine>> deploymentStrategies) -
Uses of ActionEngine in com.flowable.action.engine.autodeployment
Methods in com.flowable.action.engine.autodeployment with parameters of type ActionEngineModifier and TypeMethodDescriptionprotected void
DefaultAutoDeploymentStrategy.deployResourcesInternal
(String deploymentNameHint, Resource[] resources, ActionEngine engine) protected LockManager
AbstractActionAutoDeploymentStrategy.getLockManager
(ActionEngine engine, String deploymentNameHint) -
Uses of ActionEngine in com.flowable.action.engine.configurator
Methods in com.flowable.action.engine.configurator that return ActionEngine -
Uses of ActionEngine in com.flowable.action.engine.impl
Classes in com.flowable.action.engine.impl that implement ActionEngine -
Uses of ActionEngine in com.flowable.action.engine.test
Fields in com.flowable.action.engine.test declared as ActionEngineMethods in com.flowable.action.engine.test that return ActionEngineModifier and TypeMethodDescriptionprotected ActionEngine
ActionExtension.createActionEngine
(org.junit.jupiter.api.extension.ExtensionContext context) ActionTestHelper.getActionEngine()
Constructors in com.flowable.action.engine.test with parameters of type ActionEngine