Uses of Interface
org.flowable.dmn.engine.DmnEngine
-
Packages that use DmnEngine Package Description org.flowable.dmn.engine org.flowable.dmn.engine.impl org.flowable.dmn.engine.impl.test org.flowable.dmn.engine.test -
-
Uses of DmnEngine in org.flowable.dmn.engine
Fields in org.flowable.dmn.engine with type parameters of type DmnEngine Modifier and Type Field Description protected static Map<String,DmnEngine>DmnEngines. dmnEnginesMethods in org.flowable.dmn.engine that return DmnEngine Modifier and Type Method Description DmnEngineDmnEngineConfiguration. 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 DmnEngine Modifier and Type Method Description static Map<String,DmnEngine>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 DmnEngine Modifier and Type Method Description static 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.impl
Classes in org.flowable.dmn.engine.impl that implement DmnEngine Modifier and Type Class Description classDmnEngineImpl -
Uses of DmnEngine in org.flowable.dmn.engine.impl.test
Fields in org.flowable.dmn.engine.impl.test declared as DmnEngine Modifier and Type Field Description protected static DmnEnginePluggableFlowableDmnTestCase. cachedDmnEngineprotected DmnEngineAbstractFlowableDmnTestCase. dmnEngine -
Uses of DmnEngine in org.flowable.dmn.engine.test
Fields in org.flowable.dmn.engine.test declared as DmnEngine Modifier and Type Field Description protected DmnEngineFlowableDmnRule. dmnEngineprotected DmnEngineFlowableDmnTestHelper. dmnEngineMethods in org.flowable.dmn.engine.test that return DmnEngine Modifier and Type Method Description protected DmnEngineFlowableDmnExtension. createDmnEngine(org.junit.jupiter.api.extension.ExtensionContext context)static DmnEngineDmnTestHelper. getDmnEngine(String configurationResource)DmnEngineFlowableDmnRule. getDmnEngine()DmnEngineFlowableDmnTestHelper. getDmnEngine()Methods in org.flowable.dmn.engine.test with parameters of type DmnEngine Modifier and Type Method Description static 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 DmnEngine Constructor Description FlowableDmnRule(DmnEngine dmnEngine)FlowableDmnTestHelper(DmnEngine dmnEngine)
-