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 DmnEngineDmnEngines.buildDmnEngine(URL resource) static DmnEngineDmnEngines.getDefaultDmnEngine()static DmnEngineDmnEngines.getDmnEngine(String dmnEngineName) obtain a dmn engine by name.Methods in org.flowable.dmn.engine that return types with arguments of type DmnEngineModifier and TypeMethodDescriptionDmnEngines.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 voidDmnEngines.registerDmnEngine(DmnEngine dmnEngine) Registers the given dmn engine.static voidDmnEngines.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 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 DmnEnginePluggableFlowableDmnTestCase.cachedDmnEngineprotected DmnEngineAbstractFlowableDmnTestCase.dmnEngine -
Uses of DmnEngine in org.flowable.dmn.engine.test
Fields in org.flowable.dmn.engine.test declared as DmnEngineModifier and TypeFieldDescriptionprotected DmnEngineFlowableDmnRule.dmnEngineprotected final DmnEngineFlowableDmnTestHelper.dmnEngineMethods in org.flowable.dmn.engine.test that return DmnEngineModifier and TypeMethodDescriptionprotected DmnEngineFlowableDmnExtension.createDmnEngine(org.junit.jupiter.api.extension.ExtensionContext context) static DmnEngineDmnTestHelper.getDmnEngine(String configurationResource) FlowableDmnRule.getDmnEngine()FlowableDmnTestHelper.getDmnEngine()Methods in org.flowable.dmn.engine.test with parameters of type DmnEngineModifier and TypeMethodDescriptionstatic StringDmnTestHelper.annotationDeploymentSetUp(DmnEngine dmnEngine, Class<?> testClass, Method method, DmnDeployment dmnDeploymentAnnotation) static StringDmnTestHelper.annotationDeploymentSetUp(DmnEngine dmnEngine, Class<?> testClass, Method method, DmnDeploymentAnnotation dmnDeploymentAnnotation) static StringDmnTestHelper.annotationDeploymentSetUp(DmnEngine dmnEngine, Class<?> testClass, String methodName) static voidDmnTestHelper.annotationDeploymentTearDown(DmnEngine dmnEngine, String deploymentId, Class<?> testClass, String methodName) static voidDmnTestHelper.assertAndEnsureCleanDb(DmnEngine dmnEngine) Each test is assumed to clean up all DB content it entered.protected static StringDmnTestHelper.deployResourceFromAnnotation(DmnEngine dmnEngine, Class<?> testClass, String methodName, Method method, String[] resources) voidFlowableDmnRule.setDmnEngine(DmnEngine dmnEngine) Constructors in org.flowable.dmn.engine.test with parameters of type DmnEngineModifierConstructorDescriptionFlowableDmnRule(DmnEngine dmnEngine) 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.deploymentStrategiesMethods in org.flowable.dmn.spring that return DmnEngineModifier and TypeMethodDescriptionstatic DmnEngineSpringDmnConfigurationHelper.buildDmnEngine(URL resource) SpringDmnEngineConfiguration.buildDmnEngine()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 theAutoDeploymentStrategyfor the provided mode.SpringDmnEngineConfiguration.getDeploymentStrategies()DmnEngineFactoryBean.getObjectType()Methods in org.flowable.dmn.spring with parameters of type DmnEngineModifier and TypeMethodDescriptionprotected voidSpringDmnEngineConfiguration.autoDeployResources(DmnEngine dmnEngine) Method parameters in org.flowable.dmn.spring with type arguments of type DmnEngineModifier and TypeMethodDescriptionvoidSpringDmnEngineConfiguration.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 voidDefaultAutoDeploymentStrategy.deployResourcesInternal(String deploymentNameHint, Resource[] resources, DmnEngine engine) protected voidResourceParentFolderAutoDeploymentStrategy.deployResourcesInternal(String deploymentNameHint, Resource[] resources, DmnEngine engine) protected voidSingleResourceAutoDeploymentStrategy.deployResourcesInternal(String deploymentNameHint, Resource[] resources, DmnEngine engine) protected LockManagerAbstractDmnAutoDeploymentStrategy.getLockManager(DmnEngine engine, String deploymentNameHint) -
Uses of DmnEngine in org.flowable.dmn.spring.configurator
Methods in org.flowable.dmn.spring.configurator that return DmnEngineModifier and TypeMethodDescriptionprotected DmnEngineSpringDmnEngineConfigurator.initDmnEngine() -
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 DmnEngineFlowableDmnSpringExtension.createDmnEngine(org.junit.jupiter.api.extension.ExtensionContext context)