jet.client.api
Class TaskSuccessInfo

java.lang.Object
  extended by jet.client.api.TaskSuccessInfo

public class TaskSuccessInfo
extends java.lang.Object

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

TaskSuccessInfo

public TaskSuccessInfo(jet.cs.TaskSuccInfo succInfo)
Constructs a new TaskSuccessInfo object with the specified TaskSuccessInfo.

Parameters:
succInfo -
See Also:
TaskSuccInfo
Method Detail

hasToPrinter

public boolean hasToPrinter()
If "Publish to printer" format is included in this task.

Returns:
true if it is included, otherwise false.

isToPrinterSuccessful

public boolean isToPrinterSuccessful()
If it is published to a printer successfully.

Returns:
true if it is finished successfully, otherwise false.

hasToMail

public boolean hasToMail()
If "Send to mail" format is included in this task.

Returns:
true if it is included, otherwise false.

isToMailSuccessful

public boolean isToMailSuccessful()
If it was sent as an email successfully.

Returns:
true if it was finished successfully, otherwise false.

hasToFTP

public boolean hasToFTP()
If "Publish to FTP" format is included in this task.

Returns:
true if it is included, otherwise false.

isToFTPSuccessful

public boolean isToFTPSuccessful()
If it is published to FTP successfully.

Returns:
true if it was finished successfully, otherwise false.

hasToVersion

public boolean hasToVersion()
If any format of exporting or publishing to version system is included in this task.

Returns:
true if it is included, otherwise false.

hasToRstVersion

public boolean hasToRstVersion()
If exporting to a .rst file is selected when publishing to version system. #return true if it is selected, otherwise false.


isToRstVersionSuccessful

public boolean isToRstVersionSuccessful()
If it was exported to a .rst file successfully when publishing to version system.

Returns:
true if it was exported successfully, otherwise false.

hasToHtmlVersion

public boolean hasToHtmlVersion()
If exporting to an HTML file is selected when publish to version system. #return true if it is selected, otherwise false.


isToHtmlVersionSuccessful

public boolean isToHtmlVersionSuccessful()
If it was exported to an HTML file successfully when publishing to version system.

Returns:
true if it was exported successfully, otherwise false.

hasToPdfVersion

public boolean hasToPdfVersion()
If exporting to pdf file is selected when publishing to version system. #return true if it is selected, otherwise false.


isToPdfVersionSuccessful

public boolean isToPdfVersionSuccessful()
If it was exported to a pdf file successfully when publishing to version system.

Returns:
true if it was exported successfully, otherwise false.

hasToExcelVersion

public boolean hasToExcelVersion()
If exporting to an excel file is selected when publishing to version system. #return true if it is selected, otherwise false.


isToExcelVersionSuccessful

public boolean isToExcelVersionSuccessful()
If it was exported to an excel file successfully when publishing to version system.

Returns:
true if it was exported successfully, otherwise false.

hasToXmlVersion

public boolean hasToXmlVersion()
If exporting to an XML file is selected when publishing to version system. #return true if it is selected, otherwise false.


isToXmlVersionSuccessful

public boolean isToXmlVersionSuccessful()
If it was exported to an XML file successfully when publishing to version system.

Returns:
true if it was exported successfully, otherwise false.

hasToPostScriptVersion

public boolean hasToPostScriptVersion()
If exporting to a Post Script file is selected when publishing to version system. #return true if it is selected, otherwise false.


isToPostScriptVersionSuccessfule

public boolean isToPostScriptVersionSuccessfule()
If it was exported to a Post Script file successfully when publishing to version system.

Returns:
true if it was exported successfully, otherwise false.

hasToTextVersion

public boolean hasToTextVersion()
If exporting to a plain text file is selected when publishing to version system. #return true if it is selected, otherwise false.


isToTextVersionSuccessful

public boolean isToTextVersionSuccessful()
If it was exported to a plain text file successfully when publishing to version system.

