|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.dynalivery.harmoni.HarmoniSaffronJob
| Constructor Summary | |
HarmoniSaffronJob(HarmoniEngine engine)
Creates new HarmoniSaffronJob |
|
| Method Summary | |
void |
Close()
Job close call to the server.. |
void |
concatenate(HarmoniJob job)
Concatenates the output files opened in HarmoniJob. |
java.lang.String[] |
getOutputFileNames()
This method will return an array of output file names which can be used as the outputFileName parameter of a call to getOutputAsStream. |
void |
OutputConcatTo(java.lang.String outputFileName,
FormatOptions fmtOptions)
Concatenate multiple job outputs to a single document using Saffron. |
void |
OutputConcatToSaffronHtml(java.lang.String htmlFileName,
HTMLFormatOptions options)
Deprecated. As of Harmoni 1.0, replaced by OutputTo(DestinationOptions, FormatOptions) |
void |
OutputConcatToSaffronPDF(java.lang.String pdfFileName,
PDFFormatOptions options)
Deprecated. As of Harmoni 1.0, replaced by OutputTo(DestinationOptions, FormatOptions) |
void |
OutputConcatToSaffronRTF(java.lang.String rtfFileName,
RTFFormatOptions options)
Deprecated. As of Harmoni 1.0, replaced by OutputTo(DestinationOptions, FormatOptions) |
void |
OutputConcatToSaffronSVG(java.lang.String svgFileName,
SVGFormatOptions options)
Deprecated. As of Harmoni 1.0, replaced by OutputTo(DestinationOptions, FormatOptions) |
void |
setRetrieveOutputAsStream(boolean value)
This method informs the report server to retrieve the output as a java input stream. |
void |
setRetrieveOutputToClientDisk(boolean value)
This method informs the report server to retrieve the output files and write them to the client disk. |
void |
setStoreOutputInRepository(boolean value)
This method prepares the report server to store the output in the repostory. |
void |
Start()
Issue a PEStartPrintJob call for the job. |
void |
storeOutputInRepository(java.lang.String repositoryFolder,
RepositorySecurityOptions securityOptions,
RepositoryExpirationOptions expirationOptions,
boolean overwrite)
This method will store the output files in the repository. |
| Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public HarmoniSaffronJob(HarmoniEngine engine)
| Method Detail |
public void concatenate(HarmoniJob job)
throws ConcatenationLimitException
public void OutputConcatTo(java.lang.String outputFileName,
FormatOptions fmtOptions)
throws InvalidParameterException,
HarmoniServerError,
HarmoniAPIError,
HarmoniClientError
outputFileName - formatOptions - The options the specify the format to output to
public void OutputConcatToSaffronPDF(java.lang.String pdfFileName,
PDFFormatOptions options)
throws InvalidParameterException,
HarmoniServerError,
HarmoniAPIError,
HarmoniClientError
pdfFileName - The name of the file to export to.options - The HarmoniSaffronPDFOptions to use when outputing.
public void OutputConcatToSaffronRTF(java.lang.String rtfFileName,
RTFFormatOptions options)
throws InvalidParameterException,
HarmoniServerError,
HarmoniAPIError,
HarmoniClientError
rtfFileName - The name of the file to export to.options - The HarmoniSaffronRTFOptions to use when outputing.
public void OutputConcatToSaffronHtml(java.lang.String htmlFileName,
HTMLFormatOptions options)
throws InvalidParameterException,
HarmoniServerError,
HarmoniAPIError,
HarmoniClientError
htmlFileName - The name of the file to export to.options - The HarmoniSaffronHtmlOptions to use when outputing.
public void OutputConcatToSaffronSVG(java.lang.String svgFileName,
SVGFormatOptions options)
throws InvalidParameterException,
HarmoniServerError,
HarmoniAPIError,
HarmoniClientError
svgFileName - The name of the file to export to.options - The HarmoniSaffronSVGOptions to use when outputing.
public void Start()
throws HarmoniServerError,
HarmoniAPIError,
FileReturnException
public void Close()
throws HarmoniServerError,
HarmoniAPIError
public java.lang.String[] getOutputFileNames()
throws FileReturnException,
InvalidCallSequenceException
public void setRetrieveOutputToClientDisk(boolean value)
throws InvalidCallSequenceException
public void setRetrieveOutputAsStream(boolean value)
throws InvalidCallSequenceException
public void setStoreOutputInRepository(boolean value)
throws InvalidCallSequenceException
value - If set to true, the report server will prepare to store output in the repository,
else it will not and if asked will throw an exception.
public void storeOutputInRepository(java.lang.String repositoryFolder,
RepositorySecurityOptions securityOptions,
RepositoryExpirationOptions expirationOptions,
boolean overwrite)
throws InvalidPathnameException,
RepositoryNotEnabledException,
InvalidCallSequenceException,
InternalRepositoryException,
RepositorySecurityException,
DuplicateObjectException
repositoryFolder - the repository folder where all of the output files should be placed.securityInfo - the security attributes of the output in the repositoryexpirationOptions - the expiration attributes of the output in the repositoryoverwrite - if set to true will overwrite any output in the specified repository folder. If
set to false, a DuplicateObjectException will be thrown if output of the same name already
exists in the specified repository folder.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||