| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ResultList
A JavaBean interface that represents an aggregation of the Job's known Results, collected from each completed Batch.
| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| Method Summary | |
|---|---|
|  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. | 
| Field Detail | 
|---|
static final java.lang.String CLASS_VERSION
| Method Detail | 
|---|
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)
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||