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 Summary
Constructors Constructor Description AProcessingResult(boolean successfull)Deprecated. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Map<String,Serializable>getSessionAttributeMap()Deprecated.A map of key-value pairs with session attributes that are written to theHttpSession.booleangetSuccessValue()Deprecated.voidsetSessionAttributeMap(Map<String,Serializable> sessionAttributes)Deprecated.- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface de.xima.fc.interfaces.processing.IProcessingResult
getErrorCode, getErrorMessage, getPlaceholderValue, getValuesCount 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getSuccessValue
public boolean getSuccessValue()
Deprecated.- Specified by:
 getSuccessValuein interfaceIProcessingResult- Returns:
 - Whether the workflow action was executed successfully.
 
 
- 
getSessionAttributeMap
public Map<String,Serializable> getSessionAttributeMap()
Deprecated.Description copied from interface:IProcessingResultA map of key-value pairs with session attributes that are written to theHttpSession. When the session already contains a value for a parameter, it is overwritten.- Specified by:
 getSessionAttributeMapin interfaceIProcessingResult- Returns:
 - A 
Mapwith session attributes to set on theHttpSession. 
 
- 
setSessionAttributeMap
public void setSessionAttributeMap(Map<String,Serializable> sessionAttributes)
Deprecated. 
 - 
 
 -