Interface Comet


  • @Deprecated
    public interface Comet
    Deprecated.
    Internal use only The Interface Comet.
    • Method Detail

      • addSpreadOrPage

        boolean addSpreadOrPage​(Renderer.DocumentTarget target,
                                int count,
                                java.lang.String masterpageName,
                                Options options)
                         throws PubServerException
        Deprecated.
        Adds the spread or page.
        Parameters:
        target - the target
        count - the count
        masterpageName - the masterpage name
        options - the options
        Returns:
        true, if successful
        Throws:
        PubServerException - the pub server exception
      • applyMasterpage

        boolean applyMasterpage​(Renderer.DocumentTarget target,
                                java.lang.String masterpageName,
                                Options options)
                         throws PubServerException
        Deprecated.
        Apply masterpage.
        Parameters:
        target - the target
        masterpageName - the masterpage name
        options - the options
        Returns:
        true, if successful
        Throws:
        PubServerException - the pub server exception
      • build

        int build​(Renderer.DocumentTarget target,
                  java.lang.String itemsXML,
                  double x,
                  double y,
                  Options options)
           throws PubServerException
        Deprecated.
        Builds the.
        Parameters:
        target - the target
        itemsXML - the items XML
        x - the x
        y - the y
        options - the options
        Returns:
        the int
        Throws:
        PubServerException - the pub server exception
      • cometDeleteCometGroup

        boolean cometDeleteCometGroup​(Renderer.DocumentTarget target,
                                      Renderer.ReorganizeLevel reorganize,
                                      Options options)
                               throws PubServerException
        Deprecated.
        Comet delete comet group.
        Parameters:
        target - the target
        reorganize - the reorganize
        options - the options
        Returns:
        true, if successful
        Throws:
        PubServerException - the pub server exception
      • cometGroupGetPreviews

        javax.activation.DataHandler[] cometGroupGetPreviews​(Renderer.DocumentTarget target,
                                                             double resolution,
                                                             Options options)
                                                      throws PubServerException
        Deprecated.
        Comet group get previews.
        Parameters:
        target - the target
        resolution - the resolution
        options - the options
        Returns:
        the data handler[]
        Throws:
        PubServerException - the pub server exception
      • cometGroupImport

        int cometGroupImport​(Renderer.DocumentTarget target,
                             java.lang.String fromPath,
                             int groupId,
                             double left,
                             double top,
                             Options options)
                      throws PubServerException
        Deprecated.
        Comet group import.
        Parameters:
        target - the target
        fromPath - the from path
        groupId - the group id
        left - the left
        top - the top
        options - the options
        Returns:
        the int
        Throws:
        PubServerException - the pub server exception
      • cometGroupInsertAfter

        int cometGroupInsertAfter​(Renderer.DocumentTarget target,
                                  int templateId,
                                  RecordId recordId,
                                  Renderer.ReorganizeLevel reorganize,
                                  Options options)
                           throws PubServerException
        Deprecated.
        Comet group insert after.
        Parameters:
        target - the target
        templateId - the template id
        recordId - the record id
        reorganize - the reorganize
        options - the options
        Returns:
        the int
        Throws:
        PubServerException - the pub server exception
      • cometGroupInsertBefore

        int cometGroupInsertBefore​(Renderer.DocumentTarget target,
                                   int templateId,
                                   RecordId recordId,
                                   Renderer.ReorganizeLevel reorganize,
                                   Options options)
                            throws PubServerException
        Deprecated.
        Comet group insert before.
        Parameters:
        target - the target
        templateId - the template id
        recordId - the record id
        reorganize - the reorganize
        options - the options
        Returns:
        the int
        Throws:
        PubServerException - the pub server exception
      • cometGroupMoveBy

        boolean cometGroupMoveBy​(Renderer.DocumentTarget target,
                                 double offsetX,
                                 double offsetY,
                                 Options options)
                          throws PubServerException
        Deprecated.
        Comet group move by.
        Parameters:
        target - the target
        offsetX - the offset X
        offsetY - the offset Y
        options - the options
        Returns:
        true, if successful
        Throws:
        PubServerException - the pub server exception
      • cometGroupMoveTo

        boolean cometGroupMoveTo​(Renderer.DocumentTarget target,
                                 int groupId,
                                 double left,
                                 double top,
                                 Options options)
                          throws PubServerException
        Deprecated.
        Comet group move to.
        Parameters:
        target - the target
        groupId - the group id
        left - the left
        top - the top
        options - the options
        Returns:
        true, if successful
        Throws:
        PubServerException - the pub server exception
      • cometGroupReplaceGroup

        int cometGroupReplaceGroup​(Renderer.DocumentTarget target,
                                   int templateId,
                                   RecordId recordId,
                                   Renderer.ReorganizeLevel reorganize,
                                   Options options)
                            throws PubServerException
        Deprecated.
        Comet group replace group.
        Parameters:
        target - the target
        templateId - the template id
        recordId - the record id
        reorganize - the reorganize
        options - the options
        Returns:
        the int
        Throws:
        PubServerException - the pub server exception
      • deleteSpreadOrPage

        boolean deleteSpreadOrPage​(Renderer.DocumentTarget target,
                                   int count,
                                   Options options)
                            throws PubServerException
        Deprecated.
        Delete spread or page.
        Parameters:
        target - the target
        count - the count
        options - the options
        Returns:
        true, if successful
        Throws:
        PubServerException - the pub server exception
      • documentClose

        boolean documentClose​(Renderer.DocumentTarget target,
                              Options options)
                       throws PubServerException
        Deprecated.
        Document close.
        Parameters:
        target - the target
        options - the options
        Returns:
        true, if successful
        Throws:
        PubServerException - the pub server exception
      • documentCreate

        boolean documentCreate​(Renderer.DocumentTarget target,
                               Options options)
                        throws PubServerException
        Deprecated.
        Document create.
        Parameters:
        target - the target
        options - the options
        Returns:
        true, if successful
        Throws:
        PubServerException - the pub server exception
      • documentDuplicate

        boolean documentDuplicate​(Renderer.DocumentTarget target,
                                  java.lang.String newPath,
                                  Options options)
                           throws PubServerException
        Deprecated.
        Document duplicate.
        Parameters:
        target - the target
        newPath - the new path
        options - the options
        Returns:
        true, if successful
        Throws:
        PubServerException - the pub server exception
      • documentGeneratePDF

        javax.activation.DataHandler documentGeneratePDF​(Renderer.DocumentTarget target,
                                                         java.lang.String pdfprofile,
                                                         Options options)
                                                  throws PubServerException
        Deprecated.
        Document generate PDF.
        Parameters:
        target - the target
        pdfprofile - the pdfprofile
        options - the options
        Returns:
        the data handler
        Throws:
        PubServerException - the pub server exception
      • documentGetLayers

        java.lang.String[] documentGetLayers​(Renderer.DocumentTarget target,
                                             Options options)
                                      throws PubServerException
        Deprecated.
        Document get layers.
        Parameters:
        target - the target
        options - the options
        Returns:
        the string[]
        Throws:
        PubServerException - the pub server exception
      • documentGetPageCount

        int documentGetPageCount​(Renderer.DocumentTarget target,
                                 Options options)
                          throws PubServerException
        Deprecated.
        Document get page count.
        Parameters:
        target - the target
        options - the options
        Returns:
        the int
        Throws:
        PubServerException - the pub server exception
      • documentGetSpreadCount

        int documentGetSpreadCount​(Renderer.DocumentTarget target,
                                   Options options)
                            throws PubServerException
        Deprecated.
        Document get spread count.
        Parameters:
        target - the target
        options - the options
        Returns:
        the int
        Throws:
        PubServerException - the pub server exception
      • documentOpen

        boolean documentOpen​(Renderer.DocumentTarget target,
                             boolean openoriginal,
                             Options options)
                      throws PubServerException
        Deprecated.
        Document open.
        Parameters:
        target - the target
        openoriginal - the openoriginal
        options - the options
        Returns:
        true, if successful
        Throws:
        PubServerException - the pub server exception
      • documentReorganize

        boolean documentReorganize​(Renderer.DocumentTarget target,
                                   int pageIndex,
                                   Renderer.ReorganizeLevel reorganize,
                                   Options options)
                            throws PubServerException
        Deprecated.
        Document reorganize.
        Parameters:
        target - the target
        pageIndex - the page index
        reorganize - the reorganize
        options - the options
        Returns:
        true, if successful
        Throws:
        PubServerException - the pub server exception
      • documentSave

        boolean documentSave​(Renderer.DocumentTarget target,
                             Options options)
                      throws PubServerException
        Deprecated.
        Document save.
        Parameters:
        target - the target
        options - the options
        Returns:
        true, if successful
        Throws:
        PubServerException - the pub server exception
      • documentSaveAs

        boolean documentSaveAs​(Renderer.DocumentTarget target,
                               java.lang.String newPath,
                               Options options)
                        throws PubServerException
        Deprecated.
        Document save as.
        Parameters:
        target - the target
        newPath - the new path
        options - the options
        Returns:
        true, if successful
        Throws:
        PubServerException - the pub server exception
      • documentSetup

        boolean documentSetup​(Renderer.DocumentTarget target,
                              boolean applyAdaption,
                              Options options)
                       throws PubServerException
        Deprecated.
        Document setup.
        Parameters:
        target - the target
        applyAdaption - the apply adaption
        options - the options
        Returns:
        true, if successful
        Throws:
        PubServerException - the pub server exception
      • elementDelete

        boolean elementDelete​(Renderer.DocumentTarget target,
                              int elementId,
                              Options options)
                       throws PubServerException
        Deprecated.
        Element delete.
        Parameters:
        target - the target
        elementId - the element id
        options - the options
        Returns:
        true, if successful
        Throws:
        PubServerException - the pub server exception
      • elementDeletePara

        boolean elementDeletePara​(Renderer.DocumentTarget target,
                                  int paragraph,
                                  Options options)
                           throws PubServerException
        Deprecated.
        Element delete para.
        Parameters:
        target - the target
        paragraph - the paragraph
        options - the options
        Returns:
        true, if successful
        Throws:
        PubServerException - the pub server exception
      • elementInsertPara

        boolean elementInsertPara​(Renderer.DocumentTarget target,
                                  int paragraph,
                                  boolean before,
                                  java.lang.String value,
                                  Options options)
                           throws PubServerException
        Deprecated.
        Element insert para.
        Parameters:
        target - the target
        paragraph - the paragraph
        before - the before
        value - the value
        options - the options
        Returns:
        true, if successful
        Throws:
        PubServerException - the pub server exception
      • elementMove

        boolean elementMove​(Renderer.DocumentTarget target,
                            int elementId,
                            double x,
                            double y,
                            Options options)
                     throws PubServerException
        Deprecated.
        Element move.
        Parameters:
        target - the target
        elementId - the element id
        x - the x
        y - the y
        options - the options
        Returns:
        true, if successful
        Throws:
        PubServerException - the pub server exception
      • elementSetCellValue

        boolean elementSetCellValue​(Renderer.DocumentTarget target,
                                    int col,
                                    int row,
                                    java.lang.String value,
                                    Options options)
                             throws PubServerException
        Deprecated.
        Element set cell value.
        Parameters:
        target - the target
        col - the col
        row - the row
        value - the value
        options - the options
        Returns:
        true, if successful
        Throws:
        PubServerException - the pub server exception
      • elementSetImage

        boolean elementSetImage​(Renderer.DocumentTarget target,
                                javax.activation.DataHandler value,
                                Options options)
                         throws PubServerException
        Deprecated.
        Element set image.
        Parameters:
        target - the target
        value - the value
        options - the options
        Returns:
        true, if successful
        Throws:
        PubServerException - the pub server exception
      • elementSetImagePath

        boolean elementSetImagePath​(Renderer.DocumentTarget target,
                                    java.lang.String imgPath,
                                    Options options)
                             throws PubServerException
        Deprecated.
        Element set image path.
        Parameters:
        target - the target
        imgPath - the img path
        options - the options
        Returns:
        true, if successful
        Throws:
        PubServerException - the pub server exception
      • elementSetValue

        boolean elementSetValue​(Renderer.DocumentTarget target,
                                int paragraph,
                                java.lang.String value,
                                Options options)
                         throws PubServerException
        Deprecated.
        Element set value.
        Parameters:
        target - the target
        paragraph - the paragraph
        value - the value
        options - the options
        Returns:
        true, if successful
        Throws:
        PubServerException - the pub server exception
      • elementTransform

        boolean elementTransform​(Renderer.DocumentTarget target,
                                 Options options)
                          throws PubServerException
        Deprecated.
        Element transform.
        Parameters:
        target - the target
        options - the options
        Returns:
        true, if successful
        Throws:
        PubServerException - the pub server exception
      • execCScript

        java.lang.String execCScript​(Renderer.Target target,
                                     int actionId,
                                     java.lang.String argument,
                                     Options options,
                                     java.lang.String pdfProfile)
                              throws PubServerException
        Deprecated.
        Exec C script.
        Parameters:
        target - the target
        actionId - the action id
        argument - the argument
        options - the options
        pdfProfile - the pdf profile
        Returns:
        the string
        Throws:
        PubServerException - the pub server exception
      • execCScriptCode

        java.lang.String execCScriptCode​(Renderer.Target target,
                                         java.lang.String cscript,
                                         java.lang.String argument,
                                         Options options,
                                         java.lang.String pdfProfile)
                                  throws PubServerException
        Deprecated.
        Exec C script code.
        Parameters:
        target - the target
        cscript - the cscript
        argument - the argument
        options - the options
        pdfProfile - the pdf profile
        Returns:
        the string
        Throws:
        PubServerException - the pub server exception
      • execTemplate

        boolean execTemplate​(Renderer.DocumentTarget target,
                             int templateId,
                             RecordId recordId,
                             java.lang.String path,
                             Options options)
                      throws PubServerException
        Deprecated.
        Exec template.
        Parameters:
        target - the target
        templateId - the template id
        recordId - the record id
        path - the path
        options - the options
        Returns:
        true, if successful
        Throws:
        PubServerException - the pub server exception
      • generatePDF

        javax.activation.DataHandler generatePDF​(Renderer.DocumentTarget target,
                                                 java.lang.String parentList,
                                                 java.lang.String pdfProfile,
                                                 Options options)
                                          throws PubServerException
        Deprecated.
        Generate PDF.
        Parameters:
        target - the target
        parentList - the parent list
        pdfProfile - the pdf profile
        options - the options
        Returns:
        the data handler
        Throws:
        PubServerException - the pub server exception
      • getCometGroups

        java.lang.String getCometGroups​(Renderer.DocumentTarget target,
                                        Options options)
                                 throws PubServerException
        Deprecated.
        Gets the comet groups.
        Parameters:
        target - the target
        options - the options
        Returns:
        the comet groups
        Throws:
        PubServerException - the pub server exception
      • getDocumentCount

        int getDocumentCount()
                      throws PubServerException
        Deprecated.
        Gets the document count.
        Returns:
        the document count
        Throws:
        PubServerException - the pub server exception
      • getDocumentList

        java.lang.String[] getDocumentList()
                                    throws PubServerException
        Deprecated.
        Gets the document list.
        Returns:
        the document list
        Throws:
        PubServerException - the pub server exception
      • getElements

        java.lang.String getElements​(Renderer.DocumentTarget target,
                                     Options options)
                              throws PubServerException
        Deprecated.
        Gets the elements.
        Parameters:
        target - the target
        options - the options
        Returns:
        the elements
        Throws:
        PubServerException - the pub server exception
      • getIdML

        javax.activation.DataHandler getIdML​(Renderer.DocumentTarget target,
                                             java.lang.String idmlPart,
                                             Options options)
                                      throws PubServerException
        Deprecated.
        Gets the id ML.
        Parameters:
        target - the target
        idmlPart - the idml part
        options - the options
        Returns:
        the id ML
        Throws:
        PubServerException - the pub server exception
      • getItems

        javax.activation.DataHandler getItems​(Renderer.DocumentTarget target,
                                              Options options)
                                       throws PubServerException
        Deprecated.
        Gets the items.
        Parameters:
        target - the target
        options - the options
        Returns:
        the items
        Throws:
        PubServerException - the pub server exception
      • getNotes

        java.lang.String getNotes​(Renderer.DocumentTarget target,
                                  Options options)
                           throws PubServerException
        Deprecated.
        Gets the notes.
        Parameters:
        target - the target
        options - the options
        Returns:
        the notes
        Throws:
        PubServerException - the pub server exception
      • getPDFProfiles

        java.lang.String[] getPDFProfiles​(Renderer.DocumentTarget target,
                                          Options options)
                                   throws PubServerException
        Deprecated.
        Gets the PDF profiles.
        Parameters:
        target - the target
        options - the options
        Returns:
        the PDF profiles
        Throws:
        PubServerException - the pub server exception
      • getPlaceholders

        java.lang.String getPlaceholders​(Renderer.DocumentTarget target,
                                         boolean evaluateSyncState,
                                         Options options)
                                  throws PubServerException
        Deprecated.
        Gets the placeholders.
        Parameters:
        target - the target
        evaluateSyncState - the evaluate sync state
        options - the options
        Returns:
        the placeholders
        Throws:
        PubServerException - the pub server exception
      • getPreview

        javax.activation.DataHandler getPreview​(Renderer.DocumentTarget target,
                                                double resolution,
                                                Options options)
                                         throws PubServerException
        Deprecated.
        Gets the preview.
        Parameters:
        target - the target
        resolution - the resolution
        options - the options
        Returns:
        the preview
        Throws:
        PubServerException - the pub server exception
      • getPreviewOfClipping

        javax.activation.DataHandler getPreviewOfClipping​(Renderer.DocumentTarget target,
                                                          double x,
                                                          double y,
                                                          double width,
                                                          double height,
                                                          double resolution,
                                                          Options options)
                                                   throws PubServerException
        Deprecated.
        Gets the preview of clipping.
        Parameters:
        target - the target
        x - the x
        y - the y
        width - the width
        height - the height
        resolution - the resolution
        options - the options
        Returns:
        the preview of clipping
        Throws:
        PubServerException - the pub server exception
      • getRendererOS

        Renderer.OS getRendererOS()
        Deprecated.
        Gets the renderer OS.
        Returns:
        the renderer OS
      • getSpreads

        java.lang.String getSpreads​(Renderer.DocumentTarget target,
                                    Options options)
                             throws PubServerException
        Deprecated.
        Gets the spreads.
        Parameters:
        target - the target
        options - the options
        Returns:
        the spreads
        Throws:
        PubServerException - the pub server exception
      • getStderr

        java.lang.String getStderr()
        Deprecated.
        Gets the stderr of the last command executed.
        Returns:
        the stderr
      • getStdout

        java.lang.String getStdout()
        Deprecated.
        Gets the stdout of the last command executed.
        Returns:
        the stdout
      • getSWF

        javax.activation.DataHandler getSWF​(Renderer.DocumentTarget target,
                                            java.lang.String parentIds,
                                            Options options)
                                     throws PubServerException
        Deprecated.
        Gets the swf.
        Parameters:
        target - the target
        parentIds - the parent ids
        options - the options
        Returns:
        the swf
        Throws:
        PubServerException - the pub server exception
      • getTemplateId

        int getTemplateId​(Renderer.DocumentTarget target,
                          Options options)
                   throws PubServerException
        Deprecated.
        Gets the template id.
        Parameters:
        target - the target
        options - the options
        Returns:
        the template id
        Throws:
        PubServerException - the pub server exception
      • getType

        Renderer.Type getType()
        Deprecated.
        Gets the type.
        Returns:
        the type
      • loadPlaceholders

        boolean loadPlaceholders​(Renderer.DocumentTarget target,
                                 int[] placeholderIds,
                                 RecordId recordid,
                                 Options options)
                          throws PubServerException
        Deprecated.
        Load placeholders.
        Parameters:
        target - the target
        placeholderIds - the placeholder ids
        recordid - the recordid
        options - the options
        Returns:
        true, if successful
        Throws:
        PubServerException - the pub server exception
      • matchItems

        javax.activation.DataHandler matchItems​(Renderer.DocumentTarget target,
                                                javax.xml.transform.Source itemsXML,
                                                Options options)
                                         throws PubServerException
        Deprecated.
        Match items.
        Parameters:
        target - the target
        itemsXML - the items XML
        options - the options
        Returns:
        the data handler
        Throws:
        PubServerException - the pub server exception
      • modifyCometGroup

        boolean modifyCometGroup​(Renderer.DocumentTarget target,
                                 int[] targetElements,
                                 java.lang.String cmd,
                                 Options options)
                          throws PubServerException
        Deprecated.
        Modify comet group.
        Parameters:
        target - the target
        targetElements - the target elements
        cmd - the cmd
        options - the options
        Returns:
        true, if successful
        Throws:
        PubServerException - the pub server exception
      • moveSpreadsOrPages

        boolean moveSpreadsOrPages​(Renderer.DocumentTarget target,
                                   int startSpreadOrPage,
                                   int count,
                                   Options options)
                            throws PubServerException
        Deprecated.
        Move spreads or pages.
        Parameters:
        target - the target
        startSpreadOrPage - the start spread or page
        count - the count
        options - the options
        Returns:
        true, if successful
        Throws:
        PubServerException - the pub server exception
      • pageSetPlaceholderImage

        boolean pageSetPlaceholderImage​(Renderer.DocumentTarget target,
                                        int placeholderid,
                                        RecordId recordid,
                                        javax.activation.DataHandler value,
                                        boolean execsavemethod,
                                        Options options)
                                 throws PubServerException
        Deprecated.
        Page set placeholder image.
        Parameters:
        target - the target
        placeholderid - the placeholderid
        recordid - the recordid
        value - the value
        execsavemethod - the execsavemethod
        options - the options
        Returns:
        true, if successful
        Throws:
        PubServerException - the pub server exception
      • pageSetPlaceholderImagePath

        boolean pageSetPlaceholderImagePath​(Renderer.DocumentTarget target,
                                            int placeholderid,
                                            RecordId recordid,
                                            java.lang.String imgPath,
                                            boolean execsavemethod,
                                            Options options)
                                     throws PubServerException
        Deprecated.
        Page set placeholder image path.
        Parameters:
        target - the target
        placeholderid - the placeholderid
        recordid - the recordid
        imgPath - the img path
        execsavemethod - the execsavemethod
        options - the options
        Returns:
        true, if successful
        Throws:
        PubServerException - the pub server exception
      • ping

        long ping​(int run)
           throws PubServerException
        Deprecated.
        Ping.
        Parameters:
        run - the run
        Returns:
        the long
        Throws:
        PubServerException - the pub server exception
      • placeDocument

        int placeDocument​(Renderer.DocumentTarget target,
                          javax.activation.DataHandler data,
                          double absLeft,
                          double absTop,
                          boolean createCometGroup,
                          Options options)
                   throws PubServerException
        Deprecated.
        Place document.
        Parameters:
        target - the target
        data - the data
        absLeft - the abs left
        absTop - the abs top
        createCometGroup - the create comet group
        options - the options
        Returns:
        the int
        Throws:
        PubServerException - the pub server exception
      • placeholderSetValue

        boolean placeholderSetValue​(Renderer.DocumentTarget target,
                                    int placeholderid,
                                    RecordId recordid,
                                    java.lang.String value,
                                    boolean execsavemethod,
                                    Options options)
                             throws PubServerException
        Deprecated.
        Placeholder set value.
        Parameters:
        target - the target
        placeholderid - the placeholderid
        recordid - the recordid
        value - the value
        execsavemethod - the execsavemethod
        options - the options
        Returns:
        true, if successful
        Throws:
        PubServerException - the pub server exception
      • placeholderUpdate

        boolean placeholderUpdate​(Renderer.DocumentTarget target,
                                  Options options)
                           throws PubServerException
        Deprecated.
        Placeholder update.
        Parameters:
        target - the target
        options - the options
        Returns:
        true, if successful
        Throws:
        PubServerException - the pub server exception
      • placeTemplate

        int placeTemplate​(Renderer.DocumentTarget target,
                          int templateId,
                          RecordId recordid,
                          double x,
                          double y,
                          Renderer.ReorganizeLevel reorganize,
                          Options options)
                   throws PubServerException
        Deprecated.
        Place template.
        Parameters:
        target - the target
        templateId - the template id
        recordid - the recordid
        x - the x
        y - the y
        reorganize - the reorganize
        options - the options
        Returns:
        the int
        Throws:
        PubServerException - the pub server exception
      • reloadConfig

        boolean reloadConfig​(java.lang.String service,
                             java.lang.String config,
                             Options options)
                      throws PubServerException
        Deprecated.
        Reload config.
        Parameters:
        service - the service
        config - the config
        options - the options
        Returns:
        true, if successful
        Throws:
        PubServerException - the pub server exception
      • resetConnectionStatus

        void resetConnectionStatus()
        Deprecated.
        Resets the connection status.
      • resetStatus

        void resetStatus()
        Deprecated.
        resetStatus will be called before every Comet operation and allows the Comet implementation to reset some states before executing the next operation.
      • setConnectVerifier

        void setConnectVerifier​(java.lang.String verifier)
        Deprecated.
        Sets the connect verifier.
        Parameters:
        verifier - the new connect verifier
      • setItems

        boolean setItems​(Renderer.DocumentTarget target,
                         javax.xml.transform.Source items,
                         Options options)
                  throws PubServerException
        Deprecated.
        Sets the items.
        Parameters:
        target - the target
        items - the items
        options - the options
        Returns:
        true, if successful
        Throws:
        PubServerException - the pub server exception
      • setNotes

        boolean setNotes​(Renderer.DocumentTarget target,
                         java.lang.String notes,
                         Options options)
                  throws PubServerException
        Deprecated.
        Sets the notes.
        Parameters:
        target - the target
        notes - the notes
        options - the options
        Returns:
        true, if successful
        Throws:
        PubServerException - the pub server exception
      • setRendererOS

        void setRendererOS​(Renderer.OS os)
        Deprecated.
        Sets the renderer OS.
        Parameters:
        os - the new renderer OS
      • setTemplateId

        boolean setTemplateId​(Renderer.DocumentTarget target,
                              int templateId,
                              Options options)
                       throws PubServerException
        Deprecated.
        Sets the template id.
        Parameters:
        target - the target
        templateId - the template id
        options - the options
        Returns:
        true, if successful
        Throws:
        PubServerException - the pub server exception
      • spreadCometGroupsPreview

        javax.activation.DataHandler spreadCometGroupsPreview​(Renderer.DocumentTarget target,
                                                              int[] groupIds,
                                                              double resolution,
                                                              Options options)
                                                       throws PubServerException
        Deprecated.
        Spread comet groups preview.
        Parameters:
        target - the target
        groupIds - the group ids
        resolution - the resolution
        options - the options
        Returns:
        the data handler
        Throws:
        PubServerException - the pub server exception
      • spreadElementsPreview

        javax.activation.DataHandler spreadElementsPreview​(Renderer.DocumentTarget target,
                                                           int[] elementIds,
                                                           double resolution,
                                                           Options options)
                                                    throws PubServerException
        Deprecated.
        Spread elements preview.
        Parameters:
        target - the target
        elementIds - the element ids
        resolution - the resolution
        options - the options
        Returns:
        the data handler
        Throws:
        PubServerException - the pub server exception
      • spreadExportCometGroups

        javax.activation.DataHandler spreadExportCometGroups​(Renderer.DocumentTarget target,
                                                             int[] groupIds,
                                                             Options options)
                                                      throws PubServerException
        Deprecated.
        Spread export comet groups.
        Parameters:
        target - the target
        groupIds - the group ids
        options - the options
        Returns:
        the data handler
        Throws:
        PubServerException - the pub server exception
      • spreadExportElements

        javax.activation.DataHandler spreadExportElements​(Renderer.DocumentTarget targetx,
                                                          int[] elementIds,
                                                          Options options)
                                                   throws PubServerException
        Deprecated.
        Spread export elements.
        Parameters:
        targetx - the targetx
        elementIds - the element ids
        options - the options
        Returns:
        the data handler
        Throws:
        PubServerException - the pub server exception
      • spreadGetPages

        int[] spreadGetPages​(Renderer.DocumentTarget target,
                             Options options)
                      throws PubServerException
        Deprecated.
        Spread get pages.
        Parameters:
        target - the target
        options - the options
        Returns:
        the int[]
        Throws:
        PubServerException - the pub server exception
      • supportsFileType

        boolean supportsFileType​(Renderer.FileType type)
        Deprecated.
        Supports file type.
        Parameters:
        type - the type
        Returns:
        true, if successful
      • syncPlaceholders

        boolean syncPlaceholders​(Renderer.DocumentTarget target,
                                 int[] placeholderIds,
                                 RecordId recordId,
                                 Options options)
                          throws PubServerException
        Deprecated.
        Sync placeholders.
        Parameters:
        target - the target
        placeholderIds - the placeholder ids
        recordId - the record id
        options - the options
        Returns:
        true, if successful
        Throws:
        PubServerException - the pub server exception
      • use

        boolean use​(java.lang.String service,
                    java.lang.String user,
                    java.lang.String password,
                    boolean forcereconnect,
                    Options options)
             throws PubServerException
        Deprecated.
        Use.
        Parameters:
        service - the service
        user - the user
        password - the password
        forcereconnect - the forcereconnect
        options - the options
        Returns:
        true, if successful
        Throws:
        PubServerException - the pub server exception