Uses of Class
org.springframework.cloud.dataflow.rest.job.TaskJobExecution
Packages that use TaskJobExecution
Package
Description
Defines the Batch Job specific REST domain classes.
Spring Cloud Data Flow REST HATEOAS Resource support.
Spring Cloud Data Flow Server Controllers.
Contains various Services (Interfaces) that are part of the Dataflow Server.
Contains Service implementations for the Dataflow Server.
-
Uses of TaskJobExecution in org.springframework.cloud.dataflow.rest.job
Methods in org.springframework.cloud.dataflow.rest.job that return TaskJobExecutionMethods in org.springframework.cloud.dataflow.rest.job that return types with arguments of type TaskJobExecutionConstructors in org.springframework.cloud.dataflow.rest.job with parameters of type TaskJobExecutionModifierConstructorDescriptionTaskJobExecutionRel
(org.springframework.cloud.task.repository.TaskExecution taskExecution, List<Long> jobExecutionIds, TaskManifest taskManifest, TaskJobExecution composedTaskJobExecution) Constructor that establishes the relationship between aTaskExecution
and the Job Execution Ids of the jobs that were executed within it.Constructor parameters in org.springframework.cloud.dataflow.rest.job with type arguments of type TaskJobExecutionModifierConstructorDescriptionJobInstanceExecutions
(org.springframework.batch.core.JobInstance jobInstance, List<TaskJobExecution> taskJobExecutions) -
Uses of TaskJobExecution in org.springframework.cloud.dataflow.rest.resource
Constructors in org.springframework.cloud.dataflow.rest.resource with parameters of type TaskJobExecutionModifierConstructorDescriptionJobExecutionResource
(TaskJobExecution taskJobExecution, TimeZone timeZone) JobExecutionThinResource
(TaskJobExecution taskJobExecution, TimeZone timeZone) TaskExecutionResource
(org.springframework.cloud.task.repository.TaskExecution taskExecution, TaskManifest taskManifest, TaskJobExecution composedTaskJobExecution) Constructor to initialize the TaskExecutionResource using aTaskExecution
andTaskManifest
.TaskExecutionResource
(org.springframework.cloud.task.repository.TaskExecution taskExecution, TaskJobExecution composedTaskJobExecution) Constructor to initialize the TaskExecutionResource using aTaskExecution
. -
Uses of TaskJobExecution in org.springframework.cloud.dataflow.server.controller
Method parameters in org.springframework.cloud.dataflow.server.controller with type arguments of type TaskJobExecutionModifier and TypeMethodDescriptionorg.springframework.hateoas.PagedModel<JobExecutionThinResource>
JobExecutionThinController.listJobsOnly
(org.springframework.data.domain.Pageable pageable, org.springframework.data.web.PagedResourcesAssembler<TaskJobExecution> assembler) Return a page-able list ofJobExecutionThinResource
defined jobs that do not contain step execution detail.org.springframework.hateoas.PagedModel<JobExecutionThinResource>
JobExecutionThinController.retrieveJobsByDateRange
(Date fromDate, Date toDate, org.springframework.data.domain.Pageable pageable, org.springframework.data.web.PagedResourcesAssembler<TaskJobExecution> assembler) Retrieve all task job executions filtered with the date range specifiedorg.springframework.hateoas.PagedModel<JobExecutionThinResource>
JobExecutionThinController.retrieveJobsByJobInstanceId
(int jobInstanceId, org.springframework.data.domain.Pageable pageable, org.springframework.data.web.PagedResourcesAssembler<TaskJobExecution> assembler) Retrieve all task job executions filtered with the job instance id specifiedorg.springframework.hateoas.PagedModel<JobExecutionThinResource>
JobExecutionThinController.retrieveJobsByName
(String jobName, org.springframework.data.domain.Pageable pageable, org.springframework.data.web.PagedResourcesAssembler<TaskJobExecution> assembler) Retrieve all task job executions with the task name specifiedorg.springframework.hateoas.PagedModel<JobExecutionResource>
JobExecutionController.retrieveJobsByParameters
(String jobName, org.springframework.batch.core.BatchStatus status, org.springframework.data.domain.Pageable pageable, org.springframework.data.web.PagedResourcesAssembler<TaskJobExecution> assembler) Retrieve all task job executions with the task name specifiedorg.springframework.hateoas.PagedModel<JobExecutionThinResource>
JobExecutionThinController.retrieveJobsByTaskExecutionId
(int taskExecutionId, org.springframework.data.domain.Pageable pageable, org.springframework.data.web.PagedResourcesAssembler<TaskJobExecution> assembler) Retrieve all task job executions filtered with the task execution id specified -
Uses of TaskJobExecution in org.springframework.cloud.dataflow.server.service
Methods in org.springframework.cloud.dataflow.server.service that return TaskJobExecutionModifier and TypeMethodDescriptionTaskJobService.getJobExecution
(long id) Retrieves a JobExecution from the JobRepository and matches it with a task id.Methods in org.springframework.cloud.dataflow.server.service that return types with arguments of type TaskJobExecutionModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<TaskJobExecution>
TaskJobService.listJobExecutions
(org.springframework.data.domain.Pageable pageable) Retrieves Pageable list ofJobExecution
s from the JobRepository and matches the data with a task id.org.springframework.data.domain.Page<TaskJobExecution>
TaskJobService.listJobExecutionsForJob
(org.springframework.data.domain.Pageable pageable, String jobName, org.springframework.batch.core.BatchStatus status) Retrieves Pageable list ofJobExecution
from the JobRepository with a specific jobName, status and matches the data with a task id.org.springframework.data.domain.Page<TaskJobExecution>
TaskJobService.listJobExecutionsForJobWithStepCount
(org.springframework.data.domain.Pageable pageable, String jobName) Retrieves Pageable list ofJobExecutionWithStepCount
from the JobRepository with a specific jobName and matches the data with a task id.org.springframework.data.domain.Page<TaskJobExecution>
TaskJobService.listJobExecutionsForJobWithStepCount
(org.springframework.data.domain.Pageable pageable, Date fromDate, Date toDate) Retrieves Pageable list ofJobExecutionWithStepCount
from the JobRepository filtered by the date range.org.springframework.data.domain.Page<TaskJobExecution>
TaskJobService.listJobExecutionsForJobWithStepCountFilteredByJobInstanceId
(org.springframework.data.domain.Pageable pageable, int jobInstanceId) Retrieves Pageable list ofJobExecutionWithStepCount
from the JobRepository filtered by the job instance id.org.springframework.data.domain.Page<TaskJobExecution>
TaskJobService.listJobExecutionsForJobWithStepCountFilteredByTaskExecutionId
(org.springframework.data.domain.Pageable pageable, int taskExecutionId) Retrieves Pageable list ofJobExecutionWithStepCount
from the JobRepository filtered by the task execution id.org.springframework.data.domain.Page<TaskJobExecution>
TaskJobService.listJobExecutionsWithStepCount
(org.springframework.data.domain.Pageable pageable) Retrieves Pageable list ofJobExecutionWithStepCount
s from the JobRepository and matches the data with a task id but excludes the step executions. -
Uses of TaskJobExecution in org.springframework.cloud.dataflow.server.service.impl
Methods in org.springframework.cloud.dataflow.server.service.impl that return TaskJobExecutionMethods in org.springframework.cloud.dataflow.server.service.impl that return types with arguments of type TaskJobExecutionModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<TaskJobExecution>
DefaultTaskJobService.listJobExecutions
(org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<TaskJobExecution>
DefaultTaskJobService.listJobExecutionsForJob
(org.springframework.data.domain.Pageable pageable, String jobName, org.springframework.batch.core.BatchStatus status) org.springframework.data.domain.Page<TaskJobExecution>
DefaultTaskJobService.listJobExecutionsForJobWithStepCount
(org.springframework.data.domain.Pageable pageable, String jobName) org.springframework.data.domain.Page<TaskJobExecution>
DefaultTaskJobService.listJobExecutionsForJobWithStepCount
(org.springframework.data.domain.Pageable pageable, Date fromDate, Date toDate) org.springframework.data.domain.Page<TaskJobExecution>
DefaultTaskJobService.listJobExecutionsForJobWithStepCountFilteredByJobInstanceId
(org.springframework.data.domain.Pageable pageable, int jobInstanceId) org.springframework.data.domain.Page<TaskJobExecution>
DefaultTaskJobService.listJobExecutionsForJobWithStepCountFilteredByTaskExecutionId
(org.springframework.data.domain.Pageable pageable, int taskExecutionId) org.springframework.data.domain.Page<TaskJobExecution>
DefaultTaskJobService.listJobExecutionsWithStepCount
(org.springframework.data.domain.Pageable pageable)