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(org.flowable.common.engine.impl.javax.el.ELResolver elResolver) PlatformEngineConfiguration.addPreBeanELResolver(org.flowable.common.engine.impl.javax.el.ELResolver elResolver) PlatformEngineConfiguration.addPreDefaultELResolver(org.flowable.common.engine.impl.javax.el.ELResolver elResolver) PlatformEngineConfiguration.addPreDefaultResolverFactory(org.flowable.common.engine.impl.scripting.ResolverFactory resolverFactory) PlatformEngine.getPlatformEngineConfiguration()PlatformEngineConfiguration.setCustomPostVariableTypes(List<org.flowable.variable.api.types.VariableType> customPostVariableTypes) PlatformEngineConfiguration.setCustomPreVariableTypes(List<org.flowable.variable.api.types.VariableType> customPreVariableTypes) PlatformEngineConfiguration.setDataSource(DataSource dataSource) PlatformEngineConfiguration.setEncryptionInitializationVector(String encryptionInitializationVector) PlatformEngineConfiguration.setEncryptionSecret(String encryptionSecret) PlatformEngineConfiguration.setExpressionManager(org.flowable.common.engine.impl.el.ExpressionManager expressionManager) PlatformEngineConfiguration.setMaxCommandDurationProvider(FlowableMaxCommandDurationProvider maxCommandDurationProvider) PlatformEngineConfiguration.setPostDefaultELResolvers(Collection<org.flowable.common.engine.impl.javax.el.ELResolver> postDefaultELResolvers) PlatformEngineConfiguration.setPreBeanELResolvers(Collection<org.flowable.common.engine.impl.javax.el.ELResolver> preBeanELResolvers) PlatformEngineConfiguration.setPreDefaultELResolvers(Collection<org.flowable.common.engine.impl.javax.el.ELResolver> preDefaultELResolvers) PlatformEngineConfiguration.setRateLimiter(FlowableRateLimiter rateLimiter) PlatformEngineConfiguration.setScriptEngine(org.flowable.common.engine.impl.scripting.FlowableScriptEngine scriptEngine) PlatformEngineConfiguration.setScriptingEngines(org.flowable.common.engine.impl.scripting.ScriptingEngines scriptingEngines) PlatformEngineConfiguration.setSlaBusinessCalendar(SlaBusinessCalendar slaBusinessCalendar) PlatformEngineConfiguration.setSlaHandler(FlowableSlaHandler slaHandler) PlatformEngineConfiguration.setThresholdProvider(FlowableThresholdProvider thresholdProvider) PlatformEngineConfiguration.setVariableJsonMapper(org.flowable.common.engine.impl.json.VariableJsonMapper variableJsonMapper) -
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 voidGetClientRegistrationInfoTokenCmd.addProtocolFormParameters(org.flowable.http.common.api.HttpRequest request, ClientRegistrationInfoEntity registration, PlatformEngineConfiguration engineConfiguration) protected StringGetClientRegistrationInfoTokenCmd.getBadRequestResponseErrorMessage(org.flowable.http.common.api.HttpResponse response, PlatformEngineConfiguration engineConfiguration) protected DashboardComponentDefinitionModelAbstractNeedsDashboardCmd.getDashboardComponentDefinitionModel(DashboardEntity dashboard, PlatformEngineConfiguration platformEngineConfiguration, String definitionKey) protected StringGetClientRegistrationInfoTokenCmd.getErrorMessage(HttpStatus status, org.flowable.http.common.api.HttpResponse response, PlatformEngineConfiguration engineConfiguration) static voidTenantVariableCommandUtils.handleExistingVariableEntity(PlatformEngineConfiguration platformEngineConfiguration, TenantVariableEntity variableEntity, Object variableValue, boolean storeAsProtected) static voidTenantVariableCommandUtils.handleNewVariableEntity(PlatformEngineConfiguration platformEngineConfiguration, String tenantId, String variableName, Object variableValue, boolean storeAsProtected) protected tools.jackson.databind.JsonNodeGetClientRegistrationInfoTokenCmd.readResponseBody(org.flowable.http.common.api.HttpResponse response, PlatformEngineConfiguration engineConfiguration) protected StringGetClientRegistrationInfoTokenCmd.resolveAssertion(PlatformEngineConfiguration engineConfiguration) -
Uses of PlatformEngineConfiguration in com.flowable.platform.engine.impl.comment
Subclasses with type arguments of type PlatformEngineConfiguration in com.flowable.platform.engine.impl.commentConstructors in com.flowable.platform.engine.impl.comment with parameters of type PlatformEngineConfigurationModifierConstructorDescriptionCommentServiceImpl(PlatformEngineConfiguration platformEngineConfiguration) -
Uses of PlatformEngineConfiguration in com.flowable.platform.engine.impl.configuration
Subclasses with type arguments of type PlatformEngineConfiguration in com.flowable.platform.engine.impl.configurationConstructors 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
Subclasses with type arguments of type PlatformEngineConfiguration in com.flowable.platform.engine.impl.dashboardConstructors in com.flowable.platform.engine.impl.dashboard with parameters of type PlatformEngineConfigurationModifierConstructorDescriptionDashboardConfigurationServiceImpl(PlatformEngineConfiguration engineConfiguration) -
Uses of PlatformEngineConfiguration in com.flowable.platform.engine.impl.datadictionary
Subclasses with type arguments of type PlatformEngineConfiguration in com.flowable.platform.engine.impl.datadictionaryModifier and TypeClassDescriptionclassclassConstructors 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
Subclasses with type arguments of type PlatformEngineConfiguration in com.flowable.platform.engine.impl.datadictionary.validationConstructors 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
Subclasses with type arguments of type PlatformEngineConfiguration in com.flowable.platform.engine.impl.historyFields 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
Subclasses with type arguments of type PlatformEngineConfiguration in com.flowable.platform.engine.impl.managementMethods in com.flowable.platform.engine.impl.management with parameters of type PlatformEngineConfigurationModifier and TypeMethodDescriptionprotected tools.jackson.databind.JsonNodeClientRegistrationInfoBuilderImpl.resolveOidcConfiguration(PlatformEngineConfiguration configuration) 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
Subclasses with type arguments of type PlatformEngineConfiguration in com.flowable.platform.engine.impl.migrationConstructors 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
Subclasses with type arguments of type PlatformEngineConfiguration in com.flowable.platform.engine.impl.persistence.entityModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassFields 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) JobMetricEntityManagerImpl(PlatformEngineConfiguration engineConfiguration, JobMetricDataManager dataManager) 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) TaskExecutorMetricEntityManagerImpl(PlatformEngineConfiguration engineConfiguration, TaskExecutorMetricDataManager dataManager) 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 PlatformEngineConfigurationMybatisJobMetricDataManager.platformEngineConfigurationprotected PlatformEngineConfigurationMybatisTaskExecutorMetricDataManager.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) MybatisJobMetricDataManager(PlatformEngineConfiguration platformEngineConfiguration) MybatisPlatformDeploymentDataManager(PlatformEngineConfiguration platformEngineConfiguration) MybatisPlatformResourceDataManager(PlatformEngineConfiguration actionEngineConfiguration) MybatisQueryDefinitionDataManager(PlatformEngineConfiguration platformEngineConfiguration) MybatisSequenceDefinitionDataManager(PlatformEngineConfiguration platformEngineConfiguration) MybatisSlaAuditInstanceDataManager(PlatformEngineConfiguration platformEngineConfiguration) MybatisSlaDefinitionDataManager(PlatformEngineConfiguration platformEngineConfiguration) MybatisTaskExecutorMetricDataManager(PlatformEngineConfiguration platformEngineConfiguration) MybatisTenantVariableDataManager(PlatformEngineConfiguration platformEngineConfiguration) MybatisTranslationDataManager(PlatformEngineConfiguration platformEngineConfiguration) MybatisVariableExtractorDefinitionDataManager(PlatformEngineConfiguration platformEngineConfiguration) -
Uses of PlatformEngineConfiguration in com.flowable.platform.engine.impl.repository
Subclasses with type arguments of type PlatformEngineConfiguration in com.flowable.platform.engine.impl.repositoryConstructors in com.flowable.platform.engine.impl.repository with parameters of type PlatformEngineConfigurationModifierConstructorDescriptionPlatformRepositoryServiceImpl(PlatformEngineConfiguration engineConfiguration) -
Uses of PlatformEngineConfiguration in com.flowable.platform.engine.impl.runtime
Subclasses with type arguments of type PlatformEngineConfiguration in com.flowable.platform.engine.impl.runtimeConstructors 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
Subclasses with type arguments of type PlatformEngineConfiguration in com.flowable.platform.engine.impl.sequenceConstructors in com.flowable.platform.engine.impl.sequence with parameters of type PlatformEngineConfigurationModifierConstructorDescriptionSequenceServiceImpl(PlatformEngineConfiguration engineConfiguration) -
Uses of PlatformEngineConfiguration in com.flowable.platform.engine.impl.tenant
Subclasses with type arguments of type PlatformEngineConfiguration in com.flowable.platform.engine.impl.tenantConstructors in com.flowable.platform.engine.impl.tenant with parameters of type PlatformEngineConfigurationModifierConstructorDescriptionTenantVariableServiceImpl(PlatformEngineConfiguration configuration) -
Uses of PlatformEngineConfiguration in com.flowable.platform.engine.impl.translation
Subclasses with type arguments of type PlatformEngineConfiguration in com.flowable.platform.engine.impl.translationConstructors 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(org.flowable.common.engine.impl.interceptor.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(tools.jackson.databind.ObjectMapper objectMapper, PlatformEngineConfiguration platformEngineConfiguration) -
Uses of PlatformEngineConfiguration in com.flowable.platform.service.caze
Fields in com.flowable.platform.service.caze declared as PlatformEngineConfigurationModifier and TypeFieldDescriptionprotected PlatformEngineConfigurationPlatformCaseInstanceService.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(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
Uses of PlatformEngineConfiguration in com.flowable.platform.service.health
Fields in com.flowable.platform.service.health declared as PlatformEngineConfigurationModifier and TypeFieldDescriptionprotected final PlatformEngineConfigurationHealthSummaryService.platformEngineConfigurationConstructors in com.flowable.platform.service.health with parameters of type PlatformEngineConfigurationModifierConstructorDescriptionHealthSummaryService(FlowableSystemInformationService systemInformationService, CoreReportingService reportingService, PlatformEngineConfiguration platformEngineConfiguration, CoreAppManagementService appManagementService, org.flowable.engine.HistoryService historyService, org.flowable.cmmn.api.CmmnHistoryService cmmnHistoryService, org.flowable.engine.ManagementService managementService) HealthSummaryService(FlowableSystemInformationService systemInformationService, CoreReportingService reportingService, PlatformEngineConfiguration platformEngineConfiguration, CoreAppManagementService appManagementService, org.flowable.engine.HistoryService historyService, org.flowable.cmmn.api.CmmnHistoryService cmmnHistoryService, org.flowable.engine.ManagementService managementService, List<HealthAdvisor> advisors) -
Uses of PlatformEngineConfiguration in com.flowable.platform.service.jobhandler
Methods in com.flowable.platform.service.jobhandler that return PlatformEngineConfigurationModifier and TypeMethodDescriptionprotected PlatformEngineConfigurationBaseSlaJobHandler.getPlatformEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
Uses of PlatformEngineConfiguration in com.flowable.platform.service.metrics
Fields in com.flowable.platform.service.metrics declared as PlatformEngineConfigurationModifier and TypeFieldDescriptionprotected PlatformEngineConfigurationFlowableAsyncExecutorMeterRegistry.platformEngineConfigurationFields in com.flowable.platform.service.metrics with type parameters of type PlatformEngineConfigurationModifier and TypeFieldDescriptionprotected final ObjectProvider<PlatformEngineConfiguration> FlowableAsyncExecutorMeterRegistry.platformEngineConfigurationProviderMethods in com.flowable.platform.service.metrics that return PlatformEngineConfigurationModifier and TypeMethodDescriptionprotected PlatformEngineConfigurationFlowableAsyncExecutorMeterRegistry.getPlatformEngineConfiguration()Constructor parameters in com.flowable.platform.service.metrics with type arguments of type PlatformEngineConfigurationModifierConstructorDescriptionFlowableAsyncExecutorMeterRegistry(FlowableAsyncExecutorMeterConfig config, ObjectProvider<PlatformEngineConfiguration> platformEngineConfigurationObjectProvider) FlowableAsyncExecutorMeterRegistry(FlowableAsyncExecutorMeterConfig config, ObjectProvider<PlatformEngineConfiguration> platformEngineConfigurationObjectProvider, io.micrometer.core.instrument.Clock clock) -
Uses of PlatformEngineConfiguration in com.flowable.platform.service.process
Fields in com.flowable.platform.service.process declared as PlatformEngineConfigurationModifier and TypeFieldDescriptionprotected PlatformEngineConfigurationPlatformProcessInstanceService.platformEngineConfiguration -
Uses of PlatformEngineConfiguration in com.flowable.platform.service.reports
Fields in com.flowable.platform.service.reports declared as PlatformEngineConfigurationModifier and TypeFieldDescriptionprotected final PlatformEngineConfigurationAsyncExecutorMetricsReportRunner.platformEngineConfigurationConstructors in com.flowable.platform.service.reports with parameters of type PlatformEngineConfigurationModifierConstructorDescriptionAsyncExecutorMetricsReportRunner(PlatformEngineConfiguration platformEngineConfiguration)