Uses of Interface
com.flowable.action.engine.ActionEngine
Packages that use ActionEngine
Package
Description
-
Uses of ActionEngine in com.flowable.action.engine
Subclasses with type arguments of type ActionEngine in com.flowable.action.engineFields 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()protected ActionEngineActionEngineConfiguration.createEngine()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 TypeMethodDescriptionprotected Consumer<ActionEngine> ActionEngineConfiguration.createPostEngineBuildConsumer()static Map<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(String mode) Gets theAutoDeploymentStrategyfor the provided mode.Collection<org.flowable.common.spring.AutoDeploymentStrategy<ActionEngine>> 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<org.flowable.common.spring.AutoDeploymentStrategy<ActionEngine>> deploymentStrategies) -
Uses of ActionEngine in com.flowable.action.engine.autodeployment
Subclasses with type arguments of type ActionEngine in com.flowable.action.engine.autodeploymentModifier and TypeClassDescriptionclassAbstract base class for implementations ofAutoDeploymentStrategy.Methods in com.flowable.action.engine.autodeployment with parameters of type ActionEngineModifier and TypeMethodDescriptionprotected voidDefaultAutoDeploymentStrategy.deployResourcesInternal(String deploymentNameHint, Resource[] resources, ActionEngine engine) protected org.flowable.common.engine.api.lock.LockManagerAbstractActionAutoDeploymentStrategy.getLockManager(ActionEngine engine, String deploymentNameHint) -
Uses of ActionEngine in com.flowable.action.engine.configurator
Subclasses with type arguments of type ActionEngine in com.flowable.action.engine.configuratorMethods 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 ActionEngineClasses in com.flowable.action.engine.impl that implement interfaces with type arguments of type ActionEngineMethods in com.flowable.action.engine.impl with parameters of type ActionEngineModifier and TypeMethodDescriptionvoidActionEnginePostEngineBuildConsumer.accept(ActionEngine 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