Package | Description |
---|---|
org.jberet.repository | |
org.jberet.runtime.context |
Modifier and Type | Method and Description |
---|---|
StepExecutionImpl |
JobRepository.createStepExecution(String stepName) |
StepExecutionImpl |
AbstractRepository.createStepExecution(String stepName) |
StepExecutionImpl |
JdbcRepository.findOriginalStepExecutionForRestart(String stepName,
JobExecutionImpl jobExecutionToRestart) |
StepExecutionImpl |
JobRepository.findOriginalStepExecutionForRestart(String stepName,
JobExecutionImpl jobExecutionToRestart) |
StepExecutionImpl |
AbstractRepository.findOriginalStepExecutionForRestart(String stepName,
JobExecutionImpl jobExecutionToRestart) |
Modifier and Type | Method and Description |
---|---|
void |
JdbcRepository.addPartitionExecution(StepExecutionImpl enclosingStepExecution,
PartitionExecutionImpl partitionExecution) |
void |
JobRepository.addPartitionExecution(StepExecutionImpl enclosingStepExecution,
PartitionExecutionImpl partitionExecution) |
void |
AbstractRepository.addPartitionExecution(StepExecutionImpl enclosingStepExecution,
PartitionExecutionImpl partitionExecution) |
void |
JobRepository.addStepExecution(JobExecutionImpl jobExecution,
StepExecutionImpl stepExecution) |
void |
AbstractRepository.addStepExecution(JobExecutionImpl jobExecution,
StepExecutionImpl stepExecution) |
List<PartitionExecutionImpl> |
JdbcRepository.getPartitionExecutions(long stepExecutionId,
StepExecutionImpl stepExecution,
boolean notCompletedOnly) |
List<PartitionExecutionImpl> |
JobRepository.getPartitionExecutions(long stepExecutionId,
StepExecutionImpl stepExecution,
boolean notCompletedOnly) |
List<PartitionExecutionImpl> |
AbstractRepository.getPartitionExecutions(long stepExecutionId,
StepExecutionImpl stepExecution,
boolean notCompletedOnly) |
Modifier and Type | Method and Description |
---|---|
StepExecutionImpl |
StepContextImpl.getOriginalStepExecution() |
Copyright © 2014 JBoss by Red Hat. All rights reserved.