Class Input

java.lang.Object
com.elpical.jclaro.admin.ws.server.Input

public class Input extends Object
Input Class holds various settings related to the input folder of a channel
See Also:
Elpical elearning
  • Constructor Details

  • Method Details

    • isCaaSVersion

      public static boolean isCaaSVersion()
    • getSourceFolder

      public String getSourceFolder()
      Returns the source folder, where to scan for new files
      Returns:
      The source folder
    • setSourceFolder

      public void setSourceFolder(String sourceFolder)
      Sets the source folder, where to scan for new files
      Parameters:
      sourceFolder - The source folder
    • getFileReadyDelay

      public int getFileReadyDelay()
      Returns the file-ready delay. After the file size is stable and the file-ready delay has passed the file can be processed
      Returns:
      The file-ready delay in seconds
    • setFileReadyDelay

      public void setFileReadyDelay(int fileReadyDelay)
      Sets the file-ready delay. After the file size is stable and the file-ready delay has passed the file can be processed
      Parameters:
      fileReadyDelay - The file-ready delay in seconds
    • getSkipFileThatMatches

      public String getSkipFileThatMatches()
      Returns the condition to skip files which matches the string. The string should be a regular expression.
      Returns:
      Regular expression which files to skip
      See Also:
      Elpical elearning
    • setSkipFileThatMatches

      public void setSkipFileThatMatches(String skipFileThatMatches)
      Sets the condition to skip files which matches the string. The string should be a regular expression
      Parameters:
      skipFileThatMatches - Regular expression which files to skip
      See Also:
      Elpical elearning
    • isUseEmbeddedProfileAsSource

      public boolean isUseEmbeddedProfileAsSource()
      Returns whether to use the embedded profile in the image as source profile
      Returns:
      Whether to use the embedded profile in the image as source profile
    • setUseEmbeddedProfileAsSource

      public void setUseEmbeddedProfileAsSource(boolean useEmbeddedProfileAsSource)
      Sets whether to use the embedded profile in the image as source profile
      Parameters:
      useEmbeddedProfileAsSource - Whether to use the embedded profile in the image as source profile
    • isUseSubFolders

      public boolean isUseSubFolders()
      Returns whether to scan also subfolders beneath the source folder
      Returns:
      Whether to scan also subfolders beneath the source folder
    • setUseSubFolders

      public void setUseSubFolders(boolean useSubFolders)
      Sets whether to scan also subfolders beneath the source folder
      Parameters:
      useSubFolders - Whether to scan also subfolders beneath the source folder
    • isOriginalAsWorkingRGB

      public boolean isOriginalAsWorkingRGB()
      Returns whether to use the source profile also as working color-space for RGB optimizations
      Returns:
      Whether to use the source profile also as working color-space
    • setOriginalAsWorkingRGB

      public void setOriginalAsWorkingRGB(boolean originalRGB)
      Sets whether to use the source profile also as working color-space for RGB optimizations
      Parameters:
      originalRGB - Whether to use the source profile also as working color-space
    • isRemoveEmptySubFolders

      public boolean isRemoveEmptySubFolders()
      Returns whether the subfolders in the source folder should be removed after processing the file in it
      Returns:
      Whether the subfolders in the source folder should be removed
    • setRemoveEmptySubFolders

      public void setRemoveEmptySubFolders(boolean removeEmptySubFolders)
      Sets whether the subfolders in the source folder should be removed after processing the file in it
      Parameters:
      removeEmptySubFolders - Whether the subfolders in the source folder should be removed
    • isOnlyZipOrXml

      public boolean isOnlyZipOrXml()
      Returns whether only zip or xml should be processed in the input source folder
      Returns:
      Whether only zip or xml should be processed in the input source folder
    • setOnlyZipOrXml

      public void setOnlyZipOrXml(boolean onlyZipOrXml)
      Sets whether only zip or xml should be processed in the input source folder
      Parameters:
      onlyZipOrXml - Whether only zip or xml should be processed in the input source folder
    • isDontProcessCmykInPdf

      public boolean isDontProcessCmykInPdf()
      Returns whether to process CMYK images in PDF
      Returns:
      whether to process CMYK images in PDF
    • setDontProcessCmykInPdf

      public void setDontProcessCmykInPdf(boolean dontProcessCmykInPdf)
      Sets whether to process CMYK images in PDF
      Parameters:
      dontProcessCmykInPdf - whether to process CMYK images in PDF
    • isDontProcessExtremeAspectRatiosInPdf

      public boolean isDontProcessExtremeAspectRatiosInPdf()
      Returns whether images with an extreme aspect ratio should be processed
      Returns:
      Whether images with an extreme aspect ratio should be processed
    • setDontProcessExtremeAspectRatiosInPdf

      public void setDontProcessExtremeAspectRatiosInPdf(boolean dontProcessExtremeAspectRatiosInPdf)
      Sets whether images with an extreme aspect ratio should be processed
      Parameters:
      dontProcessExtremeAspectRatiosInPdf - Whether images with an extreme aspect ratio should be processed
    • isRawSoftExposureCorrection

      public boolean isRawSoftExposureCorrection()
      Returns whether raw soft exposure should be applied. If unchecked: (default): emulates the linear response of the digital sensor. This is mathematically correct, but can result in harsh cutoffs. if checked: adds a shoulder to the response curve, emulating the soft behavior of film.
      Returns:
      Whether raw soft exposure should be applied
    • setRawSoftExposureCorrection

      public void setRawSoftExposureCorrection(boolean rawSoftExposureCorrection)
      Sets whether raw soft exposure should be applied. If unchecked: (default): emulates the linear response of the digital sensor. This is mathematically correct, but can result in harsh cutoffs. if checked: adds a shoulder to the response curve, emulating the soft behavior of film.
      Parameters:
      rawSoftExposureCorrection - Whether raw soft exposure should be applied
    • getRenderingIntent

      public int getRenderingIntent()
      Returns the rending intent to be used for input profile conversions 0=Perceptual 1=RelativeColorimetric 2=Saturation 3=AbsoluteColorimetric 4=RelativeColorimetric BPC
      Returns:
      The rending intent to be used for input profile conversions
    • setRenderingIntent

      public void setRenderingIntent(int renderingIntent)
      Sets the rending intent to be used for input profile conversions 0=Perceptual 1=RelativeColorimetric 2=Saturation 3=AbsoluteColorimetric 4=RelativeColorimetric BPC
      Parameters:
      renderingIntent - The rending intent to be used for input profile conversions
    • getProcessLayer

      public int getProcessLayer()
      Returns which layer to process. Default the compatibility layer. 0=compatibility 1=topvisible (the top layer that is enabled (visible)) 2=bottomvisible (the lowest (visible) layer) 3=named (process the layer with the specified name) 4=topreal (top (layer (enabled or not)) 5=bottomreal (bottom layer, enabled or not) 6=layer0orcompatibility (compatibility layer if there is one, otherwise Layer0)
      Returns:
      Which layer to process
    • setProcessLayer

      public void setProcessLayer(int processLayer)
      Set which layer to process. Default the compatibility layer. 0=compatibility 1=topvisible (the top layer that is enabled (visible)) 2=bottomvisible (the lowest (visible) layer) 3=named (process the layer with the specified name) 4=topreal (top (layer (enabled or not)) 5=bottomreal (bottom layer, enabled or not) 6=layer0orcompatibility (compatibility layer if there is one, otherwise Layer0)
      Parameters:
      processLayer - Which layer to process
    • getProcessLayerName

      public String getProcessLayerName()
      Returns the name of the layer to process.
      Returns:
      The name of the layer to process.
      See Also:
      getProcessLayer()
    • setProcessLayerName

      public void setProcessLayerName(String processLayerName)
      Sets the name of the layer to process.
      Parameters:
      processLayerName - The name of the layer to process.
    • isGoogleVisionActive

      public boolean isGoogleVisionActive()
    • setGoogleVisionActive

      public void setGoogleVisionActive(boolean set)
    • isGoogleVisionUseBetaFeatures

      public boolean isGoogleVisionUseBetaFeatures()
    • setGoogleVisionUseBetaFeatures

      public void setGoogleVisionUseBetaFeatures(boolean set)
    • isGoogleVisionAddKeywords

      public boolean isGoogleVisionAddKeywords()
    • setGoogleVisionAddKeywords

      public void setGoogleVisionAddKeywords(boolean set)
    • getAssumedICCProfForRGBWithoutProf

      public String getAssumedICCProfForRGBWithoutProf()
      Returns which ICC profile to use for RGB images without embedded profile
      Returns:
      Which ICC profile to use for RGB images without embedded profile
    • setAssumedICCProfForRGBWithoutProf

      public void setAssumedICCProfForRGBWithoutProf(String assumedICCProfForRGBWithoutProf)
      Sets which ICC profile to use for RGB images without embedded profile
      Parameters:
      assumedICCProfForRGBWithoutProf - Which ICC profile to use for RGB images without embedded profile
    • getAssumedICCProfForCMYKWithoutProf

      public String getAssumedICCProfForCMYKWithoutProf()
      Returns which ICC profile to use for CMYK images without embedded profile
      Returns:
      Which ICC profile to use for CMYK images without embedded profile
    • setAssumedICCProfForCMYKWithoutProf

      public void setAssumedICCProfForCMYKWithoutProf(String assumedICCProfForCMYKWithoutProf)
      Sets which ICC profile to use for CMYK images without embedded profile
      Parameters:
      assumedICCProfForCMYKWithoutProf - Which ICC profile to use for CMYK images without embedded profile
    • getCopyToFolderForCMYKWithoutProf

      public String getCopyToFolderForCMYKWithoutProf()
      Returns folder which is used to store CMYK images without embedded profile
      Returns:
      Folder which is used to store CMYK images without embedded profile
    • setCopyToFolderForCMYKWithoutProf

      public void setCopyToFolderForCMYKWithoutProf(String copyToFolderForCMYKWithoutProf)
      Sets folder which is used to store CMYK images without embedded profile
      Parameters:
      copyToFolderForCMYKWithoutProf - Folder which is used to store CMYK images without embedded profile
    • getWorkingRGBICCProf

      public String getWorkingRGBICCProf()
      Returns which ICC profile is to be used as working RGB colorspace
      Returns:
      Which ICC profile is to be used as working RGB colorspace
    • setWorkingRGBICCProf

      public void setWorkingRGBICCProf(String workingRGBICCProf)
      Sets which ICC profile is to be used as working RGB colorspace
      Parameters:
      workingRGBICCProf - Which ICC profile is to be used as working RGB colorspace
    • isScanOnlyJobFiles

      public boolean isScanOnlyJobFiles()
      Returns whether to only process jobfiles in the input folder
      Returns:
      Whether to only process jobfiles in the input folder
    • setScanOnlyJobFiles

      public void setScanOnlyJobFiles(boolean scanOnlyJobFiles)
      Sets whether to only process jobfiles in the input folder
      Parameters:
      scanOnlyJobFiles - Whether to only process jobfiles in the input folder
    • getfI_XpathToIPTC1

      public String getfI_XpathToIPTC1()
      Special CCI / Funkinform option. Requires special license
    • setfI_XpathToIPTC1

      public void setfI_XpathToIPTC1(String fI_XpathToIPTC1)
      Special CCI / Funkinform option. Requires special license
    • getfI_recIPTC1

      public String getfI_recIPTC1()
      Special CCI / Funkinform option. Requires special license
    • setfI_recIPTC1

      public void setfI_recIPTC1(String fI_recIPTC1)
      Special CCI / Funkinform option. Requires special license
    • getfI_datIPTC1

      public String getfI_datIPTC1()
      Special CCI / Funkinformoption. Requires special license
    • setfI_datIPTC1

      public void setfI_datIPTC1(String fI_datIPTC1)
      Special CCI / Funkinform option. Requires special license
    • getfI_XpathToIPTC2

      public String getfI_XpathToIPTC2()
      Special CCI / Funkinform option. Requires special license
    • setfI_XpathToIPTC2

      public void setfI_XpathToIPTC2(String fI_XpathToIPTC2)
      Special CCI / Funkinform option. Requires special license
    • getfI_recIPTC2

      public String getfI_recIPTC2()
      Special CCI / Funkinform option. Requires special license
    • setfI_recIPTC2

      public void setfI_recIPTC2(String fI_recIPTC2)
      Special CCI / Funkinform option. Requires special license
    • getfI_datIPTC2

      public String getfI_datIPTC2()
      Special CCI / Funkinform option. Requires special license
    • setfI_datIPTC2

      public void setfI_datIPTC2(String fI_datIPTC2)
      Special CCI / Funkinform option. Requires special license
    • getfI_XpathToIPTC3

      public String getfI_XpathToIPTC3()
      Special CCI / Funkinform option. Requires special license
    • setfI_XpathToIPTC3

      public void setfI_XpathToIPTC3(String fI_XpathToIPTC3)
      Special CCI / Funkinform option. Requires special license
    • getfI_recIPTC3

      public String getfI_recIPTC3()
      Special CCI / Funkinform option. Requires special license
    • setfI_recIPTC3

      public void setfI_recIPTC3(String fI_recIPTC3)
      Special CCI / Funkinform option. Requires special license
    • getfI_datIPTC3

      public String getfI_datIPTC3()
      Special CCI / Funkinform option. Requires special license
    • setfI_datIPTC3

      public void setfI_datIPTC3(String fI_datIPTC3)
      Special CCI / Funkinform option. Requires special license
    • getfI_XpathToIPTC4

      public String getfI_XpathToIPTC4()
      Special CCI / Funkinform option. Requires special license
    • setfI_XpathToIPTC4

      public void setfI_XpathToIPTC4(String fI_XpathToIPTC4)
      Special CCI / Funkinform option. Requires special license
    • getfI_recIPTC4

      public String getfI_recIPTC4()
      Special CCI / Funkinform option. Requires special license
    • setfI_recIPTC4

      public void setfI_recIPTC4(String fI_recIPTC4)
      Special CCI / Funkinform option. Requires special license
    • getfI_datIPTC4

      public String getfI_datIPTC4()
      Special CCI / Funkinform option. Requires special license
    • setfI_datIPTC4

      public void setfI_datIPTC4(String fI_datIPTC4)
      Special CCI / Funkinform option. Requires special license
    • getfI_XpathToIPTC5

      public String getfI_XpathToIPTC5()
      Special CCI / Funkinform option. Requires special license
    • setfI_XpathToIPTC5

      public void setfI_XpathToIPTC5(String fI_XpathToIPTC5)
      Special CCI / Funkinform option. Requires special license
    • getfI_recIPTC5

      public String getfI_recIPTC5()
      Special CCI / Funkinform option. Requires special license
    • setfI_recIPTC5

      public void setfI_recIPTC5(String fI_recIPTC5)
      Special CCI / Funkinform option. Requires special license
    • getfI_datIPTC5

      public String getfI_datIPTC5()
      Special CCI / Funkinform option. Requires special license
    • setfI_datIPTC5

      public void setfI_datIPTC5(String fI_datIPTC5)
      Special CCI / Funkinform option. Requires special license
    • getfI_XpathToIPTC6

      public String getfI_XpathToIPTC6()
      Special CCI / Funkinform option. Requires special license
    • setfI_XpathToIPTC6

      public void setfI_XpathToIPTC6(String fI_XpathToIPTC6)
      Special CCI / Funkinform option. Requires special license
    • getfI_recIPTC6

      public String getfI_recIPTC6()
      Special CCI / Funkinform option. Requires special license
    • setfI_recIPTC6

      public void setfI_recIPTC6(String fI_recIPTC6)
      Special CCI / Funkinform option. Requires special license
    • getfI_datIPTC6

      public String getfI_datIPTC6()
      Special CCI / Funkinform option. Requires special license
    • setfI_datIPTC6

      public void setfI_datIPTC6(String fI_datIPTC6)
      Special CCI / Funkinform option. Requires special license
    • isfI_NewsgateGE3

      public boolean isfI_NewsgateGE3()
      Special CCI / Funkinform option. Requires special license
    • setfI_NewsgateGE3

      public void setfI_NewsgateGE3(boolean fI_NewsgateGE3)
      Special CCI / Funkinform option. Requires special license
    • isCombineJobIPTCWithImageIPTCForRouting

      public boolean isCombineJobIPTCWithImageIPTCForRouting()
      Returns whether to route IPTC both on IPTC from xpath/jobfile and IPTC from Image
      Returns:
      Whether to route IPTC both on IPTC from xpath/jobfile and IPTC from Image
    • setCombineJobIPTCWithImageIPTCForRouting

      public void setCombineJobIPTCWithImageIPTCForRouting(boolean combineJobIPTCWithImageIPTCForRouting)
      Sets whether to route IPTC both on IPTC from xpath/jobfile and IPTC from Image
      Parameters:
      combineJobIPTCWithImageIPTCForRouting - Whether to route IPTC both on IPTC from xpath/jobfile and IPTC from Image
    • getfI_CopyXSLT_Folder

      public String getfI_CopyXSLT_Folder()
      Special CCI / Funkinform option. Requires special license
    • setfI_CopyXSLT_Folder

      public void setfI_CopyXSLT_Folder(String fI_CopyXSLT_Folder)
      Special CCI / Funkinform option. Requires special license
    • getfI_XSLT_StyleSheet

      public String getfI_XSLT_StyleSheet()
      Special CCI / Funkinform option. Requires special license
    • setfI_XSLT_StyleSheet

      public void setfI_XSLT_StyleSheet(String fI_XSLT_StyleSheet)
      Special CCI / Funkinform option. Requires special license
    • isfI_XSLT_StyleSheetActive

      public boolean isfI_XSLT_StyleSheetActive()
      Special CCI / Funkinform option. Requires special license
    • setfI_XSLT_StyleSheetActive

      public void setfI_XSLT_StyleSheetActive(boolean fI_XSLT_StyleSheetActive)
      Special CCI / Funkinform option. Requires special license
    • isfI_IgnoreSizeConvertActive

      public boolean isfI_IgnoreSizeConvertActive()
      Special CCI / Funkinform option. Requires special license
    • setfI_IgnoreSizeConvertActive

      public void setfI_IgnoreSizeConvertActive(boolean fI_IgnoreSizeConvertActive)
      Special CCI / Funkinform option. Requires special license
    • isfI_UseNameInJobActive

      public boolean isfI_UseNameInJobActive()
      Special CCI / Funkinform option. Requires special license
    • setfI_UseNameInJobActive

      public void setfI_UseNameInJobActive(boolean fI_UseNameInJobActive)
      Special CCI / Funkinform option. Requires special license
    • isDeleteSkippedFiles

      public boolean isDeleteSkippedFiles()
      Returns whether to delete files which are skipped
      Returns:
      Whether to delete files which are skipped
    • setDeleteSkippedFiles

      public void setDeleteSkippedFiles(boolean deleteSkippedFiles)
      Sets whether to delete files which are skipped
      Parameters:
      deleteSkippedFiles - Whether to delete files which are skipped
    • isChannelForJobClientActive

      public boolean isChannelForJobClientActive()
      Returns whether this channel is visible in JobClient
      Returns:
      Whether this channel is visible in JobClient
    • setChannelForJobClientActive

      public void setChannelForJobClientActive(boolean channelForJobClientActive)
      Sets whether this channel is visible in JobClient
      Parameters:
      channelForJobClientActive - Whether this channel is visible in JobClient
    • getIPTC_CharacterSet

      public String getIPTC_CharacterSet()
      Returns the characterset used for IPTC decoding if the decoding can not be determined from the IPTC itself
      Returns:
      The characterset used for IPTC decoding
    • setIPTC_CharacterSet

      public void setIPTC_CharacterSet(String iPTC_CharacterSet)
      Sets the characterset used for IPTC decoding if the decoding can not be determined from the IPTC itself
      Parameters:
      iPTC_CharacterSet - The characterset used for IPTC decoding
    • isMoveSkippedFiles

      public boolean isMoveSkippedFiles()
      Returns whether to move skipped files to the bad folder
      Returns:
      Whether to move skipped files to the bad folder
    • setMoveSkippedFiles

      public void setMoveSkippedFiles(boolean moveSkippedFiles)
      Sets whether to move skipped files to the bad folder
      Parameters:
      moveSkippedFiles - Whether to move skipped files to the bad folder
    • getAssumedICCProfForGRAYWithoutProf

      public String getAssumedICCProfForGRAYWithoutProf()
      Returns the ICC profile used for grayscale images without embedded profile
      Returns:
      The ICC profile used for grayscale images without embedded profile
    • setAssumedICCProfForGRAYWithoutProf

      public void setAssumedICCProfForGRAYWithoutProf(String assumedICCProfForGRAYWithoutProf)
      Sets the ICC profile used for grayscale images without embedded profile
      Parameters:
      assumedICCProfForGRAYWithoutProf - The ICC profile used for grayscale images without embedded profile
    • isDontProcessGrayInPdf

      public boolean isDontProcessGrayInPdf()
      Returns whether to process grayscale images in PDF
      Returns:
      Whether to process grayscale images in PDF
    • setDontProcessGrayInPdf

      public void setDontProcessGrayInPdf(boolean dontProcessGrayInPdf)
      Sets whether to process grayscale images in PDF
      Parameters:
      dontProcessGrayInPdf - Whether to process grayscale images in PDF
    • isInputPdfdontProcessXmp

      public boolean isInputPdfdontProcessXmp()
      Whether images in PDF should be skipped based on values in XMP fields
      Returns:
      Whether images in PDF should be skipped based on values in XMP fields
    • setInputPdfdontProcessXmp

      public void setInputPdfdontProcessXmp(boolean inputPdfdontProcessXmp)
      Sets whether images in PDF should be skipped based on values in XMP fields
      Parameters:
      inputPdfdontProcessXmp - Whether images in PDF should be skipped based on values in XMP fields
    • getInputPdfSkipOrProcessXmp

      public int getInputPdfSkipOrProcessXmp()
      Whether to skip (0) or process (1) images in PDF which comply to the XMP condition
      Returns:
      Whether to skip (0) or process (1) images in PDF which comply to the XMP condition
    • setInputPdfSkipOrProcessXmp

      public void setInputPdfSkipOrProcessXmp(int inputPdfSkipOrProcessXmp)
      Set whether to skip (0) or process (1) images in PDF which comply to the XMP condition
      Parameters:
      inputPdfSkipOrProcessXmp - Whether to skip (0) or process (1) images in PDF which comply to the XMP condition
    • getInputPdf_XMPType

      public int getInputPdf_XMPType()
      Returns the type of XMP structure the PDF XMP skip feature should use 0=Simple 1=Struct 2=Array 3=Array element
      Returns:
      The type of XMP structure the PDF XMP skip feature should use
    • setInputPdf_XMPType

      public void setInputPdf_XMPType(int inputPdf_XMPType)
      Sets the type of XMP structure the PDF XMP skip feature should use 0=Simple 1=Struct 2=Array 3=Array element
      Parameters:
      inputPdf_XMPType - he type of XMP structure the PDF XMP skip feature should use
    • getInputPdf_XMPPrefix

      public String getInputPdf_XMPPrefix()
      Returns the XMP prefix field value for the PDF XMP skip feature
      Returns:
      The XMP prefix field value
      See Also:
      Elpical elearning
    • setInputPdf_XMPPrefix

      public void setInputPdf_XMPPrefix(String inputPdf_XMPPrefix)
      Sets the XMP prefix field value for the PDF XMP skip feature
      Parameters:
      inputPdf_XMPPrefix - The XMP prefix field value
      See Also:
      Elpical elearning
    • getInputPdf_XMPField

      public String getInputPdf_XMPField()
      Returns the XMP condition field value for the PDF XMP skip feature
      Returns:
      The XMP condition field value
      See Also:
      Elpical elearning
    • setInputPdf_XMPField

      public void setInputPdf_XMPField(String inputPdf_XMPField)
      Sets the XMP condition field value for the PDF XMP skip feature
      Parameters:
      inputPdf_XMPField - The XMP condition field value for the PDF XMP skip feature
      See Also:
      Elpical elearning
    • getInputPdf_XMPArrayEl

      public int getInputPdf_XMPArrayEl()
      Return which XMP Array element to use in the condition for the PDF XMP skip feature
      Returns:
      Which XMP Array element to use in the condition for the PDF XMP skip feature
      See Also:
      Elpical elearning
    • setInputPdf_XMPArrayEl

      public void setInputPdf_XMPArrayEl(int inputPdf_XMPArrayEl)
      Sets which XMP Array element to use in the condition for the PDF XMP skip feature
      Parameters:
      inputPdf_XMPArrayEl - Which XMP Array element to use in the condition for the PDF XMP skip feature
      See Also:
      Elpical elearning
    • getInputPdf_XMPPrefixStruct

      public String getInputPdf_XMPPrefixStruct()
      Returns the value of the XMP prefix structure Field for the PDF XMP skip feature
      Returns:
      The value of the XMP prefix structure Field for the PDF XMP skip feature
      See Also:
      Elpical elearning
    • setInputPdf_XMPPrefixStruct

      public void setInputPdf_XMPPrefixStruct(String inputPdf_XMPPrefixStruct)
      Sets the value of the XMP prefix structure Field for the PDF XMP skip feature
      Parameters:
      inputPdf_XMPPrefixStruct - The value of the XMP prefix structure Field for the PDF XMP skip feature
      See Also:
      Elpical elearning
    • getInputPdf_XMPFieldStruct

      public String getInputPdf_XMPFieldStruct()
      Returns the value of the XMP structure Field for the PDF XMP skip feature
      Returns:
      The value of the XMP structure Field for the PDF XMP skip feature
      See Also:
      Elpical elearning
    • setInputPdf_XMPFieldStruct

      public void setInputPdf_XMPFieldStruct(String inputPdf_XMPFieldStruct)
      Sets the value of the XMP structure Field for the PDF XMP skip feature
      Parameters:
      inputPdf_XMPFieldStruct - The value of the XMP structure Field for the PDF XMP skip feature
      See Also:
      Elpical elearning
    • getInputPdf_XMPFieldComparator

      public int getInputPdf_XMPFieldComparator()
      Returns the comparator used in the XMP condition for the PDF XMP skip feature 0= contains 1= equals 2= smaller than or equals 3= bigger than or equals 4= smaller than 5= bigger than 6= NOT equals
      Returns:
      The comparator used in the XMP condition for the PDF XMP skip feature
      See Also:
      Elpical elearning
    • setInputPdf_XMPFieldComparator

      public void setInputPdf_XMPFieldComparator(int inputPdf_XMPFieldComparator)
      Sets the comparator used in the XMP condition for the PDF XMP skip feature 0= contains 1= equals 2= smaller than or equals 3= bigger than or equals 4= smaller than 5= bigger than 6= NOT equals
      Parameters:
      inputPdf_XMPFieldComparator - The comparator used in the XMP condition for the PDF XMP skip feature
      See Also:
      Elpical elearning
    • getInputPdf_XMPFieldContains

      public String getInputPdf_XMPFieldContains()
      Returns the value for the XMP contains field for the PDF XMP skip feature
      Returns:
      The value for the XMP contains field for the PDF XMP skip feature
      See Also:
      Elpical elearning
    • setInputPdf_XMPFieldContains

      public void setInputPdf_XMPFieldContains(String inputPdf_XMPFieldContains)
      Sets the value for the XMP contains field for the PDF XMP skip feature
      Parameters:
      inputPdf_XMPFieldContains - The value for the XMP contains field for the PDF XMP skip feature
      See Also:
      Elpical elearning
    • isOverWriteRoutingDestinationFile

      public boolean isOverWriteRoutingDestinationFile()
      Returns whether to wait 60 seconds before overwriting a file in a channel when routing or just overwrite
      Returns:
      Whether to wait 60 seconds before overwriting a file in a channel when routing or just overwrite
    • setOverWriteRoutingDestinationFile

      public void setOverWriteRoutingDestinationFile(boolean overWriteRoutingDestinationFile)
      Sets whether to wait 60 seconds before overwriting a file in a channel when routing or just overwrite
      Parameters:
      overWriteRoutingDestinationFile - Whether to wait 60 seconds before overwriting a file in a channel when routing or just overwrite
    • getRunScheduleType

      public int getRunScheduleType()
    • setRunScheduleType

      public void setRunScheduleType(int runScheduleType)
    • getRunScheduleParm1

      public int getRunScheduleParm1()
    • setRunScheduleParm1

      public void setRunScheduleParm1(int runScheduleParm1)
    • getRunScheduleParm2

      public int getRunScheduleParm2()
    • setRunScheduleParm2

      public void setRunScheduleParm2(int runScheduleParm2)
    • save

      public void save(Preferences pref)
      Deprecated.
      Parameters:
      pref -
    • save

      public void save(com.elpical.jclaro.database.entities.ClaroChannel aClaroChannel)
    • getfI_BackupJobFolder

      public String getfI_BackupJobFolder()
      Special CCI / Funkinform option. Requires special license
    • setfI_BackupJobFolder

      public void setfI_BackupJobFolder(String fI_BackupJobFolder)
      Special CCI / Funkinform option. Requires special license
    • isfI_BackupJobFolderActive

      public boolean isfI_BackupJobFolderActive()
      Special CCI / Funkinform option. Requires special license
    • setfI_BackupJobFolderActive

      public void setfI_BackupJobFolderActive(boolean fI_BackupJobFolderActive)
      Special CCI / Funkinform option. Requires special license
    • getfI_BackupImageFolder

      public String getfI_BackupImageFolder()
      Special CCI / Funkinform option. Requires special license
    • setfI_BackupImageFolder

      public void setfI_BackupImageFolder(String fI_BackupImageFolder)
      Special CCI / Funkinform option. Requires special license
    • isfI_BackupImageFolderActive

      public boolean isfI_BackupImageFolderActive()
      Special CCI / Funkinform option. Requires special license
    • setfI_BackupImageFolderActive

      public void setfI_BackupImageFolderActive(boolean fI_BackupImageFolderActive)
      Special CCI / Funkinform option. Requires special license