atg.repository.loader
Interface ErrorList


public interface ErrorList

A JavaBean interface that represents an aggregation of the Job's known Errors, collected from each completed Batch.


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Method Summary
 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
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values
Method Detail

getJob

Job getJob()
Returns the Job containing this object


getElements

java.util.List getElements()
Returns a List of Error objects


getSize

int getSize()
Returns number of Errors in this list