Uses of Interface
com.flowable.form.engine.FormEngine
Package
Description
-
Uses of FormEngine in com.flowable.form.engine
Modifier and TypeFieldDescriptionprotected static Map<String,
FormEngine> FormEngines.formEngineMap
Modifier and TypeMethodDescriptionFormEngineConfiguration.buildFormEngine()
protected static FormEngine
FormEngines.buildFormEngine
(URL resource) static FormEngine
FormEngines.getDefaultFormEngine()
static FormEngine
FormEngines.getFormEngine
(String formEngineName) Obtain a form engine by name.Modifier and TypeMethodDescriptionstatic Map<String,
FormEngine> FormEngines.getFormEngines()
provides access to form engine to application clients in a managed server environment.Modifier and TypeMethodDescriptionstatic void
FormEngines.registerFormEngine
(FormEngine formEngine) Registers the given form engine.static void
FormEngines.unregister
(FormEngine formEngine) Unregisters the given form engine. -
Uses of FormEngine in com.flowable.form.engine.configurator
-
Uses of FormEngine in com.flowable.form.engine.impl
-
Uses of FormEngine in com.flowable.form.engine.impl.test
-
Uses of FormEngine in com.flowable.form.engine.test
Modifier and TypeFieldDescriptionprotected FormEngine
FlowableFormRule.formEngine
protected final FormEngine
FlowableFormTestHelper.formEngine
Modifier and TypeMethodDescriptionprotected FormEngine
FlowableFormExtension.createFormEngine
(org.junit.jupiter.api.extension.ExtensionContext context) FlowableFormRule.getFormEngine()
FlowableFormTestHelper.getFormEngine()
static FormEngine
FormTestHelper.getFormEngine
(String configurationResource) Modifier and TypeMethodDescriptionstatic String
FormTestHelper.annotationDeploymentSetUp
(FormEngine formEngine, Class<?> testClass, Method method, FormDeploymentAnnotation deploymentAnnotation) static String
FormTestHelper.annotationDeploymentSetUp
(FormEngine formEngine, Class<?> testClass, String methodName) static void
FormTestHelper.annotationDeploymentTearDown
(FormEngine formEngine, String deploymentId, Class<?> testClass, String methodName) static void
FormTestHelper.assertAndEnsureCleanDb
(FormEngine formEngine) Each test is assumed to clean up all DB content it entered.void
FlowableFormRule.setFormEngine
(FormEngine formEngine) ModifierConstructorDescriptionFlowableFormRule
(FormEngine formEngine) FlowableFormTestHelper
(FormEngine formEngine) -
Uses of FormEngine in com.flowable.form.spring
Modifier and TypeMethodDescriptionstatic FormEngine
SpringFormConfigurationHelper.buildFormEngine
(URL resource) SpringFormEngineConfiguration.buildFormEngine()
FormEngineFactoryBean.getObject()
Modifier and TypeMethodDescriptionprotected AutoDeploymentStrategy<FormEngine>
SpringFormEngineConfiguration.getAutoDeploymentStrategy
(String mode) Gets theAutoDeploymentStrategy
for the provided mode.SpringFormEngineConfiguration.getDeploymentStrategies()
FormEngineFactoryBean.getObjectType()
Modifier and TypeMethodDescriptionprotected void
SpringFormEngineConfiguration.autoDeployResources
(FormEngine formEngine) Modifier and TypeMethodDescriptionvoid
SpringFormEngineConfiguration.setDeploymentStrategies
(Collection<AutoDeploymentStrategy<FormEngine>> deploymentStrategies) -
Uses of FormEngine in com.flowable.form.spring.autodeployment
Modifier and TypeMethodDescriptionprotected void
DefaultAutoDeploymentStrategy.deployResourcesInternal
(String deploymentNameHint, Resource[] resources, FormEngine engine) protected void
ResourceParentFolderAutoDeploymentStrategy.deployResourcesInternal
(String deploymentNameHint, Resource[] resources, FormEngine engine) protected void
SingleResourceAutoDeploymentStrategy.deployResourcesInternal
(String deploymentNameHint, Resource[] resources, FormEngine engine) protected LockManager
AbstractFormAutoDeploymentStrategy.getLockManager
(FormEngine engine, String deploymentNameHint) -
Uses of FormEngine in com.flowable.form.spring.configurator
Modifier and TypeMethodDescriptionprotected FormEngine
SpringFormEngineConfigurator.initFormEngine()
-
Uses of FormEngine in com.flowable.form.spring.impl.test
Modifier and TypeFieldDescriptionprotected Map<Object,
FormEngine> SpringFlowableTestCase.cachedFormEngines
Modifier and TypeMethodDescriptionprotected FormEngine
FlowableFormSpringExtension.createFormEngine
(org.junit.jupiter.api.extension.ExtensionContext context)