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.setThresholdProvider
(FlowableThresholdProvider thresholdProvider) -
Uses of PlatformEngineConfiguration in com.flowable.platform.engine.impl
Fields in com.flowable.platform.engine.impl declared as PlatformEngineConfigurationModifier and TypeFieldDescriptionprotected PlatformEngineConfiguration
PlatformEngineImpl.engineConfiguration
Methods 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 DashboardComponentDefinitionModel
AbstractNeedsDashboardCmd.getDashboardComponentDefinitionModel
(DashboardEntity dashboard, PlatformEngineConfiguration platformEngineConfiguration, String definitionKey) static void
TenantVariableCommandUtils.handleExistingVariableEntity
(PlatformEngineConfiguration platformEngineConfiguration, TenantVariableEntity variableEntity, Object variableValue, boolean storeAsProtected) static void
TenantVariableCommandUtils.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 PlatformEngineConfiguration
PlatformEngineConfigurator.engineConfiguration
Methods in com.flowable.platform.engine.impl.configurator that return PlatformEngineConfigurationMethods in com.flowable.platform.engine.impl.configurator with parameters of type PlatformEngineConfigurationModifier and TypeMethodDescriptionvoid
PlatformEngineConfigurator.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) -
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 PlatformEngineConfiguration
PlatformDeploymentManager.platformEngineConfiguration
Methods in com.flowable.platform.engine.impl.deployer that return PlatformEngineConfigurationMethods in com.flowable.platform.engine.impl.deployer with parameters of type PlatformEngineConfigurationModifier and TypeMethodDescriptionvoid
PlatformDeploymentManager.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 PlatformEngineConfiguration
BasePlatformHistoryManager.engineConfiguration
Constructors in com.flowable.platform.engine.impl.history with parameters of type PlatformEngineConfigurationModifierConstructorDescriptionprotected
BasePlatformHistoryManager
(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 PlatformEngineConfiguration
PlatformEntityManagers.configuration
Constructors in com.flowable.platform.engine.impl.persistence.entity with parameters of type PlatformEngineConfigurationModifierConstructorDescriptionCommentEntityManagerImpl
(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 PlatformEngineConfiguration
AbstractPlatformDataManager.platformEngineConfiguration
Methods in com.flowable.platform.engine.impl.persistence.entity.data that return PlatformEngineConfigurationModifier and TypeMethodDescriptionprotected PlatformEngineConfiguration
AbstractPlatformDataManager.getPlatformEngineConfiguration()
Methods in com.flowable.platform.engine.impl.persistence.entity.data with parameters of type PlatformEngineConfigurationModifier and TypeMethodDescriptionvoid
PlatformDataManagers.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 PlatformEngineConfiguration
MyBatisCommentDataManager.platformEngineConfiguration
protected PlatformEngineConfiguration
MybatisConfigurationPropertyDataManager.platformEngineConfiguration
protected PlatformEngineConfiguration
MybatisDashboardDataManager.platformEngineConfiguration
protected PlatformEngineConfiguration
MybatisTranslationDataManager.platformEngineConfiguration
Constructors in com.flowable.platform.engine.impl.persistence.entity.data.impl with parameters of type PlatformEngineConfigurationModifierConstructorDescriptionMyBatisCommentDataManager
(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 Duration
LongRunningCommandInterruptor.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 PlatformEngineConfiguration
CommandContextUtil.getPlatformEngineConfiguration()
static PlatformEngineConfiguration
CommandContextUtil.getPlatformEngineConfiguration
(CommandContext commandContext) -
Uses of PlatformEngineConfiguration in com.flowable.platform.service.bot
Fields in com.flowable.platform.service.bot declared as PlatformEngineConfigurationModifier and TypeFieldDescriptionprotected PlatformEngineConfiguration
ScriptEvaluationBot.platformEngineConfiguration
Constructors 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 PlatformEngineConfiguration
PlatformCommandContextUtil.getPlatformEngineConfiguration()
static PlatformEngineConfiguration
PlatformCommandContextUtil.getPlatformEngineConfiguration
(CommandContext commandContext)