Uses of Interface
org.springframework.cloud.dataflow.server.task.DataflowTaskExecutionQueryDao
Packages that use DataflowTaskExecutionQueryDao
Package
Description
Contains specific features' configuration classes.
Contains Service implementations for the Dataflow Server.
-
Uses of DataflowTaskExecutionQueryDao in org.springframework.cloud.dataflow.server.config.features
Methods in org.springframework.cloud.dataflow.server.config.features that return DataflowTaskExecutionQueryDaoModifier and TypeMethodDescriptionTaskConfiguration.dataflowTaskExecutionQueryDao
(DataSource dataSource) Methods in org.springframework.cloud.dataflow.server.config.features with parameters of type DataflowTaskExecutionQueryDaoModifier and TypeMethodDescriptionTaskConfiguration.TaskExecutionServiceConfig.taskService
(PropertyResolver propertyResolver, TaskConfigurationProperties taskConfigurationProperties, ComposedTaskRunnerConfigurationProperties composedTaskRunnerConfigurationProperties, LauncherRepository launcherRepository, org.springframework.cloud.dataflow.audit.service.AuditRecordService auditRecordService, org.springframework.cloud.task.repository.TaskRepository taskRepository, TaskExecutionInfoService taskExecutionInfoService, TaskDeploymentRepository taskDeploymentRepository, TaskDefinitionRepository taskDefinitionRepository, TaskExecutionCreationService taskExecutionRepositoryService, TaskAppDeploymentRequestCreator taskAppDeploymentRequestCreator, DataflowTaskExplorer taskExplorer, DataflowTaskExecutionDao dataflowTaskExecutionDao, DataflowTaskExecutionMetadataDao dataflowTaskExecutionMetadataDao, DataflowTaskExecutionQueryDao dataflowTaskExecutionQueryDao, org.springframework.cloud.common.security.core.support.OAuth2TokenUtilsService oauth2TokenUtilsService, TaskSaveService taskSaveService) -
Uses of DataflowTaskExecutionQueryDao in org.springframework.cloud.dataflow.server.service.impl
Constructors in org.springframework.cloud.dataflow.server.service.impl with parameters of type DataflowTaskExecutionQueryDaoModifierConstructorDescriptionDefaultTaskExecutionService
(PropertyResolver propertyResolver, LauncherRepository launcherRepository, org.springframework.cloud.dataflow.audit.service.AuditRecordService auditRecordService, org.springframework.cloud.task.repository.TaskRepository taskRepository, TaskExecutionInfoService taskExecutionInfoService, TaskDeploymentRepository taskDeploymentRepository, TaskDefinitionRepository taskDefinitionRepository, TaskExecutionCreationService taskExecutionRepositoryService, TaskAppDeploymentRequestCreator taskAppDeploymentRequestCreator, DataflowTaskExplorer taskExplorer, DataflowTaskExecutionDao dataflowTaskExecutionDao, DataflowTaskExecutionMetadataDao dataflowTaskExecutionMetadataDao, DataflowTaskExecutionQueryDao dataflowTaskExecutionQueryDao, org.springframework.cloud.common.security.core.support.OAuth2TokenUtilsService oauth2TokenUtilsService, TaskSaveService taskSaveService, TaskConfigurationProperties taskConfigurationProperties, ComposedTaskRunnerConfigurationProperties composedTaskRunnerConfigurationProperties) Initializes theDefaultTaskExecutionService
. -
Uses of DataflowTaskExecutionQueryDao in org.springframework.cloud.dataflow.server.task
Methods in org.springframework.cloud.dataflow.server.task with parameters of type DataflowTaskExecutionQueryDaoModifier and TypeMethodDescriptionDataflowTaskExplorerConfiguration.dataflowTaskExplorer
(DataSource dataSource, DataflowTaskExecutionQueryDao taskExecutionQueryDao, TaskDefinitionReader taskDefinitionReader, TaskDeploymentReader taskDeploymentReader) -
Uses of DataflowTaskExecutionQueryDao in org.springframework.cloud.dataflow.server.task.impl
Classes in org.springframework.cloud.dataflow.server.task.impl that implement DataflowTaskExecutionQueryDaoConstructors in org.springframework.cloud.dataflow.server.task.impl with parameters of type DataflowTaskExecutionQueryDaoModifierConstructorDescriptionDefaultDataflowTaskExplorer
(DataSource dataSource, DataflowTaskExecutionQueryDao taskExecutionQueryDao, TaskDefinitionReader taskDefinitionReader, TaskDeploymentReader taskDeploymentReader)