Class ProcessingResultStringValue

java.lang.Object
de.xima.fc.bl.fdv.processing.result.AProcessingResult
de.xima.fc.bl.fdv.processing.result.ProcessingResultStringValue
All Implemented Interfaces:
IPluginReturnValue, IPluginProcessingRetVal, IProcessingResult, IProcessingResultStringValue
Direct Known Subclasses:
ProcessingResultHTML, ProcessingResultRedirect, ProcessingResultStringValueAndFilePath, ProcessingResultTemplate

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

    • ProcessingResultStringValue

      public ProcessingResultStringValue(String value)
      Deprecated.
    • ProcessingResultStringValue

      public ProcessingResultStringValue(String value, boolean success)
      Deprecated.
  • Method Details

    • getValue

      public String getValue()
      Deprecated.
      Description copied from interface: IProcessingResultStringValue
      Getter for the value
      Specified by:
      getValue in interface IProcessingResultStringValue
      Returns:
      String the value
    • 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.