|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjet.client.api.TaskSuccessInfo
public class TaskSuccessInfo
Represents success info of all formats of files in a task. Various formats of files can be contained in one task, and users can get success info of every format file by this API.
Constructor Summary | |
---|---|
TaskSuccessInfo(jet.cs.TaskSuccInfo succInfo)
Constructs a new TaskSuccessInfo object with the specified TaskSuccessInfo . |
Method Summary | |
---|---|
boolean |
hasToDhtmlResultVersion()
If exporting to a dhtml result file is selected when publishing to version system. |
boolean |
hasToExcelFile()
If exporting to excel file is selected when publishing to file system. |
boolean |
hasToExcelVersion()
If exporting to an excel file is selected when publishing to version system. |
boolean |
hasToFile()
If any format of exporting or publishing to file system is included in this task. |
boolean |
hasToFTP()
If "Publish to FTP" format is included in this task. |
boolean |
hasToHtmlFile()
If exporting to an HTML file is selected when publishing to file system. |
boolean |
hasToHtmlVersion()
If exporting to an HTML file is selected when publish to version system. |
boolean |
hasToMail()
If "Send to mail" format is included in this task. |
boolean |
hasToPdfFile()
If exporting to a pdf file is selected when publishing to file system. |
boolean |
hasToPdfVersion()
If exporting to pdf file is selected when publishing to version system. |
boolean |
hasToPostScriptFile()
If exporting to a Post Script file is selected when publishing to file system. |
boolean |
hasToPostScriptVersion()
If exporting to a Post Script file is selected when publishing to version system. |
boolean |
hasToPrinter()
If "Publish to printer" format is included in this task. |
boolean |
hasToRstFile()
If exporting to a .rst file is selected when publishing to file system. |
boolean |
hasToRstVersion()
If exporting to a .rst file is selected when publishing to version system. |
boolean |
hasToRtfFile()
If exporting to a rtf file is selected when publishing to file system. |
boolean |
hasToRtfVersion()
If exporting to a rtf file is selected when publishing to version system. |
boolean |
hasToTextFile()
If exporting to a plain text file is selected when publishing to file system. |
boolean |
hasToTextVersion()
If exporting to a plain text file is selected when publishing to version system. |
boolean |
hasToVersion()
If any format of exporting or publishing to version system is included in this task. |
boolean |
hasToXmlFile()
If exporting to an XML file is selected when publishing to file system. |
boolean |
hasToXmlVersion()
If exporting to an XML file is selected when publishing to version system. |
boolean |
isBurstingTask()
Represents whether the associated completed task is a bursting task or not. |
boolean |
isToDhtmlResultVersion()
If it was exported to a dhtml successfully when publishing to file system. |
boolean |
isToExcelFileSuccessful()
If it was exported to an excel file successfully when publishing to file system. |
boolean |
isToExcelVersionSuccessful()
If it was exported to an excel file successfully when publishing to version system. |
boolean |
isToFTPSuccessful()
If it is published to FTP successfully. |
boolean |
isToHtmlFileSuccessful()
If it was exported to an HTML file successfully when publishing to file system. |
boolean |
isToHtmlVersionSuccessful()
If it was exported to an HTML file successfully when publishing to version system. |
boolean |
isToMailSuccessful()
If it was sent as an email successfully. |
boolean |
isToPdfFileSuccessful()
If it was exported to a pdf file successfully when publishing to file system. |
boolean |
isToPdfVersionSuccessful()
If it was exported to a pdf file successfully when publishing to version system. |
boolean |
isToPostScriptFileSuccessful()
If it was exported to a Post Script file successfully when publishing to file system. |
boolean |
isToPostScriptVersionSuccessfule()
If it was exported to a Post Script file successfully when publishing to version system. |
boolean |
isToPrinterSuccessful()
If it is published to a printer successfully. |
boolean |
isToRstFileSuccessful()
If it was exported to a .rst file successfully when publishing to file system. |
boolean |
isToRstVersionSuccessful()
If it was exported to a .rst file successfully when publishing to version system. |
boolean |
isToRtfFileSuccessful()
If it was exported to a rtf file successfully when publishing to file system. |
boolean |
isToRtfVersionSuccessful()
If it was exported to a rtf file successfully when publishing to version system. |
boolean |
isToTextFileSuccessful()
If it was exported to a plain text file successfully when publishing to file system. |
boolean |
isToTextVersionSuccessful()
If it was exported to a plain text file successfully when publishing to version system. |
boolean |
isToXmlFileSuccessful()
If it was exported to an XML file successfully when publishing to file system. |
boolean |
isToXmlVersionSuccessful()
If it was exported to an XML file successfully when publishing to version system. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TaskSuccessInfo(jet.cs.TaskSuccInfo succInfo)
TaskSuccessInfo
object with the specified TaskSuccessInfo
.
succInfo
- TaskSuccInfo
Method Detail |
---|
public boolean hasToPrinter()
public boolean isToPrinterSuccessful()
public boolean hasToMail()
public boolean isToMailSuccessful()
public boolean hasToFTP()
public boolean isToFTPSuccessful()
public boolean hasToVersion()
public boolean hasToRstVersion()
public boolean isToRstVersionSuccessful()
public boolean hasToHtmlVersion()
public boolean isToHtmlVersionSuccessful()
public boolean hasToPdfVersion()
public boolean isToPdfVersionSuccessful()
public boolean hasToExcelVersion()
public boolean isToExcelVersionSuccessful()
public boolean hasToXmlVersion()
public boolean isToXmlVersionSuccessful()
public boolean hasToPostScriptVersion()
public boolean isToPostScriptVersionSuccessfule()
public boolean hasToTextVersion()
public boolean isToTextVersionSuccessful()
public boolean hasToRtfVersion()
public boolean isToRtfVersionSuccessful()
public boolean hasToFile()
public boolean hasToRstFile()
public boolean isToRstFileSuccessful()
public boolean hasToHtmlFile()
public boolean isToHtmlFileSuccessful()
public boolean hasToPdfFile()
public boolean isToPdfFileSuccessful()
public boolean hasToExcelFile()
public boolean isToExcelFileSuccessful()
public boolean hasToXmlFile()
public boolean isToXmlFileSuccessful()
public boolean hasToPostScriptFile()
public boolean isToPostScriptFileSuccessful()
public boolean hasToTextFile()
public boolean isToTextFileSuccessful()
public boolean hasToRtfFile()
public boolean isToRtfFileSuccessful()
public boolean hasToDhtmlResultVersion()
public boolean isToDhtmlResultVersion()
public boolean isBurstingTask()
8.2
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |