Interface CometServerSettings

All Known Subinterfaces:
InDesignServerSettings

public interface CometServerSettings
  • Field Details

  • Method Details

    • getMailFrom

      String getMailFrom()
    • getMailToServerStart

      String getMailToServerStart()
    • getMailToIDServerCrash

      String getMailToIDServerCrash()
    • getMailToIDServerStart

      String getMailToIDServerStart()
    • getMailDefaultSubject

      String getMailDefaultSubject()
    • getMailDefaultFooter

      String getMailDefaultFooter()
    • getMailDefaultContactInfo

      String getMailDefaultContactInfo()
    • getStringDocumentOverwritePolicy

      String getStringDocumentOverwritePolicy()
    • getDocumentRootPath

      String getDocumentRootPath()
      Returns:
    • getDocumentIDPrefix

      String getDocumentIDPrefix()
      Returns:
    • getTmpPath

      String getTmpPath()
      Returns:
    • getDocumentRegistration

      String getDocumentRegistration()
      Returns:
    • getArchivePlaceholders

      boolean getArchivePlaceholders()
    • getSaveDocumentVersion

      boolean getSaveDocumentVersion()
    • getLayerPageTemplates

      String getLayerPageTemplates()
    • getLayerCometGroups

      String getLayerCometGroups()
    • getLayerElements

      String getLayerElements()
    • getLayerPlanning

      String getLayerPlanning()
    • getLayerNotes

      String getLayerNotes()
    • getLayerPlaceholders

      String getLayerPlaceholders()
    • getLayerPlaceholdersHistory

      String getLayerPlaceholdersHistory()
    • getLayerAlignmentGuides

      String getLayerAlignmentGuides()
    • getLayerDigitalLayouot

      String getLayerDigitalLayouot()
    • getHeightOfPreviewInGrids

      int getHeightOfPreviewInGrids()
    • getHeightOfPreviewInLists

      int getHeightOfPreviewInLists()
    • getMethodLogging

      boolean getMethodLogging()
    • getAllowMetadataTypes

      String getAllowMetadataTypes()
    • getMaxPreviewSize

      int getMaxPreviewSize()
    • getAllowDuplicatesInProductSelection

      boolean getAllowDuplicatesInProductSelection()
    • getUploadDirectory

      String getUploadDirectory()
    • getPhysicalPublicationPresentation

      String getPhysicalPublicationPresentation()
    • getPropertyValue

      String getPropertyValue(String porpertyTypeName, String propertyKeyName, String defaultValue)
    • getNotifyDefaultLayerName

      String getNotifyDefaultLayerName()
    • getNotifyDefaultFillIndex

      int getNotifyDefaultFillIndex()
    • getMailAfterImportSubject

      String getMailAfterImportSubject()
    • getMailAfterImportBody

      String getMailAfterImportBody()
    • getMetadataOptions

      String getMetadataOptions()
    • getParameterMasterPageName

      String getParameterMasterPageName()
    • getMaxWorkerJobs

      int getMaxWorkerJobs()
    • getURL

      String getURL()
    • getMaxCheckInWorkerJobs

      int getMaxCheckInWorkerJobs()
    • isUseLabel2

      boolean isUseLabel2()
    • isUseMasterDocument

      boolean isUseMasterDocument()
    • getMailExecutingCScript

      boolean getMailExecutingCScript()
    • getFileSystemLatencyMilliseconds

      int getFileSystemLatencyMilliseconds()

      Gets the time the server should yield after creating a document.

      When CometServer / PubServer and InDesignServer operate on a network file system, we might have to wait for a certain amount of time before InDesignServe can start processing a document just created by CometServer, because of file system synchronization issues. Default value for this setting is 0, which means: not to wait at all. If you encounter DocumentNotFound errors on InDesignServer (Error code 538628) typically when running publication jobs from the Publication Planner, you should try to change this setting to an appropriate value.

      Returns:
      the time in milliseconds the server should yield after creating a document
    • getPublicationWindowUnfoldMaxItemWarning

      int getPublicationWindowUnfoldMaxItemWarning()
    • getPublicationWindowUnfoldMaxItemError

      int getPublicationWindowUnfoldMaxItemError()
    • getCScriptWaiterTimeoutInMs

      int getCScriptWaiterTimeoutInMs()
    • getCScriptRenderingType

      String getCScriptRenderingType()
    • getParameterSnippetName

      String getParameterSnippetName()
    • getMediaObjectSourceOrder

      String getMediaObjectSourceOrder()
      Media object can be taken from URL or PATH, these text set the order of importance - which source will be chosen first if valid.
      Returns:
    • getSnippetDeleteMode

      String getSnippetDeleteMode()
      this server property determines what should happen to the table configuration of planning with assigned snippet which we want to remove.
      Returns:
      MERGE or REPLACE
    • getDownloadDirectory

      String getDownloadDirectory()
    • getFileUploadLimit

      int getFileUploadLimit()
    • isAllowUploadAllTypes

      boolean isAllowUploadAllTypes()
    • isPrioritizeBucketTemplate

      boolean isPrioritizeBucketTemplate()
    • isUseLayoutBriefing

      boolean isUseLayoutBriefing()
    • getAllowedUploadFileTypes

      String getAllowedUploadFileTypes()
      This server property determines which file types are accepted for upload.
      Returns: