|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CompletedResultRecord
This CompletedResultRecord represents a completed result for one format.
We can get instances of this interface through calling CompletedPublishRecord.getResults().
CompletedPublishRecord| Field Summary | |
|---|---|
static int |
STATUS_FAILED
Indicates the status of the result is failed. |
static int |
STATUS_NOTRUN
Indicates the status of the result is not run, which means the task failed before running in this format. |
static int |
STATUS_SUCCESSFUL
Indicates the status of the result is successful. |
| Method Summary | |
|---|---|
java.lang.String |
getDetail()
Returns detailed information of the result. |
int |
getStatus()
Returns the status of the result, which can be STATUS_SUCCESSFUL, STATUS_FAILED, or STATUS_NOTRUN. |
java.lang.String |
getType()
Returns the result format type, which can be DHTML Result, Result, HTML, PDF, Text, Excel, PostScript, Rich Text Format or XML. |
| Field Detail |
|---|
static final int STATUS_FAILED
static final int STATUS_SUCCESSFUL
static final int STATUS_NOTRUN
| Method Detail |
|---|
java.lang.String getType()
int getStatus()
java.lang.String getDetail()
CompletedPublishRecord.getType()):
getStatus()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||