Interface IProcessingResultHTML
-
- All Superinterfaces:
IPluginProcessingRetVal,IPluginReturnValue,IProcessingResult,IProcessingResultStringValue
- All Known Implementing Classes:
ProcessingResultHTML
@Deprecated public interface IProcessingResultHTML extends IProcessingResultStringValue
Deprecated.Use the new workflow engine (IWorkflowEventRunner).Interface for a processing result as HTML- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StringgetEncoding()Deprecated.Getter for the encoding to return the HTML with-
Methods inherited from interface de.xima.fc.interfaces.processing.IProcessingResult
getErrorCode, getErrorMessage, getPlaceholderValue, getSessionAttributeMap, getSuccessValue, getValuesCount
-
Methods inherited from interface de.xima.fc.interfaces.processing.result.IProcessingResultStringValue
getValue
-
-