Package | Description |
---|---|
org.jberet.repository | |
org.jberet.runtime |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
void |
JdbcRepository.addPartitionExecution(StepExecutionImpl enclosingStepExecution,
PartitionExecutionImpl partitionExecution) |
void |
JobRepository.addPartitionExecution(StepExecutionImpl enclosingStepExecution,
PartitionExecutionImpl partitionExecution) |
void |
AbstractRepository.addPartitionExecution(StepExecutionImpl enclosingStepExecution,
PartitionExecutionImpl partitionExecution) |
Modifier and Type | Method and Description |
---|---|
abstract List<PartitionExecutionImpl> |
AbstractStepExecution.getPartitionExecutions() |
List<PartitionExecutionImpl> |
PartitionExecutionImpl.getPartitionExecutions() |
List<PartitionExecutionImpl> |
StepExecutionImpl.getPartitionExecutions() |
Copyright © 2014 JBoss by Red Hat. All rights reserved.