Class ProcessingResultFileData

java.lang.Object
de.xima.fc.bl.fdv.processing.result.AProcessingResult
de.xima.fc.bl.fdv.processing.result.ProcessingResultFileData
All Implemented Interfaces:
IPluginReturnValue, IPluginProcessingRetVal, IProcessingResult, IProcessingResultFileData

@Deprecated public class ProcessingResultFileData extends AProcessingResult implements IProcessingResultFileData
Deprecated.
This is part of the old workflow engine. Use the new workflow engine.
Author:
XIMA MEDIA GmbH
  • Constructor Details

    • ProcessingResultFileData

      public ProcessingResultFileData(String fileName, boolean forceDownload, byte[] fileContent, boolean success)
      Deprecated.
    • ProcessingResultFileData

      public ProcessingResultFileData(String fileName, boolean forceDownload, byte[] fileContent)
      Deprecated.
  • Method Details