Class Condition

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

public class Condition extends Object
Condition class used for settings in a RoutingChannel. Holds information about conditions on which to route images.
See Also:
Elpical elearning
  • Constructor Details

    • Condition

      public Condition()
      Empty constructor for Condition. No values are set.
  • Method Details

    • getId

      public int getId()
      Returns the id of the Condition
      Returns:
      the id of the Condition
    • setId

      public void setId(int id)
      Sets the id of the Condition
      Parameters:
      id - The id of the Condition
    • isIf_IPTCFieldActive

      public boolean isIf_IPTCFieldActive()
      Returns whether a condition on IPTC field is active
      Returns:
      Whether a condition on IPTC field is active
    • setIf_IPTCFieldActive

      public void setIf_IPTCFieldActive(boolean if_IPTCFieldActive)
    • isIf_XMPFieldActive

      public boolean isIf_XMPFieldActive()
      Returns whether a condition on XMP field is active
      Returns:
      Whether a condition on XMP field is active
    • setIf_XMPFieldActive

      public void setIf_XMPFieldActive(boolean if_XMPFieldActive)
    • isIf_ImageColorSpaceActive

      public boolean isIf_ImageColorSpaceActive()
      Returns whether a condition on ColorSpace field is active
      Returns:
      Whether a condition on ColorSpace field is active
    • setIf_ImageColorSpaceActive

      public void setIf_ImageColorSpaceActive(boolean if_ImageColorSpaceActive)
    • getIf_ImageColorSpace

      public int getIf_ImageColorSpace()
      Returns comparator used in ColorSpace condition: If_ImageColorSpace_RGB = 0; If_ImageColorSpace_Grayscale = 1; If_ImageColorSpace_CMYK = 2; If_ImageColorSpace_BITMAP = 3; If_ImageColorSpace_LAB = 4; If_ImageColorSpace_UNKNOWN_EPS = 5; If_ImageColorSpace_BITMAP_RGB = 6; If_ImageColorSpace_BITMAP_BW = 7; If_ImageColorSpace_INDEXED = 8;
      Returns:
      The comparator used in ColorSpace condition
    • setIf_ImageColorSpace

      public void setIf_ImageColorSpace(int if_ImageColorSpace)
      Sets comparator used in ColorSpace condition: If_ImageColorSpace_RGB = 0; If_ImageColorSpace_Grayscale = 1; If_ImageColorSpace_CMYK = 2; If_ImageColorSpace_BITMAP = 3; If_ImageColorSpace_LAB = 4; If_ImageColorSpace_UNKNOWN_EPS = 5; If_ImageColorSpace_BITMAP_RGB = 6; If_ImageColorSpace_BITMAP_BW = 7; If_ImageColorSpace_INDEXED = 8;
      Parameters:
      if_ImageColorSpace - The comparator to be used in the condition
    • getIf_ImageHasEmbeddedProfActive

      public boolean getIf_ImageHasEmbeddedProfActive()
      Returns whether a condition on HasEmbeddedIccProfile field is active
      Returns:
      Whether a condition on HasEmbeddedIccProfile field is active
    • setIf_ImageHasEmbeddedProfActive

      public void setIf_ImageHasEmbeddedProfActive(boolean if_ImageHasEmbeddedProfActive)
      Sets whether a condition on HasEmbeddedIccProfile field is active
      Parameters:
      if_ImageHasEmbeddedProfActive - Whether a condition on HasEmbeddedIccProfile field is active
    • isIf_FileNameContainsActive

      public boolean isIf_FileNameContainsActive()
      Returns whether a condition on FileName contains field is active
      Returns:
      Whether a condition on FileName contains field is active
    • setIf_FileNameContainsActive

      public void setIf_FileNameContainsActive(boolean if_FileNameContainsActive)
      Sets whether a condition on FileName contains field is active
      Parameters:
      if_FileNameContainsActive - Whether a condition on FileName contains field is active
    • isIf_FileNameExtensionActive

      public boolean isIf_FileNameExtensionActive()
      Returns whether a condition on FileName extension field is active
      Returns:
      Whether a condition on FileName extension field is active
    • setIf_FileNameExtensionActive

      public void setIf_FileNameExtensionActive(boolean if_FileNameExtensionActive)
      Sets whether a condition on FileName extension field is active
      Parameters:
      if_FileNameExtensionActive - Whether a condition on FileName extension field is active
    • isIf_FileNameExtensionUseRE

      public boolean isIf_FileNameExtensionUseRE()
      Returns whether a condition on FileName equals ignoring case field is active
      Returns:
      Whether a condition on FileName equals ignoring case field is active
    • setIf_FileNameExtensionUseRE

      public void setIf_FileNameExtensionUseRE(boolean if_FileNameExtensionUseRE)
      Sets whether a condition on FileName equals ignoring case field is active
      Parameters:
      if_FileNameExtensionUseRE - Whether a condition on FileName equals ignoring case field is active
    • isIf_FileFormatActive

      public boolean isIf_FileFormatActive()
      Returns whether a condition on File Format field is active
      Returns:
      Whether a condition on File Format field is active
    • setIf_FileFormatActive

      public void setIf_FileFormatActive(boolean if_FileFormatActive)
      Sets whether a condition on File Format field is active
      Parameters:
      if_FileFormatActive - Whether a condition on File Format field is active
    • getIf_FileFormat

      public int getIf_FileFormat()
      Returns comparator used in File Format condition: JPEG=1 EPS=2 EPS with preview=3 PSD=4 TIFF=5 GIF=6 PNG=7 BMP=8 PCX=9 RTF=10 MSWORD=11 TXT=12 HTML=13 SVG=14 MERGE=15 PDF=16 TNEF (transport neutral)=17 ZIP=18 RAW=19 DOCX=20 Illustrator=21 Freehand22 XML=23 EML=24 Multimedia=25 ODF=26 InDesign map=27 InDesign IDML=28
      Returns:
      Comparator used in File Format condition
    • setIf_FileFormat

      public void setIf_FileFormat(int if_FileFormat)
      Sets comparator used in File Format condition: JPEG=1 EPS=2 EPS with preview=3 PSD=4 TIFF=5 GIF=6 PNG=7 BMP=8 PCX=9 RTF=10 MSWORD=11 TXT=12 HTML=13 SVG=14 MERGE=15 PDF=16 TNEF (transport neutral)=17 ZIP=18 RAW=19 DOCX=20 Illustrator=21 Freehand22 XML=23 EML=24 Multimedia=25 ODF=26 InDesign map=27 InDesign IDML=28
      Parameters:
      if_FileFormat - Comparator used in File Format condition
    • isIf_JobFileBWconversionActive

      public boolean isIf_JobFileBWconversionActive()
      Returns whether a condition on BlackWhite conversion in a jobfile field is active
      Returns:
      Whether a condition on BlackWhite conversion in a jobfile field is active
    • setIf_JobFileBWconversionActive

      public void setIf_JobFileBWconversionActive(boolean if_JobFileBWconversionActive)
      Sets whether a condition on BlackWhite conversion in a jobfile field is active
      Parameters:
      if_JobFileBWconversionActive - Whether a condition on BlackWhite conversion in a jobfile field is active
    • isIf_JobFileContainsActive

      public boolean isIf_JobFileContainsActive()
      Returns whether a condition on JobFile contains field is active. Check is done on one of the configurable fields: CropWidth, CropHeight, FrameWidth", FrameHeight
      Returns:
      Whether a condition on JobFile contains field is active
    • setIf_JobFileContainsActive

      public void setIf_JobFileContainsActive(boolean if_JobFileContainsActive)
      Sets whether a condition on JobFile contains field is active
      Parameters:
      if_JobFileContainsActive - Whether a condition on JobFile contains field is active
    • getIf_JobFileContains

      public int getIf_JobFileContains()
      Returns which field in the jobfile to check on: CropWidth=0 CropHeight=1 FrameWidth=2 FrameHeight=3
      Returns:
      Which field in the jobfile to check on
    • setIf_JobFileContains

      public void setIf_JobFileContains(int if_JobFileContains)
      Sets which field in the jobfile to check on: CropWidth=0 CropHeight=1 FrameWidth=2 FrameHeight=3
      Parameters:
      if_JobFileContains - Which field in the jobfile to check on
    • getIf_JobFileContainsComparator

      public int getIf_JobFileContainsComparator()
      Returns comparator used in JobFile contains condition: 0 contains 1 equals 2 smaller than or equals 3 smaller than 4 bigger than or equals 5 bigger than 6 NOT equals
      Returns:
      Comparator used in JobFile contains condition
    • setIf_JobFileContainsComparator

      public void setIf_JobFileContainsComparator(int if_JobFileContainsComparator)
      Sets comparator used in JobFile contains condition: 0 contains 1 equals 2 smaller than or equals 3 smaller than 4 bigger than or equals 5 bigger than 6 NOT equals 7 Regular Expression
      Parameters:
      if_JobFileContainsComparator - Comparator used in JobFile contains condition
    • getIf_JobFileContainsField

      public String getIf_JobFileContainsField()
      The value field for JobFile contains
      Returns:
      The value on which is checked
    • setIf_JobFileContainsField

      public void setIf_JobFileContainsField(String if_JobFileContainsField)
      The value field for JobFile contains
      Parameters:
      if_JobFileContainsField - The value on which is checked
    • isIf_FileSizeBiggerActive

      public boolean isIf_FileSizeBiggerActive()
      Returns whether the FileSize bigger than field is active
      Returns:
      Whether the FileSize bigger than field is active
    • setIf_FileSizeBiggerActive

      public void setIf_FileSizeBiggerActive(boolean if_FileSizeBiggerActive)
      Set whether the FileSize bigger than field is active
      Parameters:
      if_FileSizeBiggerActive - Whether the FileSize bigger than field is active
    • isIf_CCI_FatherProductActive

      public boolean isIf_CCI_FatherProductActive()
    • setIf_CCI_FatherProductActive

      public void setIf_CCI_FatherProductActive(boolean if_CCI_FatherProductActive)
    • isIf_ImageOrientationActive

      public boolean isIf_ImageOrientationActive()
      Returns whether the ImageOrientation condition field is active
      Returns:
      Whether the ImageOrientation condition field is active
    • setIf_ImageOrientationActive

      public void setIf_ImageOrientationActive(boolean if_ImageOrientationActive)
      Sets whether the ImageOrientation condition field is active
      Parameters:
      if_ImageOrientationActive - Whether the ImageOrientation condition field is active
    • isIf_ImageHasMultipleLayers

      public boolean isIf_ImageHasMultipleLayers()
      If true a check is done if the image has multiple layers
    • setIf_ImageHasMultipleLayers

      public void setIf_ImageHasMultipleLayers(boolean if_ImageHasMultipleLayers)
      If set to true a check is done on the image if it has multiple layers
    • isThenTo_ChannelActive

      public boolean isThenTo_ChannelActive()
      Returns whether the send to Channel selection field is active for a valid condition
      Returns:
      Whether the send to Channel selection field is active for a valid condition
    • setThenTo_ChannelActive

      public void setThenTo_ChannelActive(boolean thenTo_ChannelActive)
      Sets whether the send to Channel selection field is active for a valid condition
      Parameters:
      thenTo_ChannelActive - Whether the send to Channel selection field is active for a valid condition
    • getThenTo_Channel

      public String getThenTo_Channel()
      Returns the selected Channel where to send the file to if the condition is valid and thenToChannel is active
      Returns:
      The selected Channel where to send the file to if the condition is valid and thenToChannel is active
      See Also:
      thenTo_ChannelActive
    • setThenTo_Channel

      public void setThenTo_Channel(String thenTo_Channel)
      Sets the selected Channel where to send the file to if the condition is valid and thenToChannel is active
      Parameters:
      thenTo_Channel - The selected Channel where to send the file to if the condition is valid and thenToChannel is active
      See Also:
      thenTo_ChannelActive
    • isThenTo_DiskFolderActive

      public boolean isThenTo_DiskFolderActive()
      Returns whether the send to Disk Folder selection field is active for a valid condition
      Returns:
      Whether the send to Disk Folder selection field is active for a valid condition
    • setThenTo_DiskFolderActive

      public void setThenTo_DiskFolderActive(boolean thenTo_DiskFolderActive)
      Sets whether the send to Disk Folder selection field is active for a valid condition
      Parameters:
      thenTo_DiskFolderActive - Whether the send to Disk Folder selection field is active for a valid condition
    • isThenTo_UseSubFolders

      public boolean isThenTo_UseSubFolders()
      Returns whether to re-create the same sub-folder structure as the file was in as in the input folder when using disk folder destination
      Returns:
      Whether to re-create the same sub-folder structure as the file was in as in the input folder when using disk folder destination
      See Also:
      isThenTo_DiskFolderActive()
    • setThenTo_UseSubFolders

      public void setThenTo_UseSubFolders(boolean thenTo_UseSubFolders)
      Sets whether to re-create the same sub-folder structure as the file was in as in the input folder when using disk folder destination
      Parameters:
      thenTo_UseSubFolders - Whether to re-create the same sub-folder structure as the file was in as in the input folder when using disk folder destination
      See Also:
      isThenTo_DiskFolderActive()
    • isThenTo_FTPActive

      public boolean isThenTo_FTPActive()
      Returns whether the send to FTP selection field is active for a valid condition
      Returns:
      Whether the send to FTP selection field is active for a valid condition
    • setThenTo_FTPActive

      public void setThenTo_FTPActive(boolean thenTo_FTPActive)
      Sets whether the send to FTP selection field is active for a valid condition
      Parameters:
      thenTo_FTPActive - Whether the send to FTP selection field is active for a valid condition
    • isThenTo_EmailActive

      public boolean isThenTo_EmailActive()
      Returns whether the send to Email selection field is active for a valid condition
      Returns:
      Whether the send to Email selection field is active for a valid condition
    • setThenTo_EmailActive

      public void setThenTo_EmailActive(boolean thenTo_EmailActive)
      Sets whether the send to Email selection field is active for a valid condition
      Parameters:
      thenTo_EmailActive - Whether the send to Email selection field is active for a valid condition
    • getIptcRecordNo

      public int getIptcRecordNo()
      Return the number of the IPTC record number from the IPTC condition check
      Returns:
      The number of the IPTC record number from the IPTC condition check
    • setIptcRecordNo

      public void setIptcRecordNo(int iptcRecordNo)
      Sets the number of the IPTC record number from the IPTC condition check
      Parameters:
      iptcRecordNo - The number of the IPTC record number from the IPTC condition check
    • getIptcDataSetNo

      public int getIptcDataSetNo()
      Returns the number of the IPTC dataset number from the IPTC condition check
      Returns:
      the number of the IPTC dataset number from the IPTC condition check
    • setIptcDataSetNo

      public void setIptcDataSetNo(int iptcDataSetNo)
      Sets the number of the IPTC dataset number from the IPTC condition check
      Parameters:
      iptcDataSetNo - The number of the IPTC dataset number from the IPTC condition check
    • getIptcContains

      public String getIptcContains()
      Returns the value on which the IPTC condition is checked
      Returns:
      The value on which the IPTC condition is checked
    • setIptcContains

      public void setIptcContains(String iptcContains)
      Sets the value on which the IPTC condition is checked
      Parameters:
      iptcContains - The value on which the IPTC condition is checked
    • getIptcFieldComperator

      public int getIptcFieldComperator()
      Returns comparator used in IPTC condition: 0 contains 1 equals 2 smaller than or equals 3 smaller than 4 bigger than or equals 5 bigger than 6 NOT equals
    • setIptcFieldComperator

      public void setIptcFieldComperator(int iptcFieldComperator)
      Sets comparator used in IPTC condition: 0 contains 1 equals 2 smaller than or equals 3 smaller than 4 bigger than or equals 5 bigger than 6 NOT equals
      Parameters:
      iptcFieldComperator - Comparator used in IPTC condition
    • getIf_XMPType

      public int getIf_XMPType()
      Returns the type of XMP field used in the condition 0=Simple 1=Struct 2=Array 3=Array Element
      Returns:
      The type of XMP field used in the condition
      See Also:
      Elpical elearning
    • setIf_XMPType

      public void setIf_XMPType(int if_XMPType)
      Sets the type of XMP field used in the condition 0=Simple 1=Struct 2=Array 3=Array Element
      Parameters:
      if_XMPType - The type of XMP field used in the condition
      See Also:
      Elpical elearning
    • getIf_XMPPrefix

      public String getIf_XMPPrefix()
      Returns the XMP prefix field value
      Returns:
      The XMP prefix field value
      See Also:
      Elpical elearning
    • setIf_XMPPrefix

      public void setIf_XMPPrefix(String if_XMPPrefix)
      Sets the XMP prefix field value
      Parameters:
      if_XMPPrefix - The XMP prefix field value
      See Also:
      Elpical elearning
    • getIf_XMPField

      public String getIf_XMPField()
      Returns the XMP condition field value
      Returns:
      The XMP condition field value
      See Also:
      Elpical elearning
    • setIf_XMPField

      public void setIf_XMPField(String if_XMPField)
      Sets the XMP condition field value
      Parameters:
      if_XMPField - The XMP condition field value
      See Also:
      Elpical elearning
    • getIf_XMPArrayEl

      public int getIf_XMPArrayEl()
      Return which XMP Array element to use in the condition
      Returns:
      Which XMP Array element to use in the condition
      See Also:
      getIf_XMPType(), Elpical elearning
    • setIf_XMPArrayEl

      public void setIf_XMPArrayEl(int if_XMPArrayEl)
      Sets which XMP Array element to use in the condition
      Parameters:
      if_XMPArrayEl - Which XMP Array element to use in the condition
      See Also:
      getIf_XMPType(), Elpical elearning
    • getIf_XMPPrefixStruct

      public String getIf_XMPPrefixStruct()
      Returns the value of the XMP prefix structure Field
      Returns:
      The value of the XMP prefix structure Field
      See Also:
      Elpical elearning
    • setIf_XMPPrefixStruct

      public void setIf_XMPPrefixStruct(String if_XMPPrefixStruct)
      Sets the value of the XMP prefix structure Field
      Parameters:
      if_XMPPrefixStruct - The value of the XMP prefix structure Field
      See Also:
      Elpical elearning
    • getIf_XMPFieldStruct

      public String getIf_XMPFieldStruct()
      Returns the value of the XMP structure Field
      Returns:
      The value of the XMP structure Field
      See Also:
      Elpical elearning
    • setIf_XMPFieldStruct

      public void setIf_XMPFieldStruct(String if_XMPFieldStruct)
      Sets the value of the XMP structure Field
      Parameters:
      if_XMPFieldStruct - The value of the XMP structure Field
      See Also:
      Elpical elearning
    • getIf_XMPFieldComparator

      public int getIf_XMPFieldComparator()
      Returns the comparator used in the XMP condition 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
    • setIf_XMPFieldComparator

      public void setIf_XMPFieldComparator(int if_XMPFieldComparator)
      Sets the comparator used in the XMP condition 0= contains 1= equals 2= smaller than or equals 3= bigger than or equals 4= smaller than 5= bigger than 6= NOT equals
      Parameters:
      if_XMPFieldComparator - The comparator used in the XMP condition
    • getIf_XMPFieldContains

      public String getIf_XMPFieldContains()
      Returns the value for the XMP contains field
      Returns:
      The value for the XMP contains field
    • setIf_XMPFieldContains

      public void setIf_XMPFieldContains(String if_XMPFieldContains)
      Sets the value for the XMP contains field
      Parameters:
      if_XMPFieldContains - The value for the XMP contains field
    • getIf_ExifTag

      public int getIf_ExifTag()
      Returns the EXIF tag used in the Condition
      Returns:
      The EXIF tag used in the Condition
    • setIf_ExifTag

      public void setIf_ExifTag(int if_ExifTag)
      Sets the EXIF tag used in the Condition
      Parameters:
      if_ExifTag - The EXIF tag used in the Condition
    • getIf_ExifContent

      public String getIf_ExifContent()
      Returns the EXIF value used in the condition
      Returns:
      The EXIF value used in the condition
    • setIf_ExifContent

      public void setIf_ExifContent(String if_ExifContent)
      Sets the EXIF value used in the condition
      Parameters:
      if_ExifContent - The EXIF value used in the condition
    • getIf_ExifComparator

      public int getIf_ExifComparator()
      Return the comparator used in the EXIF condition Contains = 0 Equal = 1 SmallerOrEqual = 2 Smaller = 3 GreaterOrEqual = 4 Greater = 5 Inequal = 6 ElementOf = 7
      Returns:
      The comparator used in the EXIF condition
    • setIf_ExifComparator

      public void setIf_ExifComparator(int if_ExifComparator)
      Sets the comparator used in the EXIF condition
      Parameters:
      if_ExifComparator - The comparator used in the EXIF condition
    • getIf_ExifGpsMaxDistanceIn_m

      public int getIf_ExifGpsMaxDistanceIn_m()
      Gets the value for the EXIF distance tag in meters
      Returns:
      The value for the EXIF distance tag in meters
    • setIf_ExifGpsMaxDistanceIn_m

      public void setIf_ExifGpsMaxDistanceIn_m(int if_ExifGpsMaxDistanceIn_m)
      Sets the value for the EXIF distance tag in meters
      Parameters:
      if_ExifGpsMaxDistanceIn_m - The value for the EXIF distance tag in meters
    • getIf_FileNameExtension

      public String getIf_FileNameExtension()
      Returns the value for the extension condition field
      Returns:
      The value for the extension condition field
    • setIf_FileNameExtension

      public void setIf_FileNameExtension(String if_FileNameExtension)
      Sets the value for the extension condition field
      Parameters:
      if_FileNameExtension - The value for the extension condition field
    • getIf_FileSizeBigger

      public int getIf_FileSizeBigger()
      Returns the value for the FileSize bigger condition
      Returns:
      The value for the FileSize bigger condition
    • setIf_FileSizeBigger

      public void setIf_FileSizeBigger(int if_FileSizeBigger)
      Sets the value for the FileSize bigger condition
      Parameters:
      if_FileSizeBigger - The value for the FileSize bigger condition
    • getIf_maxFileSizePixelsKind

      public int getIf_maxFileSizePixelsKind()
      Returns the type of resolution condition to check on width x height = 0 width or height = 1 width = 2 height = 3
      Returns:
      The type of resolution condition to check on
    • setIf_maxFileSizePixelsKind

      public void setIf_maxFileSizePixelsKind(int if_maxFileSizePixelsKind)
      Sets the type of resolution condition to check on width x height = 0 width or height = 1 width = 2 height = 3
      Parameters:
      if_maxFileSizePixelsKind - The type of resolution condition to check on
    • getIf_ImageOrientation

      public String getIf_ImageOrientation()
      Returns the Image Orientation value for the condition Possible values: portrait landscape portrait_exif landscape_exif
      Returns:
      The Image Orientation value for the condition
    • setIf_ImageOrientation

      public void setIf_ImageOrientation(String if_ImageOrientation)
      Sets the Image Orientation value for the condition Possible values: portrait landscape portrait_exif landscape_exif
      Parameters:
      if_ImageOrientation - The Image Orientation value for the condition
    • getThenTo_DiskFolder

      public String getThenTo_DiskFolder()
      Returns the folder name where to send to file to if the condition is valid and ThenToFolder condition is selected
      Returns:
      The folder name where to send to file to if the condition is valid and ThenToFolder condition is selected
      See Also:
      isThenTo_DiskFolderActive()
    • setThenTo_DiskFolder

      public void setThenTo_DiskFolder(String thenTo_DiskFolder)
      Sets the folder name where to send to file to if the condition is valid and ThenToFolder condition is selected
      Parameters:
      thenTo_DiskFolder - The folder name where to send to file to if the condition is valid and ThenToFolder condition is selected
      See Also:
      isThenTo_DiskFolderActive()
    • getThenTo_FTPHost

      public String getThenTo_FTPHost()
      Returns the hostname in the FTP destination where to send FTP files to
      Returns:
      The hostname
    • setThenTo_FTPHost

      public void setThenTo_FTPHost(String thenTo_FTPHost)
      Sets the hostname in the FTP destination where to send FTP files to
      Parameters:
      thenTo_FTPHost - The hostname
    • getThenTo_FTPUsername

      public String getThenTo_FTPUsername()
      Returns the username in the FTP destination where to send FTP files to
      Returns:
      The username
    • setThenTo_FTPUsername

      public void setThenTo_FTPUsername(String thenTo_FTPUsername)
      Sets the username in the FTP destination where to send FTP files to
      Parameters:
      thenTo_FTPUsername - The username
    • getThenTo_FTPPassword

      public String getThenTo_FTPPassword()
      Returns the password in the FTP destination where to send FTP files to
      Returns:
      The password
    • setThenTo_FTPPassword

      public void setThenTo_FTPPassword(String thenTo_FTPPassword)
      Sets the password in the FTP destination where to send FTP files to
      Parameters:
      thenTo_FTPPassword - The password
    • getThenTo_FTPHostRemoteFolder

      public String getThenTo_FTPHostRemoteFolder()
      Returns the folder in the FTP destination where to send FTP files to
      Returns:
      The folder
    • setThenTo_FTPHostRemoteFolder

      public void setThenTo_FTPHostRemoteFolder(String thenTo_FTPHostRemoteFolder)
      Sets the folder in the FTP destination where to send FTP files to
      Parameters:
      thenTo_FTPHostRemoteFolder - The folder
    • getThenTo_EmailFromAddress

      public String getThenTo_EmailFromAddress()
      Returns the from address in the Email destination where to send Email files to
      Returns:
      The from email address
    • setThenTo_EmailFromAddress

      public void setThenTo_EmailFromAddress(String thenTo_EmailFromAddress)
      sets the from address in the Email destination where to send Email files to
      Parameters:
      thenTo_EmailFromAddress - The from email address
    • getThenTo_EmailToAddress

      public String getThenTo_EmailToAddress()
      Returns the to address in the Email destination where to send Email files to
      Returns:
      The to address in the Email destination
    • setThenTo_EmailToAddress

      public void setThenTo_EmailToAddress(String thenTo_EmailToAddress)
      Sets the to address in the Email destination where to send Email files to
      Parameters:
      thenTo_EmailToAddress - The to address in the Email destination
    • getThenTo_EmailSubject

      public String getThenTo_EmailSubject()
      Returns the subject in the Email destination where to send Email files to
      Returns:
      The subject in the Email destination
    • setThenTo_EmailSubject

      public void setThenTo_EmailSubject(String thenTo_EmailSubject)
      Sets the subject in the Email destination where to send Email files to
      Parameters:
      thenTo_EmailSubject - The subject in the Email destination
    • getThenTo_EmailBodyText

      public String getThenTo_EmailBodyText()
      Returns the body text in the Email destination where to send Email files to
      Returns:
      The body text in the Email destination
    • setThenTo_EmailBodyText

      public void setThenTo_EmailBodyText(String thenTo_EmailBodyText)
      Sets the body text in the Email destination where to send Email files to
      Parameters:
      thenTo_EmailBodyText - The body text in the Email destination
    • isThenTo_EmailToAddressIPTCActive

      public boolean isThenTo_EmailToAddressIPTCActive()
      Returns whether to get the Email to address from IPTC
      Returns:
      Whether to get the Email to address from IPTC
    • setThenTo_EmailToAddressIPTCActive

      public void setThenTo_EmailToAddressIPTCActive(boolean thenTo_EmailToAddressIPTCActive)
      Sets whether to get the Email to address from IPTC
      Parameters:
      thenTo_EmailToAddressIPTCActive - Whether to get the Email to address from IPTC
    • getThenTo_EmailToAddressIPTCrecordSetNo

      public int getThenTo_EmailToAddressIPTCrecordSetNo()
      Returns from which IPTC record number to get the Email to address from
      Returns:
      From which IPTC record number to get the Email to address from
      See Also:
      isThenTo_EmailToAddressIPTCActive()
    • setThenTo_EmailToAddressIPTCrecordSetNo

      public void setThenTo_EmailToAddressIPTCrecordSetNo(int thenTo_EmailToAddressIPTCrecordSetNo)
      Sets from which IPTC record number to get the Email to address from
      Parameters:
      thenTo_EmailToAddressIPTCrecordSetNo - From which IPTC record number to get the Email to address from
      See Also:
      isThenTo_EmailToAddressIPTCActive()
    • getThenTo_EmailToAddressIPTCdataSetNo

      public int getThenTo_EmailToAddressIPTCdataSetNo()
      Returns from which IPTC dataset number to get the Email to address from
      Returns:
      From which IPTC dataset number to get the Email to address from
      See Also:
      isThenTo_EmailToAddressIPTCActive()
    • setThenTo_EmailToAddressIPTCdataSetNo

      public void setThenTo_EmailToAddressIPTCdataSetNo(int thenTo_EmailToAddressIPTCdataSetNo)
      Sets from which IPTC dataset number to get the Email to address from
      Parameters:
      thenTo_EmailToAddressIPTCdataSetNo - From which IPTC dataset number to get the Email to address from
      See Also:
      isThenTo_EmailToAddressIPTCActive()
    • getIf_FileNameContains

      public String getIf_FileNameContains()
      Returns the value in the if-filename contains field
      Returns:
      The value in the if-filename contains field
    • setIf_FileNameContains

      public void setIf_FileNameContains(String if_FileNameContains)
      Sets the value in the if-filename contains field
      Parameters:
      if_FileNameContains - The value in the if-filename contains field
    • isThenTo_UseSFTP

      public boolean isThenTo_UseSFTP()
      Whether to use SFTP of FTP
      Returns:
      Whether to use SFTP of FTP
    • setThenTo_UseSFTP

      public void setThenTo_UseSFTP(boolean thenTo_UseSFTP)
      Set whether to use SFTP of FTP
      Parameters:
      thenTo_UseSFTP - Whether to use SFTP of FTP
    • getThenTo_SFTPKeyFile

      public String getThenTo_SFTPKeyFile()
      Returns the RSA public key used in SFTP communication. This method will only be used if the FTP password field is null or empty. Otherwise SFTP using password authentication will be used
      Returns:
      The RSA public key used in SFTP communication
      See Also:
      thenTo_FTPPassword, Elpical elearning
    • setThenTo_SFTPKeyFile

      public void setThenTo_SFTPKeyFile(String thenTo_SFTPKeyFile)
      Sets the RSA public key used in SFTP communication. This method will only be used if the FTP password field is null or empty. Otherwise SFTP using password authentication will be used
      Parameters:
      thenTo_SFTPKeyFile - The RSA public key used in SFTP communication
      See Also:
      thenTo_FTPPassword, Elpical elearning
    • getGoogleConditions

      public List<GoogleVisionCondition> getGoogleConditions()
      Returns a list of GoogleConditions used in routing images via Google Vision AI
      Returns:
      List of GoogleConditions used in routing images via Google Vision AI
      See Also:
      GoogleVision
    • setGoogleConditions

      public void setGoogleConditions(List<GoogleVisionCondition> googleConditions)
      Sets the list of GoogleConditions used in routing images via Google Vision AI
      Parameters:
      googleConditions - List of GoogleConditions used in routing images via Google Vision AI
      See Also:
      GoogleVision
    • isIf_GoogleVisionActive

      public boolean isIf_GoogleVisionActive()
      Returns whether routing based on GoogleVision AI is active
      See Also:
      Whether routing based on GoogleVision AI is active
    • setIf_GoogleVisionActive

      public void setIf_GoogleVisionActive(boolean if_GoogleVisionActive)
      Sets whether routing based on GoogleVision AI is active
      Parameters:
      if_GoogleVisionActive - Whether routing based on GoogleVision AI is active
    • getConditionName

      public String getConditionName()
    • setConditionName

      public void setConditionName(String conditionName)
    • getThenTo_Channel_IDS

      public String getThenTo_Channel_IDS()
    • setThenTo_Channel_IDS

      public void setThenTo_Channel_IDS(String thenTo_Channel_IDS)