Uses of Class
com.flowable.form.engine.FormEngineConfiguration
Packages that use FormEngineConfiguration
Package
Description
-
Uses of FormEngineConfiguration in com.flowable.form.engine
Methods in com.flowable.form.engine that return FormEngineConfigurationModifier and TypeMethodDescriptionFormEngineConfiguration.addCustomFormFieldValidators(Collection<SubmittedVariableValidator> customFormFieldValidators) FormEngineConfiguration.addPostDefaultELResolver(ELResolver elResolver) FormEngineConfiguration.addPreBeanELResolver(ELResolver elResolver) FormEngineConfiguration.addPreDefaultELResolver(ELResolver elResolver) static FormEngineConfigurationFormEngineConfiguration.createFormEngineConfigurationFromInputStream(InputStream inputStream) static FormEngineConfigurationFormEngineConfiguration.createFormEngineConfigurationFromInputStream(InputStream inputStream, String beanName) static FormEngineConfigurationFormEngineConfiguration.createFormEngineConfigurationFromResource(String resource) static FormEngineConfigurationFormEngineConfiguration.createFormEngineConfigurationFromResource(String resource, String beanName) static FormEngineConfigurationFormEngineConfiguration.createFormEngineConfigurationFromResourceDefault()static FormEngineConfigurationFormEngineConfiguration.createStandaloneFormEngineConfiguration()static FormEngineConfigurationFormEngineConfiguration.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
Fields in com.flowable.form.engine.configurator declared as FormEngineConfigurationModifier and TypeFieldDescriptionprotected FormEngineConfigurationFormEngineConfigurator.formEngineConfigurationMethods in com.flowable.form.engine.configurator that return FormEngineConfigurationMethods in com.flowable.form.engine.configurator with parameters of type FormEngineConfigurationModifier and TypeMethodDescriptionFormEngineConfigurator.setFormEngineConfiguration(FormEngineConfiguration formEngineConfiguration) -
Uses of FormEngineConfiguration in com.flowable.form.engine.impl
Fields in com.flowable.form.engine.impl declared as FormEngineConfigurationModifier and TypeFieldDescriptionprotected FormEngineConfigurationFormEngineImpl.engineConfigurationMethods in com.flowable.form.engine.impl that return FormEngineConfigurationConstructors in com.flowable.form.engine.impl with parameters of type FormEngineConfigurationModifierConstructorDescriptionFormEngineImpl(FormEngineConfiguration engineConfiguration) FormManagementServiceImpl(FormEngineConfiguration formEngineConfiguration) -
Uses of FormEngineConfiguration in com.flowable.form.engine.impl.cfg
Subclasses of FormEngineConfiguration in com.flowable.form.engine.impl.cfgModifier and TypeClassDescriptionclassclass -
Uses of FormEngineConfiguration in com.flowable.form.engine.impl.cmd
Methods in com.flowable.form.engine.impl.cmd with parameters of type FormEngineConfigurationModifier and TypeMethodDescriptionprotected abstract FormInstanceEntityAbstractSaveFormInstanceCmd.findExistingFormInstance(FormEngineConfiguration formEngineConfiguration) protected FormInstanceEntityCreateFormInstanceCmd.findExistingFormInstance(FormEngineConfiguration formEngineConfiguration) protected FormInstanceEntitySaveFormInstanceCmd.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 FormEngineConfigurationModifier and TypeMethodDescriptionFormDefinitionParse.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 FormEngineConfigurationModifier and TypeFieldDescriptionprotected FormEngineConfigurationDeploymentManager.engineConfigConstructors in com.flowable.form.engine.impl.persistence.deploy with parameters of type FormEngineConfigurationModifierConstructorDescriptionDeploymentManager(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 FormEngineConfigurationModifierConstructorDescriptionFormDefinitionEntityManagerImpl(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 FormEngineConfigurationModifier and TypeFieldDescriptionprotected FormEngineConfigurationAbstractFormDataManager.formEngineConfigurationConstructors in com.flowable.form.engine.impl.persistence.entity.data with parameters of type FormEngineConfigurationModifierConstructorDescriptionAbstractFormDataManager(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 FormEngineConfigurationModifierConstructorDescriptionMybatisFormDefinitionDataManager(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 FormEngineConfigurationModifier and TypeFieldDescriptionprotected FormEngineConfigurationAbstractFlowableTestCase.formEngineConfiguration -
Uses of FormEngineConfiguration in com.flowable.form.engine.impl.util
Methods in com.flowable.form.engine.impl.util that return FormEngineConfigurationModifier and TypeMethodDescriptionstatic FormEngineConfigurationCommandContextUtil.getFormEngineConfiguration()static FormEngineConfigurationCommandContextUtil.getFormEngineConfiguration(CommandContext commandContext) -
Uses of FormEngineConfiguration in com.flowable.form.engine.impl.validation
Methods in com.flowable.form.engine.impl.validation that return FormEngineConfigurationModifier and TypeMethodDescriptionprotected FormEngineConfigurationVariableValueProvider.getFormEngineConfiguration() -
Uses of FormEngineConfiguration in com.flowable.form.engine.test
Fields in com.flowable.form.engine.test declared as FormEngineConfigurationModifier and TypeFieldDescriptionprotected FormEngineConfigurationFlowableFormRule.formEngineConfigurationMethods in com.flowable.form.engine.test with parameters of type FormEngineConfigurationModifier and TypeMethodDescriptionvoidFlowableFormRule.setFormEngineConfiguration(FormEngineConfiguration formEngineConfiguration) -
Uses of FormEngineConfiguration in com.flowable.form.spring
Subclasses of FormEngineConfiguration in com.flowable.form.springFields in com.flowable.form.spring declared as FormEngineConfigurationModifier and TypeFieldDescriptionprotected FormEngineConfigurationFormEngineFactoryBean.formEngineConfigurationMethods in com.flowable.form.spring that return FormEngineConfigurationModifier and TypeMethodDescriptionFormEngineFactoryBean.getFormEngineConfiguration()SpringFormEngineConfiguration.setDataSource(DataSource dataSource) Methods in com.flowable.form.spring with parameters of type FormEngineConfigurationModifier and TypeMethodDescriptionvoidFormEngineFactoryBean.setFormEngineConfiguration(FormEngineConfiguration formEngineConfiguration) -
Uses of FormEngineConfiguration in com.flowable.platform.common.deployer
Fields in com.flowable.platform.common.deployer declared as FormEngineConfigurationModifier and TypeFieldDescriptionprotected FormEngineConfigurationDefaultFormDefinitionAutoDeployer.formEngineConfigurationConstructors in com.flowable.platform.common.deployer with parameters of type FormEngineConfigurationModifierConstructorDescriptionDefaultFormDefinitionAutoDeployer(Collection<Resource> formResources, FormEngineConfiguration formEngineConfiguration, String deploymentName, Set<String> autoDeployTenants, CommonAutoDeploymentProperties deploymentProperties) DefaultFormDefinitionAutoDeployer(Collection<Resource> formResources, FormEngineConfiguration formEngineConfiguration, Set<String> autoDeployTenants, CommonAutoDeploymentProperties deploymentProperties) -
Uses of FormEngineConfiguration in com.flowable.platform.service.bot
Fields in com.flowable.platform.service.bot declared as FormEngineConfigurationModifier and TypeFieldDescriptionprotected FormEngineConfigurationCmmnReactivateCaseInstanceBot.formEngineConfigurationprotected FormEngineConfigurationCmmnUserEventListenerBot.formEngineConfigurationConstructors in com.flowable.platform.service.bot with parameters of type FormEngineConfigurationModifierConstructorDescriptionCmmnReactivateCaseInstanceBot(CmmnEngineConfiguration cmmnEngineConfiguration, FormEngineConfiguration formEngineConfiguration, com.fasterxml.jackson.databind.ObjectMapper objectMapper) CmmnUserEventListenerBot(CmmnEngineConfiguration cmmnEngineConfiguration, FormEngineConfiguration formEngineConfiguration) -
Uses of FormEngineConfiguration in com.flowable.platform.service.page
Fields in com.flowable.platform.service.page declared as FormEngineConfigurationModifier and TypeFieldDescriptionprotected FormEngineConfigurationPlatformPageService.formEngineConfiguration