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.formEngineMapMethods in com.flowable.form.engine that return FormEngineModifier and TypeMethodDescriptionFormEngineConfiguration.buildFormEngine()protected static FormEngineFormEngines.buildFormEngine(URL resource) 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 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 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
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 FormEngineFlowableFormRule.formEngineprotected final FormEngineFlowableFormTestHelper.formEngineMethods in com.flowable.form.engine.test that return FormEngineModifier and TypeMethodDescriptionprotected FormEngineFlowableFormExtension.createFormEngine(org.junit.jupiter.api.extension.ExtensionContext context) FlowableFormRule.getFormEngine()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.voidFlowableFormRule.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 FormEngineSpringFormConfigurationHelper.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 theAutoDeploymentStrategyfor the provided mode.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<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 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 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.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.cachedFormEnginesMethods in com.flowable.form.spring.impl.test that return FormEngineModifier and TypeMethodDescriptionprotected FormEngineFlowableFormSpringExtension.createFormEngine(org.junit.jupiter.api.extension.ExtensionContext context)