Interface IProcessingResultFileData
- All Superinterfaces:
IPluginProcessingRetVal,IPluginReturnValue,IProcessingResult
- All Known Implementing Classes:
ProcessingResultFileData
@Deprecated
public interface IProcessingResultFileData
extends IProcessingResult, IPluginProcessingRetVal
Deprecated.
Interface for a processing result as binary file
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]Deprecated.Getter for the binary content of the fileDeprecated.Getter of the file namebooleanDeprecated.Getter if the file should returned as an forced downloadMethods inherited from interface de.xima.fc.interfaces.processing.IProcessingResult
getErrorCode, getErrorMessage, getPlaceholderValue, getSessionAttributeMap, getSuccessValue, getValuesCount
-
Method Details
-
getFileContent
byte[] getFileContent()Deprecated.Getter for the binary content of the file- Returns:
Byte-Array of the file content
-
getForceDownload
boolean getForceDownload()Deprecated.Getter if the file should returned as an forced download- Returns:
Booleanif the download should be forced
-
getFileName
String getFileName()Deprecated.Getter of the file name- Returns:
Stringthe file name
-
IWorkflowEventRunner).