Uses of Interface
org.flowable.form.engine.FormEngine
-
Packages that use FormEngine Package Description org.flowable.form.engine org.flowable.form.engine.impl org.flowable.form.engine.impl.test org.flowable.form.engine.test -
-
Uses of FormEngine in org.flowable.form.engine
Fields in org.flowable.form.engine with type parameters of type FormEngine Modifier and Type Field Description protected static Map<String,FormEngine>FormEngines. formEnginesMethods in org.flowable.form.engine that return FormEngine Modifier and Type Method Description FormEngineFormEngineConfiguration. buildFormEngine()protected static FormEngineFormEngines. buildFormEngine(URL resource)static FormEngineFormEngines. getDefaultFormEngine()static FormEngineFormEngines. getFormEngine(String formEngineName)Obtain a form engine by name.Methods in org.flowable.form.engine that return types with arguments of type FormEngine Modifier and Type Method Description static Map<String,FormEngine>FormEngines. getFormEngines()provides access to form engine to application clients in a managed server environment.Methods in org.flowable.form.engine with parameters of type FormEngine Modifier and Type Method Description static voidFormEngines. registerFormEngine(FormEngine formEngine)Registers the given form engine.static voidFormEngines. unregister(FormEngine formEngine)Unregisters the given form engine. -
Uses of FormEngine in org.flowable.form.engine.impl
Classes in org.flowable.form.engine.impl that implement FormEngine Modifier and Type Class Description classFormEngineImpl -
Uses of FormEngine in org.flowable.form.engine.impl.test
Methods in org.flowable.form.engine.impl.test that return FormEngine Modifier and Type Method Description protected abstract FormEngineInternalFlowableFormExtension. getFormEngine(org.junit.jupiter.api.extension.ExtensionContext context)Methods in org.flowable.form.engine.impl.test with parameters of type FormEngine Modifier and Type Method Description protected voidInternalFlowableFormExtension. assertAndEnsureCleanDb(FormEngine formEngine, org.junit.jupiter.api.extension.ExtensionContext context, EnsureCleanDb ensureCleanDb)Each test is assumed to clean up all DB content it entered.protected voidInternalFlowableFormExtension. cleanTestAndAssertAndEnsureCleanDb(org.junit.jupiter.api.extension.ExtensionContext context, FormEngine formEngine) -
Uses of FormEngine in org.flowable.form.engine.test
Fields in org.flowable.form.engine.test declared as FormEngine Modifier and Type Field Description protected FormEngineFlowableFormRule. formEngineprotected FormEngineFlowableFormTestHelper. formEngineMethods in org.flowable.form.engine.test that return FormEngine Modifier and Type Method Description protected FormEngineFlowableFormExtension. createFormEngine(org.junit.jupiter.api.extension.ExtensionContext context)FormEngineFlowableFormRule. getFormEngine()FormEngineFlowableFormTestHelper. getFormEngine()static FormEngineFormTestHelper. getFormEngine(String configurationResource)Methods in org.flowable.form.engine.test with parameters of type FormEngine Modifier and Type Method Description static StringFormTestHelper. annotationDeploymentSetUp(FormEngine formEngine, Class<?> testClass, Method method, FormDeploymentAnnotation deploymentAnnotation)static StringFormTestHelper. annotationDeploymentSetUp(FormEngine formEngine, Class<?> testClass, String methodName)static voidFormTestHelper. annotationDeploymentTearDown(FormEngine formEngine, String deploymentId, Class<?> testClass, String methodName)static voidFormTestHelper. assertAndEnsureCleanDb(FormEngine formEngine)Each test is assumed to clean up all DB content it entered.voidFlowableFormRule. setFormEngine(FormEngine formEngine)Constructors in org.flowable.form.engine.test with parameters of type FormEngine Constructor Description FlowableFormRule(FormEngine formEngine)FlowableFormTestHelper(FormEngine formEngine)
-