Interface IProcessingResultMultiValue
-
- All Superinterfaces:
IPluginProcessingRetVal
,IPluginReturnValue
,IProcessingResult
- All Known Implementing Classes:
ProcessingResultMultiValue
,ProcessingResultMultiValueAndFilePath
public interface IProcessingResultMultiValue extends IProcessingResult, IPluginProcessingRetVal
Interface for a processing result with multiple values- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default List<Map<String,String>>
getValues()
-
Methods inherited from interface de.xima.fc.interfaces.processing.IProcessingResult
getErrorCode, getErrorMessage, getPlaceholderValue, getSessionAttributeMap, getSuccessValue, getValuesCount
-
-