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
.boolean
Deprecated.void
setSessionAttributeMap
(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
-
Constructor Details
-
AProcessingResult
public AProcessingResult(boolean successfull) Deprecated.
-
-
Method Details
-
getSuccessValue
public boolean getSuccessValue()Deprecated.- Specified by:
getSuccessValue
in interfaceIProcessingResult
- Returns:
- Whether the workflow action was executed successfully.
-
getSessionAttributeMap
Deprecated.Description copied from interface:IProcessingResult
A 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:
getSessionAttributeMap
in interfaceIProcessingResult
- Returns:
- A
Map
with session attributes to set on theHttpSession
.
-
setSessionAttributeMap
Deprecated.
-