Uses of Interface
com.flowable.form.engine.FormEngine
Packages that use FormEngine
Package
Description
-
Uses of FormEngine in com.flowable.form.engine
Fields in com.flowable.form.engine with type parameters of type FormEngineModifier and TypeFieldDescriptionprotected static Map<String,
FormEngine> FormEngines.formEngineMap
Methods in com.flowable.form.engine that return FormEngineModifier 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.Methods in com.flowable.form.engine that return types with arguments of type FormEngineModifier and TypeMethodDescriptionstatic Map<String,
FormEngine> FormEngines.getFormEngines()
provides access to form engine to application clients in a managed server environment.Methods in com.flowable.form.engine with parameters of type FormEngineModifier 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
Methods in com.flowable.form.engine.configurator that return FormEngine -
Uses of FormEngine in com.flowable.form.engine.impl
Classes in com.flowable.form.engine.impl that implement FormEngine -
Uses of FormEngine in com.flowable.form.engine.impl.test
Fields in com.flowable.form.engine.impl.test declared as FormEngine -
Uses of FormEngine in com.flowable.form.engine.test
Fields in com.flowable.form.engine.test declared as FormEngineModifier and TypeFieldDescriptionprotected FormEngine
FlowableFormRule.formEngine
protected final FormEngine
FlowableFormTestHelper.formEngine
Methods in com.flowable.form.engine.test that return FormEngineModifier and TypeMethodDescriptionprotected FormEngine
FlowableFormExtension.createFormEngine
(org.junit.jupiter.api.extension.ExtensionContext context) FlowableFormRule.getFormEngine()
FlowableFormTestHelper.getFormEngine()
static FormEngine
FormTestHelper.getFormEngine
(String configurationResource) Methods in com.flowable.form.engine.test with parameters of type FormEngineModifier 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) Constructors in com.flowable.form.engine.test with parameters of type FormEngineModifierConstructorDescriptionFlowableFormRule
(FormEngine formEngine) FlowableFormTestHelper
(FormEngine formEngine) -
Uses of FormEngine in com.flowable.form.spring
Fields in com.flowable.form.spring declared as FormEngineMethods in com.flowable.form.spring that return FormEngineModifier and TypeMethodDescriptionstatic FormEngine
SpringFormConfigurationHelper.buildFormEngine
(URL resource) SpringFormEngineConfiguration.buildFormEngine()
FormEngineFactoryBean.getObject()
Methods in com.flowable.form.spring that return types with arguments of type FormEngineModifier and TypeMethodDescriptionprotected AutoDeploymentStrategy<FormEngine>
SpringFormEngineConfiguration.getAutoDeploymentStrategy
(String mode) Gets theAutoDeploymentStrategy
for the provided mode.SpringFormEngineConfiguration.getDeploymentStrategies()
FormEngineFactoryBean.getObjectType()
Methods in com.flowable.form.spring with parameters of type FormEngineModifier and TypeMethodDescriptionprotected void
SpringFormEngineConfiguration.autoDeployResources
(FormEngine formEngine) Method parameters in com.flowable.form.spring with type arguments of type FormEngineModifier and TypeMethodDescriptionvoid
SpringFormEngineConfiguration.setDeploymentStrategies
(Collection<AutoDeploymentStrategy<FormEngine>> deploymentStrategies) -
Uses of FormEngine in com.flowable.form.spring.autodeployment
Methods in com.flowable.form.spring.autodeployment with parameters of type FormEngineModifier 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
Methods in com.flowable.form.spring.configurator that return FormEngineModifier and TypeMethodDescriptionprotected FormEngine
SpringFormEngineConfigurator.initFormEngine()
-
Uses of FormEngine in com.flowable.form.spring.impl.test
Fields in com.flowable.form.spring.impl.test with type parameters of type FormEngineModifier and TypeFieldDescriptionprotected Map<Object,
FormEngine> SpringFlowableTestCase.cachedFormEngines
Methods in com.flowable.form.spring.impl.test that return FormEngineModifier and TypeMethodDescriptionprotected FormEngine
FlowableFormSpringExtension.createFormEngine
(org.junit.jupiter.api.extension.ExtensionContext context)