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.policyEngines
Methods in com.flowable.policy.engine that return PolicyEngineModifier and TypeMethodDescriptionPolicyEngineConfiguration.buildPolicyEngine()
static PolicyEngine
PolicyEngines.getDefaultPolicyEngine()
static PolicyEngine
PolicyEngines.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 theAutoDeploymentStrategy
for 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 void
PolicyEngineConfiguration.autoDeployResources
(PolicyEngine policyEngine) static void
PolicyEngines.registerEngine
(PolicyEngine policyEngine) Registers the given engine.static void
PolicyEngines.unregister
(PolicyEngine policyEngine) Unregisters the given engine.Method parameters in com.flowable.policy.engine with type arguments of type PolicyEngineModifier and TypeMethodDescriptionvoid
PolicyEngineConfiguration.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 void
DefaultAutoDeploymentStrategy.deployResourcesInternal
(String deploymentNameHint, Resource[] resources, PolicyEngine engine) protected LockManager
AbstractPolicyAutoDeploymentStrategy.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 PolicyEngine
PolicyExtension.createPolicyEngine
(org.junit.jupiter.api.extension.ExtensionContext context) PolicyTestHelper.getPolicyEngine()
Constructors in com.flowable.policy.engine.test with parameters of type PolicyEngine