Interface IProcessingResultFileData
-
- All Superinterfaces:
IPluginProcessingRetVal
,IPluginReturnValue
,IProcessingResult
- All Known Implementing Classes:
ProcessingResultFileData
public interface IProcessingResultFileData extends IProcessingResult, IPluginProcessingRetVal
Interface for a processing result as binary file- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
getFileContent()
Getter for the binary content of the fileString
getFileName()
Getter of the file nameboolean
getForceDownload()
Getter if the file should returned as an forced download-
Methods inherited from interface de.xima.fc.interfaces.processing.IProcessingResult
getErrorCode, getErrorMessage, getPlaceholderValue, getSessionAttributeMap, getSuccessValue, getValuesCount
-
-