Class ProcessingResultFilePath

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

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

    • ProcessingResultFilePath

      public ProcessingResultFilePath(String filePath, boolean success)
      Deprecated.
    • ProcessingResultFilePath

      public ProcessingResultFilePath(String filePath)
      Deprecated.
    • ProcessingResultFilePath

      public ProcessingResultFilePath(File file, boolean success)
      Deprecated.
    • ProcessingResultFilePath

      public ProcessingResultFilePath(File file)
      Deprecated.
  • Method Details

    • getFilePath

      public String getFilePath()
      Deprecated.
      Description copied from interface: IProcessingResultFilePath
      Getter of the file path
      Specified by:
      getFilePath in interface IProcessingResultFilePath
      Returns:
      String the file path
    • getPlaceholderValue

      public String getPlaceholderValue(int index, String key)
      Deprecated.
      Description copied from interface: IProcessingResult
      In general, the result of an action is a List of Maps. This return the value at a given index and key.
      Specified by:
      getPlaceholderValue in interface IProcessingResult
      Parameters:
      index - Index at which to retrieve the processing result value.
      key - Key at which to retrieve the processing result value.
      Returns:
      The processing result value at the given index and key.
    • getValuesCount

      public int getValuesCount()
      Deprecated.
      Specified by:
      getValuesCount in interface IProcessingResult
      Returns:
      The number of values the workflow action returned.