| Package | Description |
|---|---|
| com.flowable.policy.engine | |
| com.flowable.policy.engine.configurator | |
| com.flowable.policy.engine.impl | |
| com.flowable.policy.engine.test |
| Modifier and Type | Field and Description |
|---|---|
protected static Map<String,PolicyEngine> |
PolicyEngines.policyEngines |
| Modifier and Type | Method and Description |
|---|---|
PolicyEngine |
PolicyEngineConfiguration.buildActionEngine() |
static PolicyEngine |
PolicyEngines.getDefaultPolicyEngine() |
static PolicyEngine |
PolicyEngines.getPolicyEngine(String policyEngineName)
Obtain an policy engine by name.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<String,PolicyEngine> |
PolicyEngines.getPolicyEngines()
Provides access to policy engines to application clients in a managed server environment.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
protected PolicyEngine |
PolicyEngineConfigurator.initEngine() |
| Modifier and Type | Class and Description |
|---|---|
class |
PolicyEngineImpl |
| Modifier and Type | Field and Description |
|---|---|
protected PolicyEngine |
PolicyTestHelper.policyEngine |
| Modifier and Type | Method and Description |
|---|---|
protected PolicyEngine |
PolicyExtension.createPolicyEngine(org.junit.jupiter.api.extension.ExtensionContext context) |
PolicyEngine |
PolicyTestHelper.getPolicyEngine() |
| Constructor and Description |
|---|
PolicyTestHelper(PolicyEngine policyEngine) |
Copyright © 2019. All rights reserved.