Uses of Class
com.flowable.form.engine.FormEngineConfiguration
-
-
Uses of FormEngineConfiguration in com.flowable.form.engine
-
Uses of FormEngineConfiguration in com.flowable.form.engine.configurator
Fields in com.flowable.form.engine.configurator declared as FormEngineConfiguration Modifier and Type Field Description protected FormEngineConfiguration
FormEngineConfigurator. formEngineConfiguration
Methods in com.flowable.form.engine.configurator that return FormEngineConfiguration Modifier and Type Method Description FormEngineConfiguration
FormEngineConfigurator. getFormEngineConfiguration()
Methods in com.flowable.form.engine.configurator with parameters of type FormEngineConfiguration Modifier and Type Method Description FormEngineConfigurator
FormEngineConfigurator. setFormEngineConfiguration(FormEngineConfiguration formEngineConfiguration)
-
Uses of FormEngineConfiguration in com.flowable.form.engine.impl
Fields in com.flowable.form.engine.impl declared as FormEngineConfiguration Modifier and Type Field Description protected FormEngineConfiguration
FormEngineImpl. engineConfiguration
Methods in com.flowable.form.engine.impl that return FormEngineConfiguration Modifier and Type Method Description FormEngineConfiguration
FormEngineImpl. getFormEngineConfiguration()
Constructors in com.flowable.form.engine.impl with parameters of type FormEngineConfiguration Constructor Description FormEngineImpl(FormEngineConfiguration engineConfiguration)
FormManagementServiceImpl(FormEngineConfiguration formEngineConfiguration)
-
Uses of FormEngineConfiguration in com.flowable.form.engine.impl.cfg
Subclasses of FormEngineConfiguration in com.flowable.form.engine.impl.cfg Modifier and Type Class Description class
StandaloneFormEngineConfiguration
class
StandaloneInMemFormEngineConfiguration
-
Uses of FormEngineConfiguration in com.flowable.form.engine.impl.cmd
Methods in com.flowable.form.engine.impl.cmd with parameters of type FormEngineConfiguration Modifier and Type Method Description protected abstract FormInstanceEntity
AbstractSaveFormInstanceCmd. findExistingFormInstance(FormEngineConfiguration formEngineConfiguration)
protected FormInstanceEntity
CreateFormInstanceCmd. findExistingFormInstance(FormEngineConfiguration formEngineConfiguration)
protected FormInstanceEntity
SaveFormInstanceCmd. findExistingFormInstance(FormEngineConfiguration formEngineConfiguration)
-
Uses of FormEngineConfiguration in com.flowable.form.engine.impl.parser
Methods in com.flowable.form.engine.impl.parser with parameters of type FormEngineConfiguration Modifier and Type Method Description FormDefinitionParse
FormDefinitionParse. execute(FormEngineConfiguration formEngineConfig)
-
Uses of FormEngineConfiguration in com.flowable.form.engine.impl.persistence.deploy
Fields in com.flowable.form.engine.impl.persistence.deploy declared as FormEngineConfiguration Modifier and Type Field Description protected FormEngineConfiguration
DeploymentManager. engineConfig
Constructors in com.flowable.form.engine.impl.persistence.deploy with parameters of type FormEngineConfiguration Constructor Description DeploymentManager(DeploymentCache<FormDefinitionCacheEntry> formCache, FormEngineConfiguration engineConfig)
-
Uses of FormEngineConfiguration in com.flowable.form.engine.impl.persistence.entity
Constructors in com.flowable.form.engine.impl.persistence.entity with parameters of type FormEngineConfiguration Constructor Description FormDefinitionEntityManagerImpl(FormEngineConfiguration formEngineConfiguration, FormDefinitionDataManager formDefinitionDataManager)
FormDeploymentEntityManagerImpl(FormEngineConfiguration formEngineConfiguration, FormDeploymentDataManager deploymentDataManager)
FormInstanceEntityManagerImpl(FormEngineConfiguration formEngineConfiguration, FormInstanceDataManager formInstanceDataManager)
FormResourceEntityManagerImpl(FormEngineConfiguration formEngineConfiguration, FormResourceDataManager resourceDataManager)
-
Uses of FormEngineConfiguration in com.flowable.form.engine.impl.persistence.entity.data
Fields in com.flowable.form.engine.impl.persistence.entity.data declared as FormEngineConfiguration Modifier and Type Field Description protected FormEngineConfiguration
AbstractFormDataManager. formEngineConfiguration
Constructors in com.flowable.form.engine.impl.persistence.entity.data with parameters of type FormEngineConfiguration Constructor Description AbstractFormDataManager(FormEngineConfiguration formEngineConfiguration)
-
Uses of FormEngineConfiguration in com.flowable.form.engine.impl.persistence.entity.data.impl
Constructors in com.flowable.form.engine.impl.persistence.entity.data.impl with parameters of type FormEngineConfiguration Constructor Description MybatisFormDefinitionDataManager(FormEngineConfiguration formEngineConfiguration)
MybatisFormDeploymentDataManager(FormEngineConfiguration formEngineConfiguration)
MybatisFormInstanceDataManager(FormEngineConfiguration formEngineConfiguration)
MybatisFormResourceDataManager(FormEngineConfiguration formEngineConfiguration)
-
Uses of FormEngineConfiguration in com.flowable.form.engine.impl.test
Fields in com.flowable.form.engine.impl.test declared as FormEngineConfiguration Modifier and Type Field Description protected FormEngineConfiguration
AbstractFlowableTestCase. formEngineConfiguration
-
Uses of FormEngineConfiguration in com.flowable.form.engine.impl.util
Methods in com.flowable.form.engine.impl.util that return FormEngineConfiguration Modifier and Type Method Description static FormEngineConfiguration
CommandContextUtil. getFormEngineConfiguration()
static FormEngineConfiguration
CommandContextUtil. getFormEngineConfiguration(CommandContext commandContext)
-
Uses of FormEngineConfiguration in com.flowable.form.engine.impl.validation
Methods in com.flowable.form.engine.impl.validation that return FormEngineConfiguration Modifier and Type Method Description protected FormEngineConfiguration
VariableValueProvider. getFormEngineConfiguration()
-
Uses of FormEngineConfiguration in com.flowable.form.engine.test
Fields in com.flowable.form.engine.test declared as FormEngineConfiguration Modifier and Type Field Description protected FormEngineConfiguration
FlowableFormRule. formEngineConfiguration
Methods in com.flowable.form.engine.test with parameters of type FormEngineConfiguration Modifier and Type Method Description void
FlowableFormRule. setFormEngineConfiguration(FormEngineConfiguration formEngineConfiguration)
-
Uses of FormEngineConfiguration in com.flowable.form.spring
Subclasses of FormEngineConfiguration in com.flowable.form.spring Modifier and Type Class Description class
SpringFormEngineConfiguration
Fields in com.flowable.form.spring declared as FormEngineConfiguration Modifier and Type Field Description protected FormEngineConfiguration
FormEngineFactoryBean. formEngineConfiguration
Methods in com.flowable.form.spring that return FormEngineConfiguration Modifier and Type Method Description FormEngineConfiguration
FormEngineFactoryBean. getFormEngineConfiguration()
FormEngineConfiguration
SpringFormEngineConfiguration. setDataSource(DataSource dataSource)
Methods in com.flowable.form.spring with parameters of type FormEngineConfiguration Modifier and Type Method Description void
FormEngineFactoryBean. setFormEngineConfiguration(FormEngineConfiguration formEngineConfiguration)
-