|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CompletedResultRecord
This interface is used to access records of a completed result. We can get instances of this interface through calling getResults of CompletedPublishRecord.
| Field Summary | |
|---|---|
static int |
STATUS_FAILED
Indicate status of the result is failed. |
static int |
STATUS_NOTRUN
Indicate status of the result is having not run. |
static int |
STATUS_SUCCESSFUL
Indicate status of the result is successful. |
| Method Summary | |
|---|---|
java.lang.String |
getDetail()
return detailed information of the result |
int |
getStatus()
return status of the result, can be STATUS_SUCCESSFUL, STATUS_FAILED, STATUS_DEAD |
java.lang.String |
getType()
return the result type, can be Dhtml Result, Result, Html, Pdf, Text, Excel, PostScript, Rich Text Format and 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()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||