Class AProcessingResult

java.lang.Object
de.xima.fc.bl.fdv.processing.result.AProcessingResult
All Implemented Interfaces:
IProcessingResult
Direct Known Subclasses:
ProcessingResultFileData, ProcessingResultFilePath, ProcessingResultIntValue, ProcessingResultLongValue, ProcessingResultMultiValue, ProcessingResultNumberValue, ProcessingResultStringValue, ProcessingResultSuccess

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

    • AProcessingResult

      public AProcessingResult(boolean successfull)
      Deprecated.
  • Method Details

    • getSuccessValue

      public boolean getSuccessValue()
      Deprecated.
      Specified by:
      getSuccessValue in interface IProcessingResult
      Returns:
      Whether the workflow action was executed successfully.
    • getSessionAttributeMap

      public Map<String,Serializable> getSessionAttributeMap()
      Deprecated.
      Description copied from interface: IProcessingResult
      A map of key-value pairs with session attributes that are written to the HttpSession. When the session already contains a value for a parameter, it is overwritten.
      Specified by:
      getSessionAttributeMap in interface IProcessingResult
      Returns:
      A Map with session attributes to set on the HttpSession.
    • setSessionAttributeMap

      public void setSessionAttributeMap(Map<String,Serializable> sessionAttributes)
      Deprecated.