jet.cs.api
Interface CompletedPublishRecord

All Superinterfaces:
java.io.Serializable

public interface CompletedPublishRecord
extends java.io.Serializable

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

getType

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

Returns:
String 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

getResults

java.util.Vector getResults()
return the result set of publish record and each element is a CompletedResultRecord

Returns:
List result set of publish record and each element is a CompletedResultRecord

getReportDisplayName

java.lang.String getReportDisplayName()
return the report display name

Returns:
report display name