Interface RenderingServerLocal
-
@Deprecated public interface RenderingServerLocalDeprecated.The Interface RenderingServerLocal.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description javax.activation.DataHandlerexecDocumentJob(java.util.Map<java.lang.String,java.lang.Object> parameters, DocumentJob job)Deprecated.Executes a DocumentJob for a list of selected documents or publicationsjavax.activation.DataHandlerexecPublicationJob(java.util.Map<java.lang.String,java.lang.Object> parameters, PublicationJob job)Deprecated.Executes a PublicationJob for a list of selected documents or publicationsjavax.activation.DataHandlerexecRendererJob(java.util.Map<java.lang.String,java.lang.Object> parameters, RendererJob job)Deprecated.Executes a RendererJob.java.util.List<java.lang.String>getPdfProfiles()Deprecated.Gets the pdf profiles.
-
-
-
Method Detail
-
getPdfProfiles
java.util.List<java.lang.String> getPdfProfiles() throws PubServerExceptionDeprecated.Gets the pdf profiles.- Returns:
- the pdf profiles
- Throws:
PubServerException- the pub server exception
-
execDocumentJob
javax.activation.DataHandler execDocumentJob(java.util.Map<java.lang.String,java.lang.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
javax.activation.DataHandler execPublicationJob(java.util.Map<java.lang.String,java.lang.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
javax.activation.DataHandler execRendererJob(java.util.Map<java.lang.String,java.lang.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
-
-