Interface InDesignServerSettings

All Superinterfaces:
CometServerSettings

public interface InDesignServerSettings extends CometServerSettings
  • Field Details

  • Method Details

    • getPreviewLowRes

      double getPreviewLowRes()
    • getPreviewRes

      double getPreviewRes()
    • getPreviewHiRes

      double getPreviewHiRes()
    • getPreviewGreekBelow

      String getPreviewGreekBelow()
    • getPreviewQuality

      String getPreviewQuality()
    • getPreviewTransparency

      String getPreviewTransparency()
    • getPreviewAntialiasing

      boolean getPreviewAntialiasing()
    • getPreviewFullRess

      boolean getPreviewFullRess()
    • getPreviewOptionsString

      String getPreviewOptionsString()
    • getWaitForInstanceTimeoutMS

      long getWaitForInstanceTimeoutMS()
    • getServerInstancePingIntervall

      long getServerInstancePingIntervall()
    • getServerInstanceStartupIntervall

      long getServerInstanceStartupIntervall()
    • getDumpStatisticsIntervall

      long getDumpStatisticsIntervall()
    • flushSettings

      void flushSettings()
    • flushServerList

      void flushServerList()
    • getInDesignServerInstanceCount

      int getInDesignServerInstanceCount()
    • existImportDB

      boolean existImportDB()
    • clearSettings

      void clearSettings()
    • getBridgeAddress

      String getBridgeAddress()
    • getBridgeLogin

      String getBridgeLogin()
    • getBridgePassword

      String getBridgePassword()
    • getRendererRequestTimeout

      int getRendererRequestTimeout()
    • getRendererPingTimeout

      int getRendererPingTimeout()
    • getRendererConnectTimeout

      int getRendererConnectTimeout()
    • getRendererWorkingDirectory

      String getRendererWorkingDirectory()
    • getLogRendererCalls

      boolean getLogRendererCalls()
    • getRendererWriteLogs

      boolean getRendererWriteLogs()
    • getEncryptedString

      String getEncryptedString(String in)
    • getRendererFileType

      String getRendererFileType()
      Get the file type (.indd or .w2ml) supported on this server.
      Returns:
    • getCheckRendererFileType

      boolean getCheckRendererFileType()
      Check, if a renderer is applicable for processing certain types of files.
      Returns:
      true, if yes (check), false otherwise.
    • getOutdatedDocFormatBehaviour

      String getOutdatedDocFormatBehaviour()
    • getTransparentSessionHandling

      boolean getTransparentSessionHandling()
    • getDescription

      String getDescription(String key)
    • getUseCheckoutDocuments

      boolean getUseCheckoutDocuments()
    • getCScriptWaiterTimeoutInMs

      int getCScriptWaiterTimeoutInMs()
      Specified by:
      getCScriptWaiterTimeoutInMs in interface CometServerSettings
    • getPdfRendererMetadataHandling

      String getPdfRendererMetadataHandling()

      Gets how meta data should be generated when using PDF Renderer

      Returns:
      ON_DEMAND, if metadata should only be created when required or ALWAYS, if metadata should always be generated.
    • getUseSoapCache

      boolean getUseSoapCache()

      Allow clients (i.e. InDesignServer or PDF Renderer) to cache soap configuration data or not.

      Returns:
      whether to allow caching or not.
    • getNotifyDoneLayerName

      String getNotifyDoneLayerName()
    • getFailoverAttemptTimes

      int getFailoverAttemptTimes()
    • getWaitBetweenAttempts

      long getWaitBetweenAttempts()