Uses of Interface
org.flowable.dmn.engine.DmnEngine
Packages that use DmnEngine
Package
Description
-
Uses of DmnEngine in org.flowable.dmn.engine
Fields in org.flowable.dmn.engine with type parameters of type DmnEngineMethods in org.flowable.dmn.engine that return DmnEngineModifier and TypeMethodDescriptionDmnEngineConfiguration.buildDmnEngine()
protected static DmnEngine
DmnEngines.buildDmnEngine
(URL resource) protected DmnEngine
DmnEngineConfiguration.createEngine()
static DmnEngine
DmnEngines.getDefaultDmnEngine()
static DmnEngine
DmnEngines.getDmnEngine
(String dmnEngineName) obtain a dmn engine by name.Methods in org.flowable.dmn.engine that return types with arguments of type DmnEngineModifier and TypeMethodDescriptionDmnEngineConfiguration.createPostEngineBuildConsumer()
DmnEngines.getDmnEngines()
provides access to dmn engine to application clients in a managed server environment.Methods in org.flowable.dmn.engine with parameters of type DmnEngineModifier and TypeMethodDescriptionstatic void
DmnEngines.registerDmnEngine
(DmnEngine dmnEngine) Registers the given dmn engine.static void
DmnEngines.unregister
(DmnEngine dmnEngine) Unregisters the given dmn engine. -
Uses of DmnEngine in org.flowable.dmn.engine.configurator
Methods in org.flowable.dmn.engine.configurator that return DmnEngine -
Uses of DmnEngine in org.flowable.dmn.engine.impl
Classes in org.flowable.dmn.engine.impl that implement DmnEngineMethods in org.flowable.dmn.engine.impl with parameters of type DmnEngine -
Uses of DmnEngine in org.flowable.dmn.engine.impl.test
Fields in org.flowable.dmn.engine.impl.test declared as DmnEngineModifier and TypeFieldDescriptionprotected static DmnEngine
PluggableFlowableDmnTestCase.cachedDmnEngine
protected DmnEngine
AbstractFlowableDmnTestCase.dmnEngine
-
Uses of DmnEngine in org.flowable.dmn.engine.test
Fields in org.flowable.dmn.engine.test declared as DmnEngineModifier and TypeFieldDescriptionprotected DmnEngine
FlowableDmnRule.dmnEngine
Deprecated, for removal: This API element is subject to removal in a future version.protected final DmnEngine
FlowableDmnTestHelper.dmnEngine
Methods in org.flowable.dmn.engine.test that return DmnEngineModifier and TypeMethodDescriptionprotected DmnEngine
FlowableDmnExtension.createDmnEngine
(org.junit.jupiter.api.extension.ExtensionContext context) static DmnEngine
DmnTestHelper.getDmnEngine
(String configurationResource) FlowableDmnRule.getDmnEngine()
Deprecated, for removal: This API element is subject to removal in a future version.FlowableDmnTestHelper.getDmnEngine()
Methods in org.flowable.dmn.engine.test with parameters of type DmnEngineModifier and TypeMethodDescriptionstatic 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) Deprecated, for removal: This API element is subject to removal in a future version.Constructors in org.flowable.dmn.engine.test with parameters of type DmnEngineModifierConstructorDescriptionFlowableDmnRule
(DmnEngine dmnEngine) Deprecated, for removal: This API element is subject to removal in a future version.FlowableDmnTestHelper
(DmnEngine dmnEngine) -
Uses of DmnEngine in org.flowable.dmn.spring
Fields in org.flowable.dmn.spring declared as DmnEngineFields in org.flowable.dmn.spring with type parameters of type DmnEngineModifier and TypeFieldDescriptionprotected Collection
<AutoDeploymentStrategy<DmnEngine>> SpringDmnEngineConfiguration.deploymentStrategies
Methods in org.flowable.dmn.spring that return DmnEngineModifier and TypeMethodDescriptionstatic DmnEngine
SpringDmnConfigurationHelper.buildDmnEngine
(URL resource) SpringDmnEngineConfiguration.buildEngine()
DmnEngineFactoryBean.getObject()
Methods in org.flowable.dmn.spring that return types with arguments of type DmnEngineModifier and TypeMethodDescriptionprotected AutoDeploymentStrategy
<DmnEngine> SpringDmnEngineConfiguration.getAutoDeploymentStrategy
(String mode) Gets theAutoDeploymentStrategy
for the provided mode.SpringDmnEngineConfiguration.getDeploymentStrategies()
DmnEngineFactoryBean.getObjectType()
Methods in org.flowable.dmn.spring with parameters of type DmnEngineModifier and TypeMethodDescriptionprotected void
SpringDmnEngineConfiguration.autoDeployResources
(DmnEngine dmnEngine) Method parameters in org.flowable.dmn.spring with type arguments of type DmnEngineModifier and TypeMethodDescriptionvoid
SpringDmnEngineConfiguration.setDeploymentStrategies
(Collection<AutoDeploymentStrategy<DmnEngine>> deploymentStrategies) -
Uses of DmnEngine in org.flowable.dmn.spring.autodeployment
Methods in org.flowable.dmn.spring.autodeployment with parameters of type DmnEngineModifier and TypeMethodDescriptionprotected void
DefaultAutoDeploymentStrategy.deployResourcesInternal
(String deploymentNameHint, Resource[] resources, DmnEngine engine) protected void
ResourceParentFolderAutoDeploymentStrategy.deployResourcesInternal
(String deploymentNameHint, Resource[] resources, DmnEngine engine) protected void
SingleResourceAutoDeploymentStrategy.deployResourcesInternal
(String deploymentNameHint, Resource[] resources, DmnEngine engine) protected LockManager
AbstractDmnAutoDeploymentStrategy.getLockManager
(DmnEngine engine, String deploymentNameHint) -
Uses of DmnEngine in org.flowable.dmn.spring.impl.test
Fields in org.flowable.dmn.spring.impl.test with type parameters of type DmnEngineMethods in org.flowable.dmn.spring.impl.test that return DmnEngineModifier and TypeMethodDescriptionprotected DmnEngine
FlowableDmnSpringExtension.createDmnEngine
(org.junit.jupiter.api.extension.ExtensionContext context)