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.api
Methods in jakarta.batch.api with parameters of type StepExecution Modifier and Type Method Description String
Decider. decide(StepExecution[] executions)
The decide method sets a new exit status for a job. -
Uses of StepExecution in jakarta.batch.operations
Methods 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.
-