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.
This is part of the old workflow engine. Use the new workflow engine.
- Author:
 - XIMA MEDIA GmbH
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionDeprecated.A map of key-value pairs with session attributes that are written to theHttpSession.booleanDeprecated.voidsetSessionAttributeMap(Map<String, Serializable> sessionAttributes) Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.xima.fc.interfaces.processing.IProcessingResult
getErrorCode, getErrorMessage, getPlaceholderValue, getValuesCount 
- 
Constructor Details
- 
AProcessingResult
public AProcessingResult(boolean successfull) Deprecated. 
 - 
 - 
Method Details
- 
getSuccessValue
public boolean getSuccessValue()Deprecated.- Specified by:
 getSuccessValuein interfaceIProcessingResult- Returns:
 - Whether the workflow action was executed successfully.
 
 - 
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
Deprecated. 
 -