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.actionEnginesMethods in com.flowable.action.engine that return ActionEngineModifier and TypeMethodDescriptionActionEngineConfiguration.buildActionEngine()static ActionEngineActionEngines.getActionEngine(String actionEngineName) Obtain an action engine by name.static ActionEngineActionEngines.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 theAutoDeploymentStrategyfor the provided mode.ActionEngineConfiguration.getDeploymentStrategies()Methods in com.flowable.action.engine with parameters of type ActionEngineModifier and TypeMethodDescriptionprotected voidActionEngineConfiguration.autoDeployResources(ActionEngine actionEngine) static voidActionEngines.registerEngine(ActionEngine actionEngine) Registers the given action engine.static voidActionEngines.unregister(ActionEngine actionEngine) Unregisters the given action engine.Method parameters in com.flowable.action.engine with type arguments of type ActionEngineModifier and TypeMethodDescriptionvoidActionEngineConfiguration.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 voidDefaultAutoDeploymentStrategy.deployResourcesInternal(String deploymentNameHint, Resource[] resources, ActionEngine engine) protected LockManagerAbstractActionAutoDeploymentStrategy.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 ActionEngineActionExtension.createActionEngine(org.junit.jupiter.api.extension.ExtensionContext context) ActionTestHelper.getActionEngine()Constructors in com.flowable.action.engine.test with parameters of type ActionEngine