public interface ErrorList
A JavaBean interface that represents an aggregation of the Job's known Errors, collected from each completed Batch.
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List | 
getElements()
Returns a List of Error objects 
 | 
Job | 
getJob()
Returns the Job containing this object 
 | 
int | 
getSize()
Returns number of Errors in this list 
 | 
static final java.lang.String CLASS_VERSION
Job getJob()
java.util.List getElements()
int getSize()