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