Uses of Class
com.flowable.form.engine.FormEngineConfiguration
-
Uses of FormEngineConfiguration in com.flowable.form.engine
Methods in com.flowable.form.engine that return FormEngineConfiguration Modifier and Type Method Description FormEngineConfiguration
FormEngineConfiguration. addCustomFormFieldValidators(java.util.Collection<SubmittedVariableValidator> customFormFieldValidators)
static FormEngineConfiguration
FormEngineConfiguration. createFormEngineConfigurationFromInputStream(java.io.InputStream inputStream)
static FormEngineConfiguration
FormEngineConfiguration. createFormEngineConfigurationFromInputStream(java.io.InputStream inputStream, java.lang.String beanName)
static FormEngineConfiguration
FormEngineConfiguration. createFormEngineConfigurationFromResource(java.lang.String resource)
static FormEngineConfiguration
FormEngineConfiguration. createFormEngineConfigurationFromResource(java.lang.String resource, java.lang.String beanName)
static FormEngineConfiguration
FormEngineConfiguration. createFormEngineConfigurationFromResourceDefault()
static FormEngineConfiguration
FormEngineConfiguration. createStandaloneFormEngineConfiguration()
static FormEngineConfiguration
FormEngineConfiguration. createStandaloneInMemFormEngineConfiguration()
FormEngineConfiguration
FormEngine. getFormEngineConfiguration()
FormEngineConfiguration
FormEngineConfiguration. getFormEngineConfiguration()
FormEngineConfiguration
FormEngineConfiguration. setDeploymentDataManager(FormDeploymentDataManager deploymentDataManager)
FormEngineConfiguration
FormEngineConfiguration. setDeploymentEntityManager(FormDeploymentEntityManager deploymentEntityManager)
FormEngineConfiguration
FormEngineConfiguration. setEngineName(java.lang.String formEngineName)
FormEngineConfiguration
FormEngineConfiguration. setExpressionManager(org.flowable.common.engine.impl.el.ExpressionManager expressionManager)
FormEngineConfiguration
FormEngineConfiguration. setFormDefinitionCache(org.flowable.common.engine.impl.persistence.deploy.DeploymentCache<FormDefinitionCacheEntry> formDefinitionCache)
FormEngineConfiguration
FormEngineConfiguration. setFormDefinitionCacheLimit(int formDefinitionCacheLimit)
FormEngineConfiguration
FormEngineConfiguration. setFormDefinitionDataManager(FormDefinitionDataManager formDefinitionDataManager)
FormEngineConfiguration
FormEngineConfiguration. setFormDefinitionEntityManager(FormDefinitionEntityManager formDefinitionEntityManager)
FormEngineConfiguration
FormEngineConfiguration. setFormDeployer(FormDefinitionDeployer formDeployer)
FormEngineConfiguration
FormEngineConfiguration. setFormInstanceDataManager(FormInstanceDataManager formInstanceDataManager)
FormEngineConfiguration
FormEngineConfiguration. setFormInstanceEntityManager(FormInstanceEntityManager formInstanceEntityManager)
FormEngineConfiguration
FormEngineConfiguration. setFormJsonConverter(com.flowable.editor.form.converter.FormJsonConverter formJsonConverter)
FormEngineConfiguration
FormEngineConfiguration. setFormManagementService(org.flowable.form.api.FormManagementService formManagementService)
FormEngineConfiguration
FormEngineConfiguration. setFormParseFactory(FormDefinitionParseFactory formParseFactory)
FormEngineConfiguration
FormEngineConfiguration. setFormRepositoryService(org.flowable.form.api.FormRepositoryService formRepositoryService)
FormEngineConfiguration
FormEngineConfiguration. setFormService(org.flowable.form.api.FormService formService)
FormEngineConfiguration
FormEngineConfiguration. setObjectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
FormEngineConfiguration
FormEngineConfiguration. setResourceDataManager(FormResourceDataManager resourceDataManager)
FormEngineConfiguration
FormEngineConfiguration. setResourceEntityManager(FormResourceEntityManager resourceEntityManager)
FormEngineConfiguration
FormEngineConfiguration. setTableDataManager(TableDataManager tableDataManager)
-
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
ServiceImpl. engineConfig
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)
ServiceImpl(FormEngineConfiguration engineConfig)
-
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(org.flowable.common.engine.impl.persistence.deploy.DeploymentCache<FormDefinitionCacheEntry> formCache, FormEngineConfiguration engineConfig)
-
Uses of FormEngineConfiguration in com.flowable.form.engine.impl.persistence.entity
Fields in com.flowable.form.engine.impl.persistence.entity declared as FormEngineConfiguration Modifier and Type Field Description protected FormEngineConfiguration
TableDataManagerImpl. formEngineConfiguration
Methods in com.flowable.form.engine.impl.persistence.entity that return FormEngineConfiguration Modifier and Type Method Description protected FormEngineConfiguration
TableDataManagerImpl. getFormEngineConfiguration()
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)
TableDataManagerImpl(FormEngineConfiguration formEngineConfiguration)
-
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(org.flowable.common.engine.impl.interceptor.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(javax.sql.DataSource dataSource)
Methods in com.flowable.form.spring with parameters of type FormEngineConfiguration Modifier and Type Method Description void
FormEngineFactoryBean. setFormEngineConfiguration(FormEngineConfiguration formEngineConfiguration)