Uses of Interface
com.flowable.policy.engine.PolicyEngine
Packages that use PolicyEngine
Package
Description
-
Uses of PolicyEngine in com.flowable.policy.engine
Subclasses with type arguments of type PolicyEngine in com.flowable.policy.engineFields in com.flowable.policy.engine with type parameters of type PolicyEngineModifier and TypeFieldDescriptionprotected static Map<String, PolicyEngine> PolicyEngines.policyEnginesMethods in com.flowable.policy.engine that return PolicyEngineModifier and TypeMethodDescriptionPolicyEngineConfiguration.buildPolicyEngine()protected PolicyEnginePolicyEngineConfiguration.createEngine()static PolicyEnginePolicyEngines.getDefaultPolicyEngine()static PolicyEnginePolicyEngines.getPolicyEngine(String policyEngineName) Obtain an policy engine by name.Methods in com.flowable.policy.engine that return types with arguments of type PolicyEngineModifier and TypeMethodDescriptionprotected Consumer<PolicyEngine> PolicyEngineConfiguration.createPostEngineBuildConsumer()org.flowable.common.spring.AutoDeploymentStrategy<PolicyEngine> PolicyEngineConfiguration.getAutoDeploymentStrategy(String mode) Gets theAutoDeploymentStrategyfor the provided mode.Collection<org.flowable.common.spring.AutoDeploymentStrategy<PolicyEngine>> PolicyEngineConfiguration.getDeploymentStrategies()static Map<String, PolicyEngine> PolicyEngines.getPolicyEngines()Provides access to policy engines to application clients in a managed server environment.Methods in com.flowable.policy.engine with parameters of type PolicyEngineModifier and TypeMethodDescriptionprotected voidPolicyEngineConfiguration.autoDeployResources(PolicyEngine policyEngine) static voidPolicyEngines.registerEngine(PolicyEngine policyEngine) Registers the given engine.static voidPolicyEngines.unregister(PolicyEngine policyEngine) Unregisters the given engine.Method parameters in com.flowable.policy.engine with type arguments of type PolicyEngineModifier and TypeMethodDescriptionvoidPolicyEngineConfiguration.setDeploymentStrategies(Collection<org.flowable.common.spring.AutoDeploymentStrategy<PolicyEngine>> deploymentStrategies) -
Uses of PolicyEngine in com.flowable.policy.engine.autodeployment
Subclasses with type arguments of type PolicyEngine in com.flowable.policy.engine.autodeploymentModifier and TypeClassDescriptionclassAbstract base class for implementations ofAutoDeploymentStrategy.Methods in com.flowable.policy.engine.autodeployment with parameters of type PolicyEngineModifier and TypeMethodDescriptionprotected voidDefaultAutoDeploymentStrategy.deployResourcesInternal(String deploymentNameHint, Resource[] resources, PolicyEngine engine) protected org.flowable.common.engine.api.lock.LockManagerAbstractPolicyAutoDeploymentStrategy.getLockManager(PolicyEngine engine, String deploymentNameHint) -
Uses of PolicyEngine in com.flowable.policy.engine.configurator
Subclasses with type arguments of type PolicyEngine in com.flowable.policy.engine.configuratorMethods in com.flowable.policy.engine.configurator that return PolicyEngine -
Uses of PolicyEngine in com.flowable.policy.engine.impl
Classes in com.flowable.policy.engine.impl that implement PolicyEngineClasses in com.flowable.policy.engine.impl that implement interfaces with type arguments of type PolicyEngineMethods in com.flowable.policy.engine.impl with parameters of type PolicyEngineModifier and TypeMethodDescriptionvoidPolicyEnginePostEngineBuildConsumer.accept(PolicyEngine policyEngine) -
Uses of PolicyEngine in com.flowable.policy.engine.test
Fields in com.flowable.policy.engine.test declared as PolicyEngineMethods in com.flowable.policy.engine.test that return PolicyEngineModifier and TypeMethodDescriptionprotected PolicyEnginePolicyExtension.createPolicyEngine(org.junit.jupiter.api.extension.ExtensionContext context) PolicyTestHelper.getPolicyEngine()Constructors in com.flowable.policy.engine.test with parameters of type PolicyEngine