Interface RenderingServerLocal
Deprecated.
The Interface RenderingServerLocal.
-
Method Summary
Modifier and TypeMethodDescriptionjakarta.activation.DataHandlerexecDocumentJob(Map<String, Object> parameters, DocumentJob job) Deprecated.Executes a DocumentJob for a list of selected documents or publicationsjakarta.activation.DataHandlerexecPublicationJob(Map<String, Object> parameters, PublicationJob job) Deprecated.Executes a PublicationJob for a list of selected documents or publicationsjakarta.activation.DataHandlerexecRendererJob(Map<String, Object> parameters, RendererJob job) Deprecated.Executes a RendererJob.Deprecated.Gets the pdf profiles.
-
Method Details
-
getPdfProfiles
Deprecated.Gets the pdf profiles.- Returns:
- the pdf profiles
- Throws:
PubServerException- the pub server exception
-
execDocumentJob
jakarta.activation.DataHandler execDocumentJob(Map<String, Object> parameters, DocumentJob job) throws PubServerExceptionDeprecated.Executes a DocumentJob for a list of selected documents or publications
.- Parameters:
parameters- the parametersjob- the job- Returns:
- the data handler
- Throws:
PubServerException- the pub server exception
-
execPublicationJob
jakarta.activation.DataHandler execPublicationJob(Map<String, Object> parameters, PublicationJob job) throws PubServerExceptionDeprecated.Executes a PublicationJob for a list of selected documents or publications
.- Parameters:
parameters- the parametersjob- the job- Returns:
- the data handler
- Throws:
PubServerException- the pub server exception
-
execRendererJob
jakarta.activation.DataHandler execRendererJob(Map<String, Object> parameters, RendererJob job) throws PubServerExceptionDeprecated.Executes a RendererJob.
- Parameters:
parameters- the parametersjob- the job- Returns:
- the data handler
- Throws:
PubServerException- the pub server exception
-