| Modifier and Type | Field and Description |
|---|---|
protected static Map<String,DmnEngine> |
DmnEngines.dmnEngines |
| Modifier and Type | Method and Description |
|---|---|
DmnEngine |
DmnEngineConfiguration.buildDmnEngine() |
protected static DmnEngine |
DmnEngines.buildDmnEngine(URL resource) |
static DmnEngine |
DmnEngines.getDefaultDmnEngine() |
static DmnEngine |
DmnEngines.getDmnEngine(String dmnEngineName)
obtain a dmn engine by name.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<String,DmnEngine> |
DmnEngines.getDmnEngines()
provides access to dmn engine to application clients in a managed server environment.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
DmnEngines.registerDmnEngine(DmnEngine dmnEngine)
Registers the given dmn engine.
|
static void |
DmnEngines.unregister(DmnEngine dmnEngine)
Unregisters the given dmn engine.
|
| Modifier and Type | Method and Description |
|---|---|
protected DmnEngine |
DmnEngineConfigurator.initDmnEngine() |
| Modifier and Type | Class and Description |
|---|---|
class |
DmnEngineImpl |
| Modifier and Type | Field and Description |
|---|---|
protected static DmnEngine |
PluggableFlowableDmnTestCase.cachedDmnEngine |
protected DmnEngine |
AbstractFlowableDmnTestCase.dmnEngine |
| Modifier and Type | Field and Description |
|---|---|
protected DmnEngine |
FlowableDmnRule.dmnEngine |
protected DmnEngine |
FlowableDmnTestHelper.dmnEngine |
| Modifier and Type | Method and Description |
|---|---|
protected DmnEngine |
FlowableDmnExtension.createDmnEngine(org.junit.jupiter.api.extension.ExtensionContext context) |
DmnEngine |
FlowableDmnRule.getDmnEngine() |
DmnEngine |
FlowableDmnTestHelper.getDmnEngine() |
static DmnEngine |
DmnTestHelper.getDmnEngine(String configurationResource) |
| Modifier and Type | Method and Description |
|---|---|
static String |
DmnTestHelper.annotationDeploymentSetUp(DmnEngine dmnEngine,
Class<?> testClass,
Method method,
DmnDeployment dmnDeploymentAnnotation) |
static String |
DmnTestHelper.annotationDeploymentSetUp(DmnEngine dmnEngine,
Class<?> testClass,
Method method,
DmnDeploymentAnnotation dmnDeploymentAnnotation) |
static String |
DmnTestHelper.annotationDeploymentSetUp(DmnEngine dmnEngine,
Class<?> testClass,
String methodName) |
static void |
DmnTestHelper.annotationDeploymentTearDown(DmnEngine dmnEngine,
String deploymentId,
Class<?> testClass,
String methodName) |
static void |
DmnTestHelper.assertAndEnsureCleanDb(DmnEngine dmnEngine)
Each test is assumed to clean up all DB content it entered.
|
protected static String |
DmnTestHelper.deployResourceFromAnnotation(DmnEngine dmnEngine,
Class<?> testClass,
String methodName,
Method method,
String[] resources) |
void |
FlowableDmnRule.setDmnEngine(DmnEngine dmnEngine) |
| Constructor and Description |
|---|
FlowableDmnRule(DmnEngine dmnEngine) |
FlowableDmnTestHelper(DmnEngine dmnEngine) |
| Modifier and Type | Field and Description |
|---|---|
protected DmnEngine |
DmnEngineFactoryBean.dmnEngine |
| Modifier and Type | Field and Description |
|---|---|
protected Collection<AutoDeploymentStrategy<DmnEngine>> |
SpringDmnEngineConfiguration.deploymentStrategies |
| Modifier and Type | Method and Description |
|---|---|
DmnEngine |
SpringDmnEngineConfiguration.buildDmnEngine() |
static DmnEngine |
SpringDmnConfigurationHelper.buildDmnEngine(URL resource) |
DmnEngine |
DmnEngineFactoryBean.getObject() |
| Modifier and Type | Method and Description |
|---|---|
protected AutoDeploymentStrategy<DmnEngine> |
SpringDmnEngineConfiguration.getAutoDeploymentStrategy(String mode)
Gets the
AutoDeploymentStrategy for the provided mode. |
Collection<AutoDeploymentStrategy<DmnEngine>> |
SpringDmnEngineConfiguration.getDeploymentStrategies() |
Class<DmnEngine> |
DmnEngineFactoryBean.getObjectType() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SpringDmnEngineConfiguration.autoDeployResources(DmnEngine dmnEngine) |
| Modifier and Type | Method and Description |
|---|---|
void |
SpringDmnEngineConfiguration.setDeploymentStrategies(Collection<AutoDeploymentStrategy<DmnEngine>> deploymentStrategies) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SingleResourceAutoDeploymentStrategy.deployResourcesInternal(String deploymentNameHint,
org.springframework.core.io.Resource[] resources,
DmnEngine engine) |
protected void |
DefaultAutoDeploymentStrategy.deployResourcesInternal(String deploymentNameHint,
org.springframework.core.io.Resource[] resources,
DmnEngine engine) |
protected void |
ResourceParentFolderAutoDeploymentStrategy.deployResourcesInternal(String deploymentNameHint,
org.springframework.core.io.Resource[] resources,
DmnEngine engine) |
protected LockManager |
AbstractDmnAutoDeploymentStrategy.getLockManager(DmnEngine engine,
String deploymentNameHint) |
| Modifier and Type | Method and Description |
|---|---|
protected DmnEngine |
SpringDmnEngineConfigurator.initDmnEngine() |
| Modifier and Type | Field and Description |
|---|---|
protected Map<Object,DmnEngine> |
SpringFlowableTestCase.cachedDmnEngines |
| Modifier and Type | Method and Description |
|---|---|
protected DmnEngine |
FlowableDmnSpringExtension.createDmnEngine(org.junit.jupiter.api.extension.ExtensionContext context) |
| Modifier and Type | Method and Description |
|---|---|
DmnHistoryService |
DmnEngineServicesAutoConfiguration.dmnHistoryService(DmnEngine dmnEngine) |
DmnManagementService |
DmnEngineServicesAutoConfiguration.dmnManagementService(DmnEngine dmnEngine) |
DmnRepositoryService |
DmnEngineServicesAutoConfiguration.dmnRepositoryService(DmnEngine dmnEngine) |
DmnDecisionService |
DmnEngineServicesAutoConfiguration.dmnRuleService(DmnEngine dmnEngine) |
| Modifier and Type | Method and Description |
|---|---|
SpringDmnEngineConfiguration |
DmnEngineAutoConfiguration.dmnEngineConfiguration(DataSource dataSource,
org.springframework.transaction.PlatformTransactionManager platformTransactionManager,
org.springframework.beans.factory.ObjectProvider<com.fasterxml.jackson.databind.ObjectMapper> objectMapperProvider,
org.springframework.beans.factory.ObjectProvider<List<AutoDeploymentStrategy<DmnEngine>>> dmnAutoDeploymentStrategies) |
Copyright © 2023 Flowable. All rights reserved.