Uses of Interface
com.flowable.form.engine.FormEngine
Packages that use FormEngine
Package
Description
-
Uses of FormEngine in com.flowable.form.engine
Subclasses with type arguments of type FormEngine in com.flowable.form.engineFields in com.flowable.form.engine with type parameters of type FormEngineModifier and TypeFieldDescriptionprotected static Map<String, FormEngine> FormEngines.formEngineMapMethods in com.flowable.form.engine that return FormEngineModifier and TypeMethodDescriptionFormEngineConfiguration.buildFormEngine()protected static FormEngineFormEngines.buildFormEngine(URL resource) protected FormEngineFormEngineConfiguration.createEngine()static FormEngineFormEngines.getDefaultFormEngine()static FormEngineFormEngines.getFormEngine(String formEngineName) Obtain a form engine by name.Methods in com.flowable.form.engine that return types with arguments of type FormEngineModifier and TypeMethodDescriptionprotected Consumer<FormEngine> FormEngineConfiguration.createPostEngineBuildConsumer()static 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 voidFormEngines.registerFormEngine(FormEngine formEngine) Registers the given form engine.static voidFormEngines.unregister(FormEngine formEngine) Unregisters the given form engine. -
Uses of FormEngine in com.flowable.form.engine.configurator
Subclasses with type arguments of type FormEngine in com.flowable.form.engine.configuratorMethods 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 FormEngineClasses in com.flowable.form.engine.impl that implement interfaces with type arguments of type FormEngineMethods in com.flowable.form.engine.impl with parameters of type FormEngine -
Uses of FormEngine in com.flowable.form.engine.test
Fields in com.flowable.form.engine.test declared as FormEngineMethods in com.flowable.form.engine.test that return FormEngineModifier and TypeMethodDescriptionprotected FormEngineFlowableFormExtension.createFormEngine(org.junit.jupiter.api.extension.ExtensionContext context) FlowableFormTestHelper.getFormEngine()static FormEngineFormTestHelper.getFormEngine(String configurationResource) Methods in com.flowable.form.engine.test with parameters of type FormEngineModifier and TypeMethodDescriptionstatic 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.Constructors in com.flowable.form.engine.test with parameters of type FormEngine -
Uses of FormEngine in com.flowable.form.spring
Classes in com.flowable.form.spring that implement interfaces with type arguments of type FormEngineFields in com.flowable.form.spring declared as FormEngineMethods in com.flowable.form.spring that return FormEngineModifier and TypeMethodDescriptionstatic FormEngineSpringFormConfigurationHelper.buildFormEngine(URL resource) SpringFormEngineConfiguration.buildFormEngine()FormEngineFactoryBean.getObject()Methods in com.flowable.form.spring that return types with arguments of type FormEngineModifier and TypeMethodDescriptionprotected org.flowable.common.spring.AutoDeploymentStrategy<FormEngine> SpringFormEngineConfiguration.getAutoDeploymentStrategy(String mode) Gets theAutoDeploymentStrategyfor the provided mode.Collection<org.flowable.common.spring.AutoDeploymentStrategy<FormEngine>> SpringFormEngineConfiguration.getDeploymentStrategies()FormEngineFactoryBean.getObjectType()Methods in com.flowable.form.spring with parameters of type FormEngineModifier and TypeMethodDescriptionprotected voidSpringFormEngineConfiguration.autoDeployResources(FormEngine formEngine) Method parameters in com.flowable.form.spring with type arguments of type FormEngineModifier and TypeMethodDescriptionvoidSpringFormEngineConfiguration.setDeploymentStrategies(Collection<org.flowable.common.spring.AutoDeploymentStrategy<FormEngine>> deploymentStrategies) -
Uses of FormEngine in com.flowable.form.spring.autodeployment
Subclasses with type arguments of type FormEngine in com.flowable.form.spring.autodeploymentModifier and TypeClassDescriptionclassAbstract base class for implementations ofAutoDeploymentStrategy.Methods in com.flowable.form.spring.autodeployment with parameters of type FormEngineModifier and TypeMethodDescriptionprotected voidDefaultAutoDeploymentStrategy.deployResourcesInternal(String deploymentNameHint, Resource[] resources, FormEngine engine) protected voidResourceParentFolderAutoDeploymentStrategy.deployResourcesInternal(String deploymentNameHint, Resource[] resources, FormEngine engine) protected voidSingleResourceAutoDeploymentStrategy.deployResourcesInternal(String deploymentNameHint, Resource[] resources, FormEngine engine) protected org.flowable.common.engine.api.lock.LockManagerAbstractFormAutoDeploymentStrategy.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 FormEngineSpringFormEngineConfigurator.buildEngine() -
Uses of FormEngine in com.flowable.form.spring.impl.test
Methods in com.flowable.form.spring.impl.test that return FormEngineModifier and TypeMethodDescriptionprotected FormEngineFlowableFormSpringExtension.createFormEngine(org.junit.jupiter.api.extension.ExtensionContext context)