Class ProcessingResultFileData
- java.lang.Object
-
- de.xima.fc.bl.fdv.processing.result.AProcessingResult
-
- de.xima.fc.bl.fdv.processing.result.ProcessingResultFileData
-
- All Implemented Interfaces:
IPluginReturnValue
,IPluginProcessingRetVal
,IProcessingResult
,IProcessingResultFileData
@Deprecated public class ProcessingResultFileData extends AProcessingResult implements IProcessingResultFileData
Deprecated.This is part of the old workflow engine. Use the new workflow engine.- Author:
- XIMA MEDIA GmbH
-
-
Constructor Summary
Constructors Constructor Description ProcessingResultFileData(String fileName, boolean forceDownload, byte[] fileContent)
Deprecated.ProcessingResultFileData(String fileName, boolean forceDownload, byte[] fileContent, boolean success)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete 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 downloadString
getPlaceholderValue(int index, String key)
Deprecated.int
getValuesCount()
Deprecated.-
Methods inherited from class de.xima.fc.bl.fdv.processing.result.AProcessingResult
getSessionAttributeMap, getSuccessValue, setSessionAttributeMap
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.xima.fc.interfaces.processing.IProcessingResult
getErrorCode, getErrorMessage, getSessionAttributeMap, getSuccessValue
-
-
-
-
Method Detail
-
getFileContent
public byte[] getFileContent()
Deprecated.Description copied from interface:IProcessingResultFileData
Getter for the binary content of the file- Specified by:
getFileContent
in interfaceIProcessingResultFileData
- Returns:
Byte
-Array of the file content
-
getForceDownload
public boolean getForceDownload()
Deprecated.Description copied from interface:IProcessingResultFileData
Getter if the file should returned as an forced download- Specified by:
getForceDownload
in interfaceIProcessingResultFileData
- Returns:
Boolean
if the download should be forced
-
getFileName
public String getFileName()
Deprecated.Description copied from interface:IProcessingResultFileData
Getter of the file name- Specified by:
getFileName
in interfaceIProcessingResultFileData
- Returns:
String
the file name
-
getPlaceholderValue
public String getPlaceholderValue(int index, String key)
Deprecated.Description copied from interface:IProcessingResult
In general, the result of an action is aList
ofMap
s. This return the value at a given index and key.- Specified by:
getPlaceholderValue
in interfaceIProcessingResult
- Parameters:
index
- Index at which to retrieve the processing result value.key
- Key at which to retrieve the processing result value.- Returns:
- The processing result value at the given index and key.
-
getValuesCount
public int getValuesCount()
Deprecated.- Specified by:
getValuesCount
in interfaceIProcessingResult
- Returns:
- The number of values the workflow action returned.
-
-