|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CompletedPublishRecord
This interface is used to access records of a completed publishing task.
We can get instances of this interface through calling getPublishRecords
of TaskSuccessInfo.
| Method Summary | |
|---|---|
java.lang.String |
getReportDisplayName()
return the report display name |
java.util.Vector |
getResults()
return the result set of publish record and each element is a CompletedResultRecord |
java.lang.String |
getType()
return a type of publish record, can be APIConst.TAG_TO_VERSION, APIConst.TAG_TO_DISK, APIConst.TAG_TO_MAIL, APIConst.TAG_TO_FAX, APIConst.TAG_TO_PRINTER, APIConst.TAG_TO_FTP |
| Method Detail |
|---|
java.lang.String getType()
java.util.Vector getResults()
java.lang.String getReportDisplayName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||