Uses of Class
com.flowable.platform.engine.PlatformEngineConfiguration
Packages that use PlatformEngineConfiguration
Package
Description
-
Uses of PlatformEngineConfiguration in com.flowable.platform.engine
Methods in com.flowable.platform.engine that return PlatformEngineConfigurationModifier and TypeMethodDescriptionPlatformEngineConfiguration.addPostDefaultELResolver(ELResolver elResolver) PlatformEngineConfiguration.addPreBeanELResolver(ELResolver elResolver) PlatformEngineConfiguration.addPreDefaultELResolver(ELResolver elResolver) PlatformEngineConfiguration.addPreDefaultResolverFactory(ResolverFactory resolverFactory) PlatformEngine.getPlatformEngineConfiguration()PlatformEngineConfiguration.setCustomPostVariableTypes(List<VariableType> customPostVariableTypes) PlatformEngineConfiguration.setCustomPreVariableTypes(List<VariableType> customPreVariableTypes) PlatformEngineConfiguration.setDataSource(DataSource dataSource) PlatformEngineConfiguration.setExpressionManager(ExpressionManager expressionManager) PlatformEngineConfiguration.setMaxCommandDurationProvider(FlowableMaxCommandDurationProvider maxCommandDurationProvider) PlatformEngineConfiguration.setPostDefaultELResolvers(Collection<ELResolver> postDefaultELResolvers) PlatformEngineConfiguration.setPreBeanELResolvers(Collection<ELResolver> preBeanELResolvers) PlatformEngineConfiguration.setPreDefaultELResolvers(Collection<ELResolver> preDefaultELResolvers) PlatformEngineConfiguration.setRateLimiter(FlowableRateLimiter rateLimiter) PlatformEngineConfiguration.setScriptingEngines(ScriptingEngines scriptingEngines) PlatformEngineConfiguration.setSlaBusinessCalendar(SlaBusinessCalendar slaBusinessCalendar) PlatformEngineConfiguration.setThresholdProvider(FlowableThresholdProvider thresholdProvider) -
Uses of PlatformEngineConfiguration in com.flowable.platform.engine.impl
Fields in com.flowable.platform.engine.impl declared as PlatformEngineConfigurationModifier and TypeFieldDescriptionprotected PlatformEngineConfigurationPlatformEngineImpl.engineConfigurationMethods in com.flowable.platform.engine.impl that return PlatformEngineConfigurationConstructors in com.flowable.platform.engine.impl with parameters of type PlatformEngineConfigurationModifierConstructorDescriptionPlatformEngineImpl(PlatformEngineConfiguration engineConfiguration) -
Uses of PlatformEngineConfiguration in com.flowable.platform.engine.impl.cmd
Methods in com.flowable.platform.engine.impl.cmd with parameters of type PlatformEngineConfigurationModifier and TypeMethodDescriptionprotected DashboardComponentDefinitionModelAbstractNeedsDashboardCmd.getDashboardComponentDefinitionModel(DashboardEntity dashboard, PlatformEngineConfiguration platformEngineConfiguration, String definitionKey) static voidTenantVariableCommandUtils.handleExistingVariableEntity(PlatformEngineConfiguration platformEngineConfiguration, TenantVariableEntity variableEntity, Object variableValue, boolean storeAsProtected) static voidTenantVariableCommandUtils.handleNewVariableEntity(PlatformEngineConfiguration platformEngineConfiguration, String tenantId, String variableName, Object variableValue, boolean storeAsProtected) -
Uses of PlatformEngineConfiguration in com.flowable.platform.engine.impl.comment
Constructors in com.flowable.platform.engine.impl.comment with parameters of type PlatformEngineConfigurationModifierConstructorDescriptionCommentServiceImpl(PlatformEngineConfiguration platformEngineConfiguration) -
Uses of PlatformEngineConfiguration in com.flowable.platform.engine.impl.configuration
Constructors in com.flowable.platform.engine.impl.configuration with parameters of type PlatformEngineConfigurationModifierConstructorDescriptionConfigurationServiceImpl(PlatformEngineConfiguration configuration) -
Uses of PlatformEngineConfiguration in com.flowable.platform.engine.impl.configurator
Fields in com.flowable.platform.engine.impl.configurator declared as PlatformEngineConfigurationModifier and TypeFieldDescriptionprotected PlatformEngineConfigurationPlatformEngineConfigurator.engineConfigurationMethods in com.flowable.platform.engine.impl.configurator that return PlatformEngineConfigurationMethods in com.flowable.platform.engine.impl.configurator with parameters of type PlatformEngineConfigurationModifier and TypeMethodDescriptionvoidPlatformEngineConfigurator.setEngineConfiguration(PlatformEngineConfiguration engineConfiguration) -
Uses of PlatformEngineConfiguration in com.flowable.platform.engine.impl.dashboard
Constructors in com.flowable.platform.engine.impl.dashboard with parameters of type PlatformEngineConfigurationModifierConstructorDescriptionDashboardConfigurationServiceImpl(PlatformEngineConfiguration engineConfiguration) -
Uses of PlatformEngineConfiguration in com.flowable.platform.engine.impl.datadictionary
Constructors in com.flowable.platform.engine.impl.datadictionary with parameters of type PlatformEngineConfigurationModifierConstructorDescriptionDataDictionaryContractServiceImpl(PlatformEngineConfiguration configuration) DataDictionaryTypeServiceImpl(PlatformEngineConfiguration platformEngineConfiguration) -
Uses of PlatformEngineConfiguration in com.flowable.platform.engine.impl.datadictionary.validation
Constructors in com.flowable.platform.engine.impl.datadictionary.validation with parameters of type PlatformEngineConfigurationModifierConstructorDescriptionDataDictionaryValidatorImpl(PlatformEngineConfiguration configuration) -
Uses of PlatformEngineConfiguration in com.flowable.platform.engine.impl.deployer
Fields in com.flowable.platform.engine.impl.deployer declared as PlatformEngineConfigurationModifier and TypeFieldDescriptionprotected PlatformEngineConfigurationPlatformDeploymentManager.platformEngineConfigurationMethods in com.flowable.platform.engine.impl.deployer that return PlatformEngineConfigurationMethods in com.flowable.platform.engine.impl.deployer with parameters of type PlatformEngineConfigurationModifier and TypeMethodDescriptionvoidPlatformDeploymentManager.setPlatformEngineConfiguration(PlatformEngineConfiguration platformEngineConfiguration) -
Uses of PlatformEngineConfiguration in com.flowable.platform.engine.impl.history
Fields in com.flowable.platform.engine.impl.history declared as PlatformEngineConfigurationModifier and TypeFieldDescriptionprotected final PlatformEngineConfigurationBasePlatformHistoryManager.engineConfigurationConstructors in com.flowable.platform.engine.impl.history with parameters of type PlatformEngineConfigurationModifierConstructorDescriptionprotectedBasePlatformHistoryManager(PlatformEngineConfiguration engineConfiguration) PlatformCmmnHistoryManager(PlatformEngineConfiguration engineConfiguration) PlatformHistoryServiceImpl(PlatformEngineConfiguration configuration) PlatformProcessHistoryManager(PlatformEngineConfiguration engineConfiguration) -
Uses of PlatformEngineConfiguration in com.flowable.platform.engine.impl.management
Constructors in com.flowable.platform.engine.impl.management with parameters of type PlatformEngineConfigurationModifierConstructorDescriptionPlatformManagementServiceImpl(PlatformEngineConfiguration configuration) -
Uses of PlatformEngineConfiguration in com.flowable.platform.engine.impl.migration
Constructors in com.flowable.platform.engine.impl.migration with parameters of type PlatformEngineConfigurationModifierConstructorDescriptionMigrationServiceImpl(PlatformEngineConfiguration platformEngineConfiguration) -
Uses of PlatformEngineConfiguration in com.flowable.platform.engine.impl.persistence.entity
Fields in com.flowable.platform.engine.impl.persistence.entity declared as PlatformEngineConfigurationModifier and TypeFieldDescriptionprotected final PlatformEngineConfigurationPlatformEntityManagers.configurationConstructors in com.flowable.platform.engine.impl.persistence.entity with parameters of type PlatformEngineConfigurationModifierConstructorDescriptionClientRegistrationInfoEntityManagerImpl(PlatformEngineConfiguration engineConfiguration, ClientRegistrationInfoDataManager dataManager) CommentEntityManagerImpl(PlatformEngineConfiguration configuration, CommentDataManager commentDataManager) ConfigurationPropertyEntityManagerImpl(PlatformEngineConfiguration configuration, ConfigurationPropertyDataManager configurationPropertyDataManager) DashboardComponentDefinitionEntityManagerImpl(PlatformEngineConfiguration configuration, DashboardComponentDefinitionDataManager definitionDataManager) DashboardEntityManagerImpl(PlatformEngineConfiguration configuration, DashboardDataManager dashboardDataManager) DataDictionaryDefinitionEntityManagerImpl(PlatformEngineConfiguration configuration, DataDictionaryDefinitionDataManager definitionDataManager) PlatformDeploymentEntityManagerImpl(PlatformEngineConfiguration actionEngineConfiguration, PlatformDeploymentDataManager deploymentDataManager) PlatformEntityManagers(PlatformEngineConfiguration configuration, PlatformDataManagers dataManagers) PlatformResourceEntityManagerImpl(PlatformEngineConfiguration actionEngineConfiguration, PlatformResourceDataManager resourceDataManager) QueryDefinitionEntityManagerImpl(PlatformEngineConfiguration configuration, QueryDefinitionDataManager queryDefinitionDataManager) SequenceDefinitionEntityManagerImpl(PlatformEngineConfiguration configuration, SequenceDefinitionDataManager definitionDataManager) SlaAuditInstanceEntityManagerImpl(PlatformEngineConfiguration configuration, SlaAuditInstanceDataManager slaAuditInstanceDataManager) SlaDefinitionEntityManagerImpl(PlatformEngineConfiguration configuration, SlaDefinitionDataManager definitionDataManager) TenantVariableEntityManagerImpl(PlatformEngineConfiguration engineConfiguration, TenantVariableDataManager dataManager) TranslationEntityManagerImpl(PlatformEngineConfiguration configuration, TranslationDataManager translationDataManager) VariableExtractorDefinitionEntityManagerImpl(PlatformEngineConfiguration configuration, VariableExtractorDefinitionDataManager queryDefinitionDataManager) -
Uses of PlatformEngineConfiguration in com.flowable.platform.engine.impl.persistence.entity.data
Fields in com.flowable.platform.engine.impl.persistence.entity.data declared as PlatformEngineConfigurationModifier and TypeFieldDescriptionprotected PlatformEngineConfigurationAbstractPlatformDataManager.platformEngineConfigurationMethods in com.flowable.platform.engine.impl.persistence.entity.data that return PlatformEngineConfigurationModifier and TypeMethodDescriptionprotected PlatformEngineConfigurationAbstractPlatformDataManager.getPlatformEngineConfiguration()Methods in com.flowable.platform.engine.impl.persistence.entity.data with parameters of type PlatformEngineConfigurationModifier and TypeMethodDescriptionvoidPlatformDataManagers.init(PlatformEngineConfiguration platformEngineConfiguration) Constructors in com.flowable.platform.engine.impl.persistence.entity.data with parameters of type PlatformEngineConfigurationModifierConstructorDescriptionAbstractPlatformDataManager(PlatformEngineConfiguration platformEngineConfiguration) -
Uses of PlatformEngineConfiguration in com.flowable.platform.engine.impl.persistence.entity.data.impl
Fields in com.flowable.platform.engine.impl.persistence.entity.data.impl declared as PlatformEngineConfigurationModifier and TypeFieldDescriptionprotected PlatformEngineConfigurationMyBatisCommentDataManager.platformEngineConfigurationprotected PlatformEngineConfigurationMybatisConfigurationPropertyDataManager.platformEngineConfigurationprotected PlatformEngineConfigurationMybatisDashboardDataManager.platformEngineConfigurationprotected PlatformEngineConfigurationMybatisTranslationDataManager.platformEngineConfigurationConstructors in com.flowable.platform.engine.impl.persistence.entity.data.impl with parameters of type PlatformEngineConfigurationModifierConstructorDescriptionMybatisClientRegistrationInfoDataManager(PlatformEngineConfiguration platformEngineConfiguration) MyBatisCommentDataManager(PlatformEngineConfiguration platformEngineConfiguration) MybatisConfigurationPropertyDataManager(PlatformEngineConfiguration platformEngineConfiguration) MybatisDashboardComponentDefinitionDataManager(PlatformEngineConfiguration platformEngineConfiguration) MybatisDashboardDataManager(PlatformEngineConfiguration platformEngineConfiguration) MybatisDataDictionaryDefinitionDataManager(PlatformEngineConfiguration platformEngineConfiguration) MybatisPlatformDeploymentDataManager(PlatformEngineConfiguration platformEngineConfiguration) MybatisPlatformResourceDataManager(PlatformEngineConfiguration actionEngineConfiguration) MybatisQueryDefinitionDataManager(PlatformEngineConfiguration platformEngineConfiguration) MybatisSequenceDefinitionDataManager(PlatformEngineConfiguration platformEngineConfiguration) MybatisSlaAuditInstanceDataManager(PlatformEngineConfiguration platformEngineConfiguration) MybatisSlaDefinitionDataManager(PlatformEngineConfiguration platformEngineConfiguration) MybatisTenantVariableDataManager(PlatformEngineConfiguration platformEngineConfiguration) MybatisTranslationDataManager(PlatformEngineConfiguration platformEngineConfiguration) MybatisVariableExtractorDefinitionDataManager(PlatformEngineConfiguration platformEngineConfiguration) -
Uses of PlatformEngineConfiguration in com.flowable.platform.engine.impl.repository
Constructors in com.flowable.platform.engine.impl.repository with parameters of type PlatformEngineConfigurationModifierConstructorDescriptionPlatformRepositoryServiceImpl(PlatformEngineConfiguration engineConfiguration) -
Uses of PlatformEngineConfiguration in com.flowable.platform.engine.impl.runtime
Constructors in com.flowable.platform.engine.impl.runtime with parameters of type PlatformEngineConfigurationModifierConstructorDescriptionPlatformRuntimeServiceImpl(PlatformEngineConfiguration configuration) -
Uses of PlatformEngineConfiguration in com.flowable.platform.engine.impl.sandbox.longrunning
Methods in com.flowable.platform.engine.impl.sandbox.longrunning with parameters of type PlatformEngineConfigurationModifier and TypeMethodDescriptionprotected DurationLongRunningCommandInterruptor.getMaxCommandDuration(String tenantId, PlatformEngineConfiguration platformEngineConfiguration) -
Uses of PlatformEngineConfiguration in com.flowable.platform.engine.impl.sequence
Constructors in com.flowable.platform.engine.impl.sequence with parameters of type PlatformEngineConfigurationModifierConstructorDescriptionSequenceServiceImpl(PlatformEngineConfiguration engineConfiguration) -
Uses of PlatformEngineConfiguration in com.flowable.platform.engine.impl.tenant
Constructors in com.flowable.platform.engine.impl.tenant with parameters of type PlatformEngineConfigurationModifierConstructorDescriptionTenantVariableServiceImpl(PlatformEngineConfiguration configuration) -
Uses of PlatformEngineConfiguration in com.flowable.platform.engine.impl.translation
Constructors in com.flowable.platform.engine.impl.translation with parameters of type PlatformEngineConfiguration -
Uses of PlatformEngineConfiguration in com.flowable.platform.engine.impl.util
Methods in com.flowable.platform.engine.impl.util that return PlatformEngineConfigurationModifier and TypeMethodDescriptionstatic PlatformEngineConfigurationCommandContextUtil.getPlatformEngineConfiguration()static PlatformEngineConfigurationCommandContextUtil.getPlatformEngineConfiguration(CommandContext commandContext) -
Uses of PlatformEngineConfiguration in com.flowable.platform.service.bot
Fields in com.flowable.platform.service.bot declared as PlatformEngineConfigurationModifier and TypeFieldDescriptionprotected PlatformEngineConfigurationScriptEvaluationBot.platformEngineConfigurationConstructors in com.flowable.platform.service.bot with parameters of type PlatformEngineConfigurationModifierConstructorDescriptionScriptEvaluationBot(com.fasterxml.jackson.databind.ObjectMapper objectMapper, PlatformEngineConfiguration platformEngineConfiguration) -
Uses of PlatformEngineConfiguration in com.flowable.platform.service.context
Methods in com.flowable.platform.service.context that return PlatformEngineConfigurationModifier and TypeMethodDescriptionstatic PlatformEngineConfigurationPlatformCommandContextUtil.getPlatformEngineConfiguration()static PlatformEngineConfigurationPlatformCommandContextUtil.getPlatformEngineConfiguration(CommandContext commandContext)