public class GetOutputDirectory extends XMLRequest implements java.lang.Iterable<GetOutputDirectory.OutputDirectoryItem>
| Modifier and Type | Class and Description |
|---|---|
static class |
GetOutputDirectory.OutputDirectoryItem
This class represents a single row in the Output directory.
|
| Constructor and Description |
|---|
GetOutputDirectory(int runID)
Creates a new
GetOutputDirectory request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<GetOutputDirectory.OutputDirectoryItem> |
iterator() |
int |
size()
Returns the number of reports or
-1 if this request has not been sent. |
getAllMessageBoxes, getMessageBox, getRequestID, handleResponse, sendpublic GetOutputDirectory(int runID)
GetOutputDirectory request.runID - Run ID of the taskpublic int size()
-1 if this request has not been sent.public java.util.Iterator<GetOutputDirectory.OutputDirectoryItem> iterator()
iterator in interface java.lang.Iterable<GetOutputDirectory.OutputDirectoryItem>