Interface IProcessingResultStringValue
- 
- All Superinterfaces:
 IPluginProcessingRetVal,IPluginReturnValue,IProcessingResult
- All Known Subinterfaces:
 IProcessingResultHTML,IProcessingResultTemplate,IProcessingResultWeiterleitung
- All Known Implementing Classes:
 ProcessingResultHTML,ProcessingResultRedirect,ProcessingResultStringValue,ProcessingResultStringValueAndFilePath,ProcessingResultTemplate
@Deprecated public interface IProcessingResultStringValue extends IProcessingResult, IPluginProcessingRetVal
Deprecated.Use the new workflow engine (IWorkflowEventRunner).Interface for a processing result asString- Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StringgetValue()Deprecated.Getter for the value- 
Methods inherited from interface de.xima.fc.interfaces.processing.IProcessingResult
getErrorCode, getErrorMessage, getPlaceholderValue, getSessionAttributeMap, getSuccessValue, getValuesCount 
 - 
 
 -