Interface RenderingServerLocal


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

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      javax.activation.DataHandler execDocumentJob​(java.util.Map<java.lang.String,​java.lang.Object> parameters, DocumentJob job)
      Deprecated.
      Executes a DocumentJob for a list of selected documents or publications
      javax.activation.DataHandler execPublicationJob​(java.util.Map<java.lang.String,​java.lang.Object> parameters, PublicationJob job)
      Deprecated.
      Executes a PublicationJob for a list of selected documents or publications
      javax.activation.DataHandler execRendererJob​(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 PubServerException
        Deprecated.
        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 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

        javax.activation.DataHandler execPublicationJob​(java.util.Map<java.lang.String,​java.lang.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

        javax.activation.DataHandler execRendererJob​(java.util.Map<java.lang.String,​java.lang.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