Uses of Interface
com.flowable.agent.engine.AgentEngine
Packages that use AgentEngine
Package
Description
-
Uses of AgentEngine in com.flowable.agent.engine
Subclasses with type arguments of type AgentEngine in com.flowable.agent.engineFields in com.flowable.agent.engine with type parameters of type AgentEngineModifier and TypeFieldDescriptionprotected static Map<String, AgentEngine> AgentEngines.agentEnginesprotected Collection<org.flowable.common.spring.AutoDeploymentStrategy<AgentEngine>> AgentEngineConfiguration.deploymentStrategiesMethods in com.flowable.agent.engine that return AgentEngineModifier and TypeMethodDescriptionAgentEngineConfiguration.buildAgentEngine()protected AgentEngineAgentEngineConfiguration.createEngine()static AgentEngineAgentEngines.getAgentEngine(String agentEngineName) Obtain an agent engine by name.static AgentEngineAgentEngines.getDefaultAgentEngine()Methods in com.flowable.agent.engine that return types with arguments of type AgentEngineModifier and TypeMethodDescriptionprotected Consumer<AgentEngine> AgentEngineConfiguration.createPostEngineBuildConsumer()static Map<String, AgentEngine> AgentEngines.getAgentEngines()Provides access to agent engines to application clients in a managed server environment.org.flowable.common.spring.AutoDeploymentStrategy<AgentEngine> AgentEngineConfiguration.getAutoDeploymentStrategy(String mode) Gets theAutoDeploymentStrategyfor the provided mode.Collection<org.flowable.common.spring.AutoDeploymentStrategy<AgentEngine>> AgentEngineConfiguration.getDeploymentStrategies()Methods in com.flowable.agent.engine with parameters of type AgentEngineModifier and TypeMethodDescriptionprotected voidAgentEngineConfiguration.autoDeployResources(AgentEngine agentEngine) static voidAgentEngines.registerEngine(AgentEngine agentEngine) Registers the given agent engine.static voidAgentEngines.unregister(AgentEngine agentEngine) Unregisters the given agent engine.Method parameters in com.flowable.agent.engine with type arguments of type AgentEngineModifier and TypeMethodDescriptionvoidAgentEngineConfiguration.setDeploymentStrategies(Collection<org.flowable.common.spring.AutoDeploymentStrategy<AgentEngine>> deploymentStrategies) -
Uses of AgentEngine in com.flowable.agent.engine.autodeployment
Subclasses with type arguments of type AgentEngine in com.flowable.agent.engine.autodeploymentModifier and TypeClassDescriptionclassAbstract base class for implementations ofAutoDeploymentStrategy.Methods in com.flowable.agent.engine.autodeployment with parameters of type AgentEngineModifier and TypeMethodDescriptionprotected voidDefaultAutoDeploymentStrategy.deployResourcesInternal(String deploymentNameHint, Resource[] resources, AgentEngine engine) protected org.flowable.common.engine.api.lock.LockManagerAbstractAgentAutoDeploymentStrategy.getLockManager(AgentEngine engine, String deploymentNameHint) -
Uses of AgentEngine in com.flowable.agent.engine.configurator
Subclasses with type arguments of type AgentEngine in com.flowable.agent.engine.configuratorMethods in com.flowable.agent.engine.configurator that return AgentEngine -
Uses of AgentEngine in com.flowable.agent.engine.impl
Classes in com.flowable.agent.engine.impl that implement AgentEngineClasses in com.flowable.agent.engine.impl that implement interfaces with type arguments of type AgentEngineMethods in com.flowable.agent.engine.impl with parameters of type AgentEngineModifier and TypeMethodDescriptionvoidAgentEnginePostEngineBuildConsumer.accept(AgentEngine agentEngine) -
Uses of AgentEngine in com.flowable.agent.engine.impl.test
Fields in com.flowable.agent.engine.impl.test declared as AgentEngineMethods in com.flowable.agent.engine.impl.test that return AgentEngineModifier and TypeMethodDescriptionprotected AgentEngineAgentExtension.createAgentEngine(org.junit.jupiter.api.extension.ExtensionContext context) protected AgentEngineEnsureCleanAgentDbExtension.createAgentEngine(org.junit.jupiter.api.extension.ExtensionContext context) AgentTestHelper.getAgentEngine()Constructors in com.flowable.agent.engine.impl.test with parameters of type AgentEngine -
Uses of AgentEngine in com.flowable.platform.service.index
Fields in com.flowable.platform.service.index declared as AgentEngineModifier and TypeFieldDescriptionprotected final AgentEngineAgentEngineIndicesReindexService.agentEngineConstructors in com.flowable.platform.service.index with parameters of type AgentEngineModifierConstructorDescriptionAgentEngineIndicesReindexService(AgentEngine agentEngine, AgentInstanceReindexHandler agentInstanceReindexHandler, AgentInvocationReindexHandler agentInvocationReindexHandler, AgentInvocationEvaluationReindexHandler agentInvocationEvaluationReindexHandler) -
Uses of AgentEngine in com.flowable.platform.service.index.handlers
Fields in com.flowable.platform.service.index.handlers declared as AgentEngineModifier and TypeFieldDescriptionprotected final AgentEngineAgentInstanceReindexHandler.agentEngineprotected final AgentEngineAgentInvocationEvaluationReindexHandler.agentEngineprotected final AgentEngineAgentInvocationReindexHandler.agentEngineConstructors in com.flowable.platform.service.index.handlers with parameters of type AgentEngineModifierConstructorDescriptionAgentInstanceReindexHandler(AgentEngine agentEngine, AgentInstanceIndexingScheduler agentInstanceIndexingScheduler) AgentInvocationEvaluationReindexHandler(AgentEngine agentEngine, AgentInvocationEvaluationIndexingScheduler agentInvocationEvaluationIndexingScheduler) AgentInvocationReindexHandler(AgentEngine agentEngine, AgentInvocationIndexingScheduler agentInvocationIndexingScheduler)