Uses of Interface
com.flowable.policy.engine.PolicyEngine
Packages that use PolicyEngine
Package
Description
-
Uses of PolicyEngine in com.flowable.policy.engine
Fields 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()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 TypeMethodDescriptionPolicyEngineConfiguration.getAutoDeploymentStrategy(String mode) Gets theAutoDeploymentStrategyfor the provided mode.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<AutoDeploymentStrategy<PolicyEngine>> deploymentStrategies) -
Uses of PolicyEngine in com.flowable.policy.engine.autodeployment
Methods in com.flowable.policy.engine.autodeployment with parameters of type PolicyEngineModifier and TypeMethodDescriptionprotected voidDefaultAutoDeploymentStrategy.deployResourcesInternal(String deploymentNameHint, Resource[] resources, PolicyEngine engine) protected LockManagerAbstractPolicyAutoDeploymentStrategy.getLockManager(PolicyEngine engine, String deploymentNameHint) -
Uses of PolicyEngine in com.flowable.policy.engine.configurator
Methods 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 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