Uses of Class
com.flowable.platform.engine.PlatformEngineConfiguration
Package
Description
-
Uses of PlatformEngineConfiguration in com.flowable.platform.engine
Modifier 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
Modifier and TypeFieldDescriptionprotected PlatformEngineConfiguration
PlatformEngineImpl.engineConfiguration
ModifierConstructorDescriptionPlatformEngineImpl
(PlatformEngineConfiguration engineConfiguration) -
Uses of PlatformEngineConfiguration in com.flowable.platform.engine.impl.cmd
Modifier 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
ModifierConstructorDescriptionCommentServiceImpl
(PlatformEngineConfiguration platformEngineConfiguration) -
Uses of PlatformEngineConfiguration in com.flowable.platform.engine.impl.configuration
ModifierConstructorDescriptionConfigurationServiceImpl
(PlatformEngineConfiguration configuration) -
Uses of PlatformEngineConfiguration in com.flowable.platform.engine.impl.configurator
Modifier and TypeFieldDescriptionprotected PlatformEngineConfiguration
PlatformEngineConfigurator.engineConfiguration
Modifier and TypeMethodDescriptionvoid
PlatformEngineConfigurator.setEngineConfiguration
(PlatformEngineConfiguration engineConfiguration) -
Uses of PlatformEngineConfiguration in com.flowable.platform.engine.impl.dashboard
ModifierConstructorDescriptionDashboardConfigurationServiceImpl
(PlatformEngineConfiguration engineConfiguration) -
Uses of PlatformEngineConfiguration in com.flowable.platform.engine.impl.datadictionary
ModifierConstructorDescriptionDataDictionaryContractServiceImpl
(PlatformEngineConfiguration configuration) -
Uses of PlatformEngineConfiguration in com.flowable.platform.engine.impl.datadictionary.validation
ModifierConstructorDescriptionDataDictionaryValidatorImpl
(PlatformEngineConfiguration configuration) -
Uses of PlatformEngineConfiguration in com.flowable.platform.engine.impl.deployer
Modifier and TypeFieldDescriptionprotected PlatformEngineConfiguration
PlatformDeploymentManager.platformEngineConfiguration
Modifier and TypeMethodDescriptionvoid
PlatformDeploymentManager.setPlatformEngineConfiguration
(PlatformEngineConfiguration platformEngineConfiguration) -
Uses of PlatformEngineConfiguration in com.flowable.platform.engine.impl.history
Modifier and TypeFieldDescriptionprotected final PlatformEngineConfiguration
BasePlatformHistoryManager.engineConfiguration
ModifierConstructorDescriptionprotected
BasePlatformHistoryManager
(PlatformEngineConfiguration engineConfiguration) PlatformCmmnHistoryManager
(PlatformEngineConfiguration engineConfiguration) PlatformHistoryServiceImpl
(PlatformEngineConfiguration configuration) PlatformProcessHistoryManager
(PlatformEngineConfiguration engineConfiguration) -
Uses of PlatformEngineConfiguration in com.flowable.platform.engine.impl.management
ModifierConstructorDescriptionPlatformManagementServiceImpl
(PlatformEngineConfiguration configuration) -
Uses of PlatformEngineConfiguration in com.flowable.platform.engine.impl.migration
ModifierConstructorDescriptionMigrationServiceImpl
(PlatformEngineConfiguration platformEngineConfiguration) -
Uses of PlatformEngineConfiguration in com.flowable.platform.engine.impl.persistence.entity
Modifier and TypeFieldDescriptionprotected final PlatformEngineConfiguration
PlatformEntityManagers.configuration
ModifierConstructorDescriptionCommentEntityManagerImpl
(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
Modifier and TypeFieldDescriptionprotected PlatformEngineConfiguration
AbstractPlatformDataManager.platformEngineConfiguration
Modifier and TypeMethodDescriptionprotected PlatformEngineConfiguration
AbstractPlatformDataManager.getPlatformEngineConfiguration()
Modifier and TypeMethodDescriptionvoid
PlatformDataManagers.init
(PlatformEngineConfiguration platformEngineConfiguration) ModifierConstructorDescriptionAbstractPlatformDataManager
(PlatformEngineConfiguration platformEngineConfiguration) -
Uses of PlatformEngineConfiguration in com.flowable.platform.engine.impl.persistence.entity.data.impl
Modifier and TypeFieldDescriptionprotected PlatformEngineConfiguration
MyBatisCommentDataManager.platformEngineConfiguration
protected PlatformEngineConfiguration
MybatisConfigurationPropertyDataManager.platformEngineConfiguration
protected PlatformEngineConfiguration
MybatisDashboardDataManager.platformEngineConfiguration
protected PlatformEngineConfiguration
MybatisTranslationDataManager.platformEngineConfiguration
ModifierConstructorDescriptionMyBatisCommentDataManager
(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
ModifierConstructorDescriptionPlatformRepositoryServiceImpl
(PlatformEngineConfiguration engineConfiguration) -
Uses of PlatformEngineConfiguration in com.flowable.platform.engine.impl.runtime
ModifierConstructorDescriptionPlatformRuntimeServiceImpl
(PlatformEngineConfiguration configuration) -
Uses of PlatformEngineConfiguration in com.flowable.platform.engine.impl.sandbox.longrunning
Modifier and TypeMethodDescriptionprotected Duration
LongRunningCommandInterruptor.getMaxCommandDuration
(String tenantId, PlatformEngineConfiguration platformEngineConfiguration) -
Uses of PlatformEngineConfiguration in com.flowable.platform.engine.impl.sequence
ModifierConstructorDescriptionSequenceServiceImpl
(PlatformEngineConfiguration engineConfiguration) -
Uses of PlatformEngineConfiguration in com.flowable.platform.engine.impl.tenant
ModifierConstructorDescriptionTenantVariableServiceImpl
(PlatformEngineConfiguration configuration) -
Uses of PlatformEngineConfiguration in com.flowable.platform.engine.impl.translation
-
Uses of PlatformEngineConfiguration in com.flowable.platform.engine.impl.util
Modifier and TypeMethodDescriptionstatic PlatformEngineConfiguration
CommandContextUtil.getPlatformEngineConfiguration()
static PlatformEngineConfiguration
CommandContextUtil.getPlatformEngineConfiguration
(CommandContext commandContext) -
Uses of PlatformEngineConfiguration in com.flowable.platform.service.bot
Modifier and TypeFieldDescriptionprotected PlatformEngineConfiguration
ScriptEvaluationBot.platformEngineConfiguration
ModifierConstructorDescriptionScriptEvaluationBot
(com.fasterxml.jackson.databind.ObjectMapper objectMapper, PlatformEngineConfiguration platformEngineConfiguration) -
Uses of PlatformEngineConfiguration in com.flowable.platform.service.context
Modifier and TypeMethodDescriptionstatic PlatformEngineConfiguration
PlatformCommandContextUtil.getPlatformEngineConfiguration()
static PlatformEngineConfiguration
PlatformCommandContextUtil.getPlatformEngineConfiguration
(CommandContext commandContext)