Returns:
true if it was exported successfully, otherwise false.

hasToRtfVersion

public boolean hasToRtfVersion()
If exporting to a rtf file is selected when publishing to version system. #return true if it is selected, otherwise false.


isToRtfVersionSuccessful

public boolean isToRtfVersionSuccessful()
If it was exported to a rtf file successfully when publishing to version system.

Returns:
true if it was exported successfully, otherwise false.

hasToFile

public boolean hasToFile()
If any format of exporting or publishing to file system is included in this task.

Returns:
true if it is included, otherwise false.

hasToRstFile

public boolean hasToRstFile()
If exporting to a .rst file is selected when publishing to file system. #return true if it is selected, otherwise false.


isToRstFileSuccessful

public boolean isToRstFileSuccessful()
If it was exported to a .rst file successfully when publishing to file system.

Returns:
true if it was exported successfully, otherwise false.

hasToHtmlFile

public boolean hasToHtmlFile()
If exporting to an HTML file is selected when publishing to file system. #return true if it is selected, otherwise false.


isToHtmlFileSuccessful

public boolean isToHtmlFileSuccessful()
If it was exported to an HTML file successfully when publishing to file system.

Returns:
true if it was exported successfully, otherwise false.

hasToPdfFile

public boolean hasToPdfFile()
If exporting to a pdf file is selected when publishing to file system. #return true if it is selected, otherwise false.


isToPdfFileSuccessful

public boolean isToPdfFileSuccessful()
If it was exported to a pdf file successfully when publishing to file system.

Returns:
true if it was exported successfully, otherwise false.

hasToExcelFile

public boolean hasToExcelFile()
If exporting to excel file is selected when publishing to file system. #return true if it is selected, otherwise false.


isToExcelFileSuccessful

public boolean isToExcelFileSuccessful()
If it was exported to an excel file successfully when publishing to file system.

Returns:
true if it was exported successfully, otherwise false.

hasToXmlFile

public boolean hasToXmlFile()
If exporting to an XML file is selected when publishing to file system. #return true if it is selected, otherwise false.


isToXmlFileSuccessful

public boolean isToXmlFileSuccessful()
If it was exported to an XML file successfully when publishing to file system.

Returns:
true if it was exported successfully, otherwise false.

hasToPostScriptFile

public boolean hasToPostScriptFile()
If exporting to a Post Script file is selected when publishing to file system. #return true if it is selected, otherwise false.


isToPostScriptFileSuccessful

public boolean isToPostScriptFileSuccessful()
If it was exported to a Post Script file successfully when publishing to file system.

Returns:
true if it was exported successfully, otherwise false.

hasToTextFile

public boolean hasToTextFile()
If exporting to a plain text file is selected when publishing to file system. #return true if it is selected, otherwise false.


isToTextFileSuccessful

public boolean isToTextFileSuccessful()
If it was exported to a plain text file successfully when publishing to file system.

Returns:
true if it was exported successfully, otherwise false.

hasToRtfFile

public boolean hasToRtfFile()
If exporting to a rtf file is selected when publishing to file system. #return true if it is selected, otherwise false.


isToRtfFileSuccessful

public boolean isToRtfFileSuccessful()
If it was exported to a rtf file successfully when publishing to file system.

Returns:
true if it was exported successfully, otherwise false.

hasToDhtmlResultVersion

public boolean hasToDhtmlResultVersion()
If exporting to a dhtml result file is selected when publishing to version system.

Returns:
true if it is selected, otherwise false

isToDhtmlResultVersion

public boolean isToDhtmlResultVersion()
If it was exported to a dhtml successfully when publishing to file system.

Returns:
true if it was exported successfully, otherwise false

isBurstingTask

public boolean isBurstingTask()
Represents whether the associated completed task is a bursting task or not.

Returns:
true if the task is a bursting task, otherwise returns false.
See Also:
8.2