Uses of Class
com.flowable.form.engine.FormEngineConfiguration
Package
Description
-
Uses of FormEngineConfiguration in com.flowable.form.engine
Modifier and TypeMethodDescriptionFormEngineConfiguration.addCustomFormFieldValidators
(Collection<SubmittedVariableValidator> customFormFieldValidators) FormEngineConfiguration.addPostDefaultELResolver
(ELResolver elResolver) FormEngineConfiguration.addPreBeanELResolver
(ELResolver elResolver) FormEngineConfiguration.addPreDefaultELResolver
(ELResolver elResolver) static FormEngineConfiguration
FormEngineConfiguration.createFormEngineConfigurationFromInputStream
(InputStream inputStream) static FormEngineConfiguration
FormEngineConfiguration.createFormEngineConfigurationFromInputStream
(InputStream inputStream, String beanName) static FormEngineConfiguration
FormEngineConfiguration.createFormEngineConfigurationFromResource
(String resource) static FormEngineConfiguration
FormEngineConfiguration.createFormEngineConfigurationFromResource
(String resource, String beanName) static FormEngineConfiguration
FormEngineConfiguration.createFormEngineConfigurationFromResourceDefault()
static FormEngineConfiguration
FormEngineConfiguration.createStandaloneFormEngineConfiguration()
static FormEngineConfiguration
FormEngineConfiguration.createStandaloneInMemFormEngineConfiguration()
FormEngine.getFormEngineConfiguration()
FormEngineConfiguration.getFormEngineConfiguration()
FormEngineConfiguration.setChangeTenantIdManager
(ChangeTenantIdManager changeTenantIdManager) FormEngineConfiguration.setDeploymentDataManager
(FormDeploymentDataManager deploymentDataManager) FormEngineConfiguration.setDeploymentEntityManager
(FormDeploymentEntityManager deploymentEntityManager) FormEngineConfiguration.setEngineName
(String formEngineName) FormEngineConfiguration.setExpressionManager
(ExpressionManager expressionManager) FormEngineConfiguration.setFormDefinitionCache
(DeploymentCache<FormDefinitionCacheEntry> formDefinitionCache) FormEngineConfiguration.setFormDefinitionCacheLimit
(int formDefinitionCacheLimit) FormEngineConfiguration.setFormDefinitionDataManager
(FormDefinitionDataManager formDefinitionDataManager) FormEngineConfiguration.setFormDefinitionEntityManager
(FormDefinitionEntityManager formDefinitionEntityManager) FormEngineConfiguration.setFormDeployer
(FormDefinitionDeployer formDeployer) FormEngineConfiguration.setFormInstanceDataManager
(FormInstanceDataManager formInstanceDataManager) FormEngineConfiguration.setFormInstanceEntityManager
(FormInstanceEntityManager formInstanceEntityManager) FormEngineConfiguration.setFormManagementService
(FormManagementService formManagementService) FormEngineConfiguration.setFormParseFactory
(FormDefinitionParseFactory formParseFactory) FormEngineConfiguration.setFormRepositoryService
(FormRepositoryService formRepositoryService) FormEngineConfiguration.setFormResourceConverter
(FormModelResourceConverter formResourceConverter) FormEngineConfiguration.setFormService
(CoreFormService formService) FormEngineConfiguration.setObjectMapper
(com.fasterxml.jackson.databind.ObjectMapper objectMapper) FormEngineConfiguration.setPostDefaultELResolvers
(Collection<ELResolver> postDefaultELResolvers) FormEngineConfiguration.setPreBeanELResolvers
(Collection<ELResolver> preBeanELResolvers) FormEngineConfiguration.setPreDefaultELResolvers
(Collection<ELResolver> preDefaultELResolvers) FormEngineConfiguration.setResourceDataManager
(FormResourceDataManager resourceDataManager) FormEngineConfiguration.setResourceEntityManager
(FormResourceEntityManager resourceEntityManager) FormEngineConfiguration.setTableDataManager
(TableDataManager tableDataManager) -
Uses of FormEngineConfiguration in com.flowable.form.engine.configurator
Modifier and TypeFieldDescriptionprotected FormEngineConfiguration
FormEngineConfigurator.formEngineConfiguration
Modifier and TypeMethodDescriptionFormEngineConfigurator.setFormEngineConfiguration
(FormEngineConfiguration formEngineConfiguration) -
Uses of FormEngineConfiguration in com.flowable.form.engine.impl
Modifier and TypeFieldDescriptionprotected FormEngineConfiguration
FormEngineImpl.engineConfiguration
ModifierConstructorDescriptionFormEngineImpl
(FormEngineConfiguration engineConfiguration) FormManagementServiceImpl
(FormEngineConfiguration formEngineConfiguration) -
Uses of FormEngineConfiguration in com.flowable.form.engine.impl.cfg
Modifier and TypeClassDescriptionclass
class
-
Uses of FormEngineConfiguration in com.flowable.form.engine.impl.cmd
Modifier and TypeMethodDescriptionprotected 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
Modifier and TypeMethodDescriptionFormDefinitionParse.execute
(FormEngineConfiguration formEngineConfig) -
Uses of FormEngineConfiguration in com.flowable.form.engine.impl.persistence.deploy
Modifier and TypeFieldDescriptionprotected FormEngineConfiguration
DeploymentManager.engineConfig
ModifierConstructorDescriptionDeploymentManager
(DeploymentCache<FormDefinitionCacheEntry> formCache, FormEngineConfiguration engineConfig) -
Uses of FormEngineConfiguration in com.flowable.form.engine.impl.persistence.entity
ModifierConstructorDescriptionFormDefinitionEntityManagerImpl
(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
Modifier and TypeFieldDescriptionprotected FormEngineConfiguration
AbstractFormDataManager.formEngineConfiguration
ModifierConstructorDescriptionAbstractFormDataManager
(FormEngineConfiguration formEngineConfiguration) -
Uses of FormEngineConfiguration in com.flowable.form.engine.impl.persistence.entity.data.impl
ModifierConstructorDescriptionMybatisFormDefinitionDataManager
(FormEngineConfiguration formEngineConfiguration) MybatisFormDeploymentDataManager
(FormEngineConfiguration formEngineConfiguration) MybatisFormInstanceDataManager
(FormEngineConfiguration formEngineConfiguration) MybatisFormResourceDataManager
(FormEngineConfiguration formEngineConfiguration) -
Uses of FormEngineConfiguration in com.flowable.form.engine.impl.test
Modifier and TypeFieldDescriptionprotected FormEngineConfiguration
AbstractFlowableTestCase.formEngineConfiguration
-
Uses of FormEngineConfiguration in com.flowable.form.engine.impl.util
Modifier and TypeMethodDescriptionstatic FormEngineConfiguration
CommandContextUtil.getFormEngineConfiguration()
static FormEngineConfiguration
CommandContextUtil.getFormEngineConfiguration
(CommandContext commandContext) -
Uses of FormEngineConfiguration in com.flowable.form.engine.impl.validation
Modifier and TypeMethodDescriptionprotected FormEngineConfiguration
VariableValueProvider.getFormEngineConfiguration()
-
Uses of FormEngineConfiguration in com.flowable.form.engine.test
Modifier and TypeFieldDescriptionprotected FormEngineConfiguration
FlowableFormRule.formEngineConfiguration
Modifier and TypeMethodDescriptionvoid
FlowableFormRule.setFormEngineConfiguration
(FormEngineConfiguration formEngineConfiguration) -
Uses of FormEngineConfiguration in com.flowable.form.spring
Modifier and TypeFieldDescriptionprotected FormEngineConfiguration
FormEngineFactoryBean.formEngineConfiguration
Modifier and TypeMethodDescriptionFormEngineFactoryBean.getFormEngineConfiguration()
SpringFormEngineConfiguration.setDataSource
(DataSource dataSource) Modifier and TypeMethodDescriptionvoid
FormEngineFactoryBean.setFormEngineConfiguration
(FormEngineConfiguration formEngineConfiguration)