|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.dynalivery.pcre.PCRESaffronJob
| Constructor Summary | |
PCRESaffronJob(PCREEngine engine)
Creates new PCRESaffronJob |
|
| Method Summary | |
void |
Close()
Job close call to the server.. |
void |
concatenate(PCREJob job)
Concatenates the output files opened in PCREJob. |
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 |
OutputConcatToSaffronHtml(java.lang.String htmlFileName,
PCRESaffronHtmlOptions options)
Concatenate multiple job outputs to a single Html document using Saffron. |
void |
OutputConcatToSaffronPDF(java.lang.String pdfFileName,
PCRESaffronPDFOptions options)
Concatenate multiple job outputs to a single PDF document using Saffron. |
void |
OutputConcatToSaffronRTF(java.lang.String rtfFileName,
PCRESaffronRTFOptions options)
Concatenate multiple job outputs to a single RTF document using Saffron. |
void |
OutputConcatToSaffronSVG(java.lang.String svgFileName,
PCRESaffronSVGOptions options)
Concatenate multiple job outputs to a single SVG document using Saffron. |
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 PCRESaffronJob(PCREEngine engine)
| Method Detail |
public void concatenate(PCREJob job)
throws ConcatenationLimitException
public void OutputConcatToSaffronPDF(java.lang.String pdfFileName,
PCRESaffronPDFOptions options)
throws PCREServerError,
PCREAPIError,
PCREClientError
pdfFileName - The name of the file to export to.options - The PCRESaffronPDFOptions to use when outputing.
public void OutputConcatToSaffronRTF(java.lang.String rtfFileName,
PCRESaffronRTFOptions options)
throws PCREServerError,
PCREAPIError,
PCREClientError
rtfFileName - The name of the file to export to.options - The PCRESaffronRTFOptions to use when outputing.
public void OutputConcatToSaffronHtml(java.lang.String htmlFileName,
PCRESaffronHtmlOptions options)
throws PCREServerError,
PCREAPIError,
PCREClientError
htmlFileName - The name of the file to export to.options - The PCRESaffronHtmlOptions to use when outputing.
public void OutputConcatToSaffronSVG(java.lang.String svgFileName,
PCRESaffronSVGOptions options)
throws PCREServerError,
PCREAPIError,
PCREClientError
svgFileName - The name of the file to export to.options - The PCRESaffronSVGOptions to use when outputing.
public void Start()
throws PCREServerError,
PCREAPIError,
FileReturnException
public void Close()
throws PCREServerError,
PCREAPIError
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 | ||||||||