Class WorkFlow
java.lang.Object
com.elpical.jclaro.admin.ws.server.WorkFlow
Class which holds workflow settings
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the unprocessed folder on the serverboolean
Returns whether to convert RGB images which are in fact grayscale (same R, G, B values) to a grayscale imageboolean
Returns whether option process all and save to output is activeboolean
Returns whether to process images in DeviceN colorspace from a PDFboolean
Returns whether option send rejected images from Inspector to unprocessed folder is activeboolean
Returns whether option send rejected to unprocessed folder is activeboolean
Returns whether option send all images to Inspector queue is activeboolean
Returns whether option send rejected to Inspector queue is activeboolean
void
save(com.elpical.jclaro.database.entities.ClaroChannel aClaroChannel)
void
setConvertBWRGBtoBW(boolean convertBWRGBtoBW)
Sets whether to convert RGB images which are in fact grayscale (same R, G, B values) to a grayscale imagevoid
setFolderForInspector(String folderForInspector)
void
setFolderForUnprocessedImages(String folderForUnprocessedImages)
Sets the unprocessed folder on the servervoid
setMsgForInspector(String msgForInspector)
void
setProcessAllAndSaveToOutput(boolean processAllAndSaveToOutput)
Sets whether option process all and save to output is activevoid
setProcessPDFDeviceNColorSpace(boolean processPDFDeviceNColorSpace)
Sets whether to process images in DeviceN colorspace from a PDFvoid
setSaveRejectedByInspectorToUnprocessed(boolean saveRejectedByInspectorToUnprocessed)
Sets whether option send rejected images from Inspector to unprocessed folder is activevoid
setSaveRejectedToUnprocessed(boolean saveRejectedToUnprocessed)
Sets whether option send rejected to unprocessed folder is activevoid
setSendAllToInspector(boolean sendAllToInspector)
Sets whether option send all images to Inspector queue is activevoid
setSendRejectedToInspector(boolean sendRejectedToInspector)
Sets whether option send rejected to Inspector queue is activevoid
setUseOutputFileFormatForOriginalInInspector(boolean newValue)
-
Constructor Details
-
WorkFlow
public WorkFlow()Empty constructor -
WorkFlow
-
-
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
Returns the unprocessed folder on the server- Returns:
- The unprocessed folder on the server
-
setFolderForUnprocessedImages
Sets the unprocessed folder on the server- Parameters:
folderForUnprocessedImages
- The unprocessed folder on the server
-
getFolderForInspector
-
setFolderForInspector
-
getMsgForInspector
-
setMsgForInspector
-
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)
-