Uses of Interface
com.flowable.policy.engine.PolicyEngine
-
Uses of PolicyEngine in com.flowable.policy.engine
Fields in com.flowable.policy.engine with type parameters of type PolicyEngine Modifier and Type Field Description protected static java.util.Map<java.lang.String,PolicyEngine>
PolicyEngines. policyEngines
Methods in com.flowable.policy.engine that return PolicyEngine Modifier and Type Method Description PolicyEngine
PolicyEngineConfiguration. buildActionEngine()
static PolicyEngine
PolicyEngines. getDefaultPolicyEngine()
static PolicyEngine
PolicyEngines. getPolicyEngine(java.lang.String policyEngineName)
Obtain an policy engine by name.Methods in com.flowable.policy.engine that return types with arguments of type PolicyEngine Modifier and Type Method Description org.flowable.common.spring.AutoDeploymentStrategy<PolicyEngine>
PolicyEngineConfiguration. getAutoDeploymentStrategy(java.lang.String mode)
Gets theAutoDeploymentStrategy
for the provided mode.java.util.Collection<org.flowable.common.spring.AutoDeploymentStrategy<PolicyEngine>>
PolicyEngineConfiguration. getDeploymentStrategies()
static java.util.Map<java.lang.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 PolicyEngine Modifier and Type Method Description protected void
PolicyEngineConfiguration. autoDeployResources(PolicyEngine policyEngine)
static void
PolicyEngines. registerEngine(PolicyEngine policyEngine)
Registers the given policy engine.static void
PolicyEngines. unregister(PolicyEngine policyEngine)
Unregisters the given action engine.Method parameters in com.flowable.policy.engine with type arguments of type PolicyEngine Modifier and Type Method Description void
PolicyEngineConfiguration. setDeploymentStrategies(java.util.Collection<org.flowable.common.spring.AutoDeploymentStrategy<PolicyEngine>> deploymentStrategies)
-
Uses of PolicyEngine in com.flowable.policy.engine.autodeployment
Methods in com.flowable.policy.engine.autodeployment with parameters of type PolicyEngine Modifier and Type Method Description protected void
DefaultAutoDeploymentStrategy. deployResourcesInternal(java.lang.String deploymentNameHint, org.springframework.core.io.Resource[] resources, PolicyEngine engine)
protected org.flowable.common.engine.impl.lock.LockManager
AbstractPolicyAutoDeploymentStrategy. getLockManager(PolicyEngine engine, java.lang.String deploymentNameHint)
-
Uses of PolicyEngine in com.flowable.policy.engine.configurator
Methods in com.flowable.policy.engine.configurator that return PolicyEngine Modifier and Type Method Description protected PolicyEngine
PolicyEngineConfigurator. initEngine()
-
Uses of PolicyEngine in com.flowable.policy.engine.impl
Classes in com.flowable.policy.engine.impl that implement PolicyEngine Modifier and Type Class Description class
PolicyEngineImpl
-
Uses of PolicyEngine in com.flowable.policy.engine.impl.deployer
Fields in com.flowable.policy.engine.impl.deployer declared as PolicyEngine Modifier and Type Field Description protected PolicyEngine
DefaultPolicyDefinitionAutoDeployer. policyEngine
Constructors in com.flowable.policy.engine.impl.deployer with parameters of type PolicyEngine Constructor Description DefaultPolicyDefinitionAutoDeployer(java.util.Collection<org.springframework.core.io.Resource> deploymentResources, PolicyEngine policyEngine)
DefaultPolicyDefinitionAutoDeployer(java.util.Collection<org.springframework.core.io.Resource> deploymentResources, PolicyEngine policyEngine, java.lang.String deploymentName)
-
Uses of PolicyEngine in com.flowable.policy.engine.test
Fields in com.flowable.policy.engine.test declared as PolicyEngine Modifier and Type Field Description protected PolicyEngine
PolicyTestHelper. policyEngine
Methods in com.flowable.policy.engine.test that return PolicyEngine Modifier and Type Method Description protected PolicyEngine
PolicyExtension. createPolicyEngine(org.junit.jupiter.api.extension.ExtensionContext context)
PolicyEngine
PolicyTestHelper. getPolicyEngine()
Constructors in com.flowable.policy.engine.test with parameters of type PolicyEngine Constructor Description PolicyTestHelper(PolicyEngine policyEngine)