Interface IProcessingResultFileData
-
- All Superinterfaces:
IPluginProcessingRetVal,IPluginReturnValue,IProcessingResult
- All Known Implementing Classes:
ProcessingResultFileData
@Deprecated public interface IProcessingResultFileData extends IProcessingResult, IPluginProcessingRetVal
Deprecated.Use the new workflow engine (IWorkflowEventRunner).Interface for a processing result as binary file- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description byte[]getFileContent()Deprecated.Getter for the binary content of the fileStringgetFileName()Deprecated.Getter of the file namebooleangetForceDownload()Deprecated.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
-
-
-
-
Method Detail
-
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
-
-