Uses of Interface
jakarta.batch.runtime.StepExecution
- 
Packages that use StepExecution Package Description jakarta.batch.api Provides APIs used by Batch artifacts.jakarta.batch.operations Provides APIs for starting, managing, and viewing results of Batch job executions, along with a set of exceptions.
- 
- 
Uses of StepExecution in jakarta.batch.apiMethods in jakarta.batch.api with parameters of type StepExecution Modifier and Type Method Description StringDecider. decide(StepExecution[] executions)The decide method sets a new exit status for a job.
- 
Uses of StepExecution in jakarta.batch.operationsMethods in jakarta.batch.operations that return types with arguments of type StepExecution Modifier and Type Method Description List<StepExecution>JobOperator. getStepExecutions(long jobExecutionId)Return StepExecutions for specified execution id.
 
-