Interface Comet


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

    • addSpreadOrPage

      boolean addSpreadOrPage(Renderer.DocumentTarget target, int count, 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
      PubServerException
    • applyMasterpage

      boolean applyMasterpage(Renderer.DocumentTarget target, 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
      PubServerException
    • build

      int build(Renderer.DocumentTarget target, 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
      PubServerException
    • 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
      PubServerException
    • cometGroupGetPreviews

      jakarta.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
      PubServerException
    • cometGroupImport

      int cometGroupImport(Renderer.DocumentTarget target, 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
      PubServerException
    • 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
      PubServerException
    • 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
      PubServerException
    • 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
      PubServerException
    • 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
      PubServerException
    • 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
      PubServerException
    • 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
      PubServerException
    • 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
      PubServerException
    • 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
      PubServerException
    • documentDuplicate

      boolean documentDuplicate(Renderer.DocumentTarget target, 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
      PubServerException
    • documentGeneratePDF

      jakarta.activation.DataHandler documentGeneratePDF(Renderer.DocumentTarget target, 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
      PubServerException
    • documentGetLayers

      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
      PubServerException
    • 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
      PubServerException
    • 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
      PubServerException
    • 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
      PubServerException
    • 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
      PubServerException
    • 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
      PubServerException
    • documentSaveAs

      boolean documentSaveAs(Renderer.DocumentTarget target, 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
      PubServerException
    • 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
      PubServerException
    • 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
      PubServerException
    • 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
      PubServerException
    • elementInsertPara

      boolean elementInsertPara(Renderer.DocumentTarget target, int paragraph, boolean before, 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
      PubServerException
    • 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
      PubServerException
    • elementSetCellValue

      boolean elementSetCellValue(Renderer.DocumentTarget target, int col, int row, 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
      PubServerException
    • elementSetImage

      boolean elementSetImage(Renderer.DocumentTarget target, jakarta.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
      PubServerException
    • elementSetImagePath

      boolean elementSetImagePath(Renderer.DocumentTarget target, 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
      PubServerException
    • elementSetValue

      boolean elementSetValue(Renderer.DocumentTarget target, int paragraph, 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
      PubServerException
    • 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
      PubServerException
    • execCScript

      String execCScript(Renderer.Target target, int actionId, String argument, Options options, 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
      PubServerException
    • execCScriptCode

      String execCScriptCode(Renderer.Target target, String cscript, String argument, Options options, 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
      PubServerException
    • execTemplate

      boolean execTemplate(Renderer.DocumentTarget target, int templateId, RecordId recordId, 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
      PubServerException
    • generatePDF

      jakarta.activation.DataHandler generatePDF(Renderer.DocumentTarget target, String parentList, 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
      PubServerException
    • getCometGroups

      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
      PubServerException
    • getDocumentCount

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

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

      FileDataHandler getDocumentPackage(Renderer.DocumentTarget target, Options options) throws PubServerException
      Deprecated.
      Gets the document package.
      Parameters:
      target - the target
      options - the options
      Returns:
      the document package
      Throws:
      PubServerException - the pub server exception
      PubServerException
    • getElements

      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
      PubServerException
    • getIdML

      jakarta.activation.DataHandler getIdML(Renderer.DocumentTarget target, 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
      PubServerException
    • getItems

      jakarta.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
      PubServerException
    • getNotes

      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
      PubServerException
    • getPDFProfiles

      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
      PubServerException
    • getPlaceholders

      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
      PubServerException
    • getPreview

      jakarta.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
      PubServerException
    • getPreviewOfClipping

      jakarta.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
      PubServerException
    • getRendererOS

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

      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
      PubServerException
    • getStderr

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

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

      jakarta.activation.DataHandler getSWF(Renderer.DocumentTarget target, 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
      PubServerException
    • 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
      PubServerException
    • 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
      PubServerException
    • matchItems

      jakarta.activation.DataHandler matchItems(Renderer.DocumentTarget target, 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
      PubServerException
    • modifyCometGroup

      boolean modifyCometGroup(Renderer.DocumentTarget target, int[] targetElements, 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
      PubServerException
    • 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
      PubServerException
    • pageSetPlaceholderImage

      boolean pageSetPlaceholderImage(Renderer.DocumentTarget target, int placeholderid, RecordId recordid, jakarta.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
      PubServerException
    • pageSetPlaceholderImagePath

      boolean pageSetPlaceholderImagePath(Renderer.DocumentTarget target, int placeholderid, RecordId recordid, 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
      PubServerException
    • ping

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

      int placeDocument(Renderer.DocumentTarget target, jakarta.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
      PubServerException
    • placeholderSetValue

      boolean placeholderSetValue(Renderer.DocumentTarget target, int placeholderid, RecordId recordid, 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
      PubServerException
    • 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
      PubServerException
    • 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
      PubServerException
    • reloadConfig

      boolean reloadConfig(String service, 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
      PubServerException
    • 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(String verifier)
      Deprecated.
      Sets the connect verifier.
      Parameters:
      verifier - the new connect verifier
    • setItems

      boolean setItems(Renderer.DocumentTarget target, 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
      PubServerException
    • setNotes

      boolean setNotes(Renderer.DocumentTarget target, 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
      PubServerException
    • 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
      PubServerException
    • spreadCometGroupsPreview

      jakarta.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
      PubServerException
    • spreadElementsPreview

      jakarta.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
      PubServerException
    • spreadExportCometGroups

      jakarta.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
      PubServerException
    • spreadExportElements

      jakarta.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
      PubServerException
    • 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
      PubServerException
    • 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
      PubServerException
    • use

      boolean use(String service, String user, 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
      PubServerException