Class ProcessingResultMultiValue
- java.lang.Object
 - 
- de.xima.fc.bl.fdv.processing.result.AProcessingResult
 - 
- de.xima.fc.bl.fdv.processing.result.ProcessingResultMultiValue
 
 
 
- 
- All Implemented Interfaces:
 IPluginReturnValue,IPluginProcessingRetVal,IProcessingResult,IProcessingResultMultiValue
- Direct Known Subclasses:
 ProcessingResultMultiValueAndFilePath
@Deprecated public class ProcessingResultMultiValue extends AProcessingResult implements IProcessingResultMultiValue
Deprecated.This is part of the old workflow engine. Use the new workflow engine.- Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ProcessingResultMultiValue(List<Map<String,String>> values)Deprecated.ProcessingResultMultiValue(List<Map<String,String>> values, boolean success)Deprecated. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetPlaceholderValue(int index, String key)Deprecated.List<Map<String,String>>getValues()Deprecated.intgetValuesCount()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 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getValues
public List<Map<String,String>> getValues()
Deprecated.- Specified by:
 getValuesin interfaceIProcessingResultMultiValue
 
- 
getPlaceholderValue
public String getPlaceholderValue(int index, String key)
Deprecated.Description copied from interface:IProcessingResultIn general, the result of an action is aListofMaps. This return the value at a given index and key.- Specified by:
 getPlaceholderValuein 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:
 getValuesCountin interfaceIProcessingResult- Returns:
 - The number of values the workflow action returned.
 
 
 - 
 
 -