Interface RenderingServerLocal


@Deprecated public interface RenderingServerLocal
Deprecated.
The Interface RenderingServerLocal.
  • Method Details

    • getPdfProfiles

      List<String> getPdfProfiles() throws PubServerException
      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 PubServerException
      Deprecated.

      Executes a DocumentJob for a list of selected documents or publications

      .
      Parameters:
      parameters - the parameters
      job - the job
      Returns:
      the data handler
      Throws:
      PubServerException - the pub server exception
    • execPublicationJob

      jakarta.activation.DataHandler execPublicationJob(Map<String,Object> parameters, PublicationJob job) throws PubServerException
      Deprecated.

      Executes a PublicationJob for a list of selected documents or publications

      .
      Parameters:
      parameters - the parameters
      job - the job
      Returns:
      the data handler
      Throws:
      PubServerException - the pub server exception
    • execRendererJob

      jakarta.activation.DataHandler execRendererJob(Map<String,Object> parameters, RendererJob job) throws PubServerException
      Deprecated.

      Executes a RendererJob.

      Parameters:
      parameters - the parameters
      job - the job
      Returns:
      the data handler
      Throws:
      PubServerException - the pub server exception