Class ProcessingResultNumberValue
java.lang.Object
de.xima.fc.bl.fdv.processing.result.AProcessingResult
de.xima.fc.bl.fdv.processing.result.ProcessingResultNumberValue
- All Implemented Interfaces:
IPluginReturnValue
,IPluginProcessingRetVal
,IProcessingResult
,IProcessingResultNumberValue
@Deprecated
public class ProcessingResultNumberValue
extends AProcessingResult
implements IProcessingResultNumberValue
Deprecated.
This is part of the old workflow engine. Use the new workflow engine.
- Author:
- XIMA MEDIA GmbH
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.ProcessingResultNumberValue
(Number value, boolean success) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptiongetPlaceholderValue
(int index, String key) getValue()
Deprecated.Getter for the valueint
Deprecated.Methods inherited from class de.xima.fc.bl.fdv.processing.result.AProcessingResult
getSessionAttributeMap, getSuccessValue, setSessionAttributeMap
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, getSessionAttributeMap, getSuccessValue
-
Constructor Details
-
ProcessingResultNumberValue
Deprecated. -
ProcessingResultNumberValue
Deprecated.
-
-
Method Details
-
getValue
Deprecated.Description copied from interface:IProcessingResultNumberValue
Getter for the value- Specified by:
getValue
in interfaceIProcessingResultNumberValue
- Returns:
Number
the value
-
getPlaceholderValue
Deprecated.Description copied from interface:IProcessingResult
In general, the result of an action is aList
ofMap
s. This return the value at a given index and key.- Specified by:
getPlaceholderValue
in interfaceIProcessingResult
- 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 interfaceIProcessingResult
- Returns:
- The number of values the workflow action returned.
-