Uses of Class
org.springframework.cloud.dataflow.server.batch.NoSuchStepExecutionException
Packages that use NoSuchStepExecutionException
Package
Description
Spring Cloud Data Flow Server Controllers.
-
Uses of NoSuchStepExecutionException in org.springframework.cloud.dataflow.server.batch
Methods in org.springframework.cloud.dataflow.server.batch that throw NoSuchStepExecutionExceptionModifier and TypeMethodDescriptionorg.springframework.batch.core.StepExecution
JobService.getStepExecution
(Long jobExecutionId, Long stepExecutionId) Locate aStepExecution
from its id and that of its parentJobExecution
.org.springframework.batch.core.StepExecution
JobService.getStepExecution
(org.springframework.batch.core.JobExecution jobExecution, Long stepExecutionId) org.springframework.batch.core.StepExecution
SimpleJobService.getStepExecution
(Long jobExecutionId, Long stepExecutionId) org.springframework.batch.core.StepExecution
SimpleJobService.getStepExecution
(org.springframework.batch.core.JobExecution jobExecution, Long stepExecutionId) -
Uses of NoSuchStepExecutionException in org.springframework.cloud.dataflow.server.controller
Methods in org.springframework.cloud.dataflow.server.controller that throw NoSuchStepExecutionExceptionModifier and TypeMethodDescriptionJobStepExecutionController.getStepExecution
(Long id, Long stepId) Retrieve a specificStepExecutionResource
.JobStepExecutionProgressController.progress
(long jobExecutionId, long stepExecutionId) Get the step execution progress for the given jobExecutions step.