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 fileStringgetFileName()Getter of the file namebooleangetForceDownload()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 
 - 
 
 -