Uses of Interface
jakarta.batch.runtime.StepExecution
Package
Description
Provides APIs used by Batch artifacts.
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
Modifier and TypeMethodDescriptionDecider.decide
(StepExecution[] executions) The decide method sets a new exit status for a job. -
Uses of StepExecution in jakarta.batch.operations
Modifier and TypeMethodDescriptionJobOperator.getStepExecutions
(long jobExecutionId) Return StepExecutions for specified execution id.