|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CompletedPublishRecord
This CompletedPublishRecord represents a completed publish information of a publish type.
A CompletedPublishRecord may contain one or more formats (got via getResults()) with
each element (CompletedResultRecord) representing one format result.
CompletedResultRecord| Method Summary | |
|---|---|
java.lang.String |
getReportDisplayName()
Returns the report display name. |
java.util.Vector |
getResults()
Returns the collection of CompletedResultRecord |
java.lang.String |
getType()
Returns a type of publish record, which can be APIConst.TAG_TO_VERSION, APIConst.TAG_TO_DISK, APIConst.TAG_TO_MAIL, APIConst.TAG_TO_FAX, APIConst.TAG_TO_PRINTER, or APIConst.TAG_TO_FTP. |
| Method Detail |
|---|
java.lang.String getType()
java.util.Vector getResults()
CompletedResultRecord.
A CompletedResultRecord represents one format result.
- Returns:
- the collection of
CompletedResultRecord.- See Also:
CompletedResultRecord
java.lang.String getReportDisplayName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||