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.StepExecutionJobService.getStepExecution(Long jobExecutionId, Long stepExecutionId) Locate aStepExecutionfrom its id and that of its parentJobExecution.org.springframework.batch.core.StepExecutionJobService.getStepExecution(org.springframework.batch.core.JobExecution jobExecution, Long stepExecutionId) org.springframework.batch.core.StepExecutionSimpleJobService.getStepExecution(Long jobExecutionId, Long stepExecutionId) org.springframework.batch.core.StepExecutionSimpleJobService.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.