Uses of Interface
com.flowable.form.engine.FormEngine
-
-
Uses of FormEngine in com.flowable.form.engine
Fields in com.flowable.form.engine with type parameters of type FormEngine Modifier and Type Field Description protected static Map<String,FormEngine>
FormEngines. formEngineMap
Methods in com.flowable.form.engine that return FormEngine Modifier and Type Method Description FormEngine
FormEngineConfiguration. 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 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 com.flowable.form.engine with parameters of type FormEngine Modifier and Type Method Description static 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 Modifier and Type Method Description protected FormEngine
FormEngineConfigurator. initFormEngine()
-
Uses of FormEngine in com.flowable.form.engine.impl
Classes in com.flowable.form.engine.impl that implement FormEngine Modifier and Type Class Description class
FormEngineImpl
-
Uses of FormEngine in com.flowable.form.engine.impl.test
Fields in com.flowable.form.engine.impl.test declared as FormEngine Modifier and Type Field Description protected FormEngine
AbstractFlowableTestCase. formEngine
-
Uses of FormEngine in com.flowable.form.engine.test
Fields in com.flowable.form.engine.test declared as FormEngine Modifier and Type Field Description protected FormEngine
FlowableFormRule. formEngine
protected FormEngine
FlowableFormTestHelper. formEngine
Methods in com.flowable.form.engine.test that return FormEngine Modifier and Type Method Description protected FormEngine
FlowableFormExtension. createFormEngine(org.junit.jupiter.api.extension.ExtensionContext context)
FormEngine
FlowableFormRule. getFormEngine()
FormEngine
FlowableFormTestHelper. getFormEngine()
static FormEngine
FormTestHelper. getFormEngine(String configurationResource)
Methods in com.flowable.form.engine.test with parameters of type FormEngine Modifier and Type Method Description static 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 FormEngine Constructor Description FlowableFormRule(FormEngine formEngine)
FlowableFormTestHelper(FormEngine formEngine)
-
Uses of FormEngine in com.flowable.form.spring
Fields in com.flowable.form.spring declared as FormEngine Modifier and Type Field Description protected FormEngine
FormEngineFactoryBean. formEngine
Methods in com.flowable.form.spring that return FormEngine Modifier and Type Method Description static FormEngine
SpringFormConfigurationHelper. buildFormEngine(URL resource)
FormEngine
SpringFormEngineConfiguration. buildFormEngine()
FormEngine
FormEngineFactoryBean. getObject()
Methods in com.flowable.form.spring that return types with arguments of type FormEngine Modifier and Type Method Description protected AutoDeploymentStrategy<FormEngine>
SpringFormEngineConfiguration. getAutoDeploymentStrategy(String mode)
Gets theAutoDeploymentStrategy
for the provided mode.Collection<AutoDeploymentStrategy<FormEngine>>
SpringFormEngineConfiguration. getDeploymentStrategies()
Class<FormEngine>
FormEngineFactoryBean. getObjectType()
Methods in com.flowable.form.spring with parameters of type FormEngine Modifier and Type Method Description protected void
SpringFormEngineConfiguration. autoDeployResources(FormEngine formEngine)
Method parameters in com.flowable.form.spring with type arguments of type FormEngine Modifier and Type Method Description void
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 FormEngine Modifier and Type Method Description protected 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 FormEngine Modifier and Type Method Description protected 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 FormEngine Modifier and Type Field Description protected Map<Object,FormEngine>
SpringFlowableTestCase. cachedFormEngines
Methods in com.flowable.form.spring.impl.test that return FormEngine Modifier and Type Method Description protected FormEngine
FlowableFormSpringExtension. createFormEngine(org.junit.jupiter.api.extension.ExtensionContext context)
-