public interface ResultList
A JavaBean interface that represents an aggregation of the Job's known Results, 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 Result objects 
 | 
java.lang.String[] | 
getItemIds()
Returns the array of items ids contained in the batch. 
 | 
Job | 
getJob()
Returns the Job containing this object 
 | 
int | 
getSize()
Returns number of Results in this list 
 | 
java.lang.String[] | 
getSourcePaths()
Returns the array of file paths from which the items are derived. 
 | 
java.lang.String | 
idForPath(java.lang.String pPath)
Returns the string id of the item derived from the provided file path. 
 | 
java.lang.String | 
pathForId(java.lang.String pId,
         java.lang.String pItemDescriptorName)
Returns the path of the file from which the specified item was derived. 
 | 
static final java.lang.String CLASS_VERSION
Job getJob()
java.util.List getElements()
int getSize()
java.lang.String[] getItemIds()
java.lang.String[] getSourcePaths()
java.lang.String pathForId(java.lang.String pId,
                         java.lang.String pItemDescriptorName)
pId - the repository id of the itempItemDescriptorName - the name of the item's descriptorjava.lang.String idForPath(java.lang.String pPath)