Class WorkFlow

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

public class WorkFlow extends Object
Class which holds workflow settings
  • Constructor Details

    • WorkFlow

      public WorkFlow()
      Empty constructor
    • WorkFlow

      public WorkFlow(HashMap<String,​String> theClaroChannelPreferences)
  • Method Details

    • isProcessAllAndSaveToOutput

      public boolean isProcessAllAndSaveToOutput()
      Returns whether option process all and save to output is active
      Returns:
      Whether option process all and save to output is active
    • setProcessAllAndSaveToOutput

      public void setProcessAllAndSaveToOutput(boolean processAllAndSaveToOutput)
      Sets whether option process all and save to output is active
      Parameters:
      processAllAndSaveToOutput - Whether option process all and save to output is active
    • isSendRejectedToInspector

      public boolean isSendRejectedToInspector()
      Returns whether option send rejected to Inspector queue is active
      Returns:
      Whether option send rejected to Inspector queue is active
    • setSendRejectedToInspector

      public void setSendRejectedToInspector(boolean sendRejectedToInspector)
      Sets whether option send rejected to Inspector queue is active
      Parameters:
      sendRejectedToInspector - Whether option send rejected to Inspector queue is active
    • isSaveRejectedToUnprocessed

      public boolean isSaveRejectedToUnprocessed()
      Returns whether option send rejected to unprocessed folder is active
      Returns:
      Whether option send rejected to unprocessed folder is active
    • setSaveRejectedToUnprocessed

      public void setSaveRejectedToUnprocessed(boolean saveRejectedToUnprocessed)
      Sets whether option send rejected to unprocessed folder is active
      Parameters:
      saveRejectedToUnprocessed - Whether option send rejected to unprocessed folder is active
    • isSendAllToInspector

      public boolean isSendAllToInspector()
      Returns whether option send all images to Inspector queue is active
      Returns:
      Whether option send all images to Inspector queue is active
    • setSendAllToInspector

      public void setSendAllToInspector(boolean sendAllToInspector)
      Sets whether option send all images to Inspector queue is active
      Parameters:
      sendAllToInspector - Whether option send all images to Inspector queue is active
    • isSaveRejectedByInspectorToUnprocessed

      public boolean isSaveRejectedByInspectorToUnprocessed()
      Returns whether option send rejected images from Inspector to unprocessed folder is active
      Returns:
      Whether option send rejected images from Inspector to unprocessed folder is active
    • setSaveRejectedByInspectorToUnprocessed

      public void setSaveRejectedByInspectorToUnprocessed(boolean saveRejectedByInspectorToUnprocessed)
      Sets whether option send rejected images from Inspector to unprocessed folder is active
      Parameters:
      saveRejectedByInspectorToUnprocessed - Whether option send rejected images from Inspector to unprocessed folder is active
    • getFolderForUnprocessedImages

      public String getFolderForUnprocessedImages()
      Returns the unprocessed folder on the server
      Returns:
      The unprocessed folder on the server
    • setFolderForUnprocessedImages

      public void setFolderForUnprocessedImages(String folderForUnprocessedImages)
      Sets the unprocessed folder on the server
      Parameters:
      folderForUnprocessedImages - The unprocessed folder on the server
    • getFolderForInspector

      public String getFolderForInspector()
    • setFolderForInspector

      public void setFolderForInspector(String folderForInspector)
    • getMsgForInspector

      public String getMsgForInspector()
    • setMsgForInspector

      public void setMsgForInspector(String msgForInspector)
    • isProcessPDFDeviceNColorSpace

      public boolean isProcessPDFDeviceNColorSpace()
      Returns whether to process images in DeviceN colorspace from a PDF
      Returns:
      Whether to process images in DeviceN colorspace from a PDF
    • setProcessPDFDeviceNColorSpace

      public void setProcessPDFDeviceNColorSpace(boolean processPDFDeviceNColorSpace)
      Sets whether to process images in DeviceN colorspace from a PDF
      Parameters:
      processPDFDeviceNColorSpace - Whether to process images in DeviceN colorspace from a PDF
    • isConvertBWRGBtoBW

      public boolean isConvertBWRGBtoBW()
      Returns whether to convert RGB images which are in fact grayscale (same R, G, B values) to a grayscale image
      Returns:
      Whether to convert RGB images which are in fact grayscale (same R, G, B values) to a grayscale image
    • setConvertBWRGBtoBW

      public void setConvertBWRGBtoBW(boolean convertBWRGBtoBW)
      Sets whether to convert RGB images which are in fact grayscale (same R, G, B values) to a grayscale image
      Parameters:
      convertBWRGBtoBW - Whether to convert RGB images which are in fact grayscale (same R, G, B values) to a grayscale image
    • isUseOutputFileFormatForOriginalInInspector

      public boolean isUseOutputFileFormatForOriginalInInspector()
    • setUseOutputFileFormatForOriginalInInspector

      public void setUseOutputFileFormatForOriginalInInspector(boolean newValue)
    • save

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