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 fileString
getFileName()
Deprecated.Getter of the file nameboolean
getForceDownload()
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:
Boolean
if the download should be forced
-
-