Class ProcessingResultStringValueAndFilePath

All Implemented Interfaces:
IPluginReturnValue, IPluginProcessingRetVal, IProcessingResult, IProcessingResultFilePath, IProcessingResultStringValue

@Deprecated public class ProcessingResultStringValueAndFilePath extends ProcessingResultStringValue implements IProcessingResultStringValue, IProcessingResultFilePath
Deprecated.
This is part of the old workflow engine. Use the new workflow engine.
Author:
XIMA MEDIA GmbH
  • Constructor Details

    • ProcessingResultStringValueAndFilePath

      public ProcessingResultStringValueAndFilePath(String value, String filePath, boolean success)
      Deprecated.
    • ProcessingResultStringValueAndFilePath

      public ProcessingResultStringValueAndFilePath(String value, String filePath)
      Deprecated.
    • ProcessingResultStringValueAndFilePath

      public ProcessingResultStringValueAndFilePath(String value, File file, boolean success)
      Deprecated.
    • ProcessingResultStringValueAndFilePath

      public ProcessingResultStringValueAndFilePath(String value, File file)
      Deprecated.
  • Method Details