public class ProcessingResultFileData extends AProcessingResult implements IProcessingResultFileData
| Constructor and Description |
|---|
ProcessingResultFileData(String fileName,
boolean forceDownload,
byte[] fileContent) |
ProcessingResultFileData(String fileName,
boolean forceDownload,
byte[] fileContent,
boolean success) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getFileContent()
Getter für den binären Inhalt der Datei
|
String |
getFileName()
Getter des Datei-Namens
|
boolean |
getForceDownload()
Getter welcher angibt, ob ein Download dieser Datei erzwungen werden soll
|
String |
getPlaceholderValue(int index,
String key)
|
int |
getValuesCount() |
getSessionAttributeMap, getSuccessValue, setSessionAttributeMapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetErrorCode, getErrorMessage, getSessionAttributeMap, getSuccessValuepublic ProcessingResultFileData(String fileName, boolean forceDownload, byte[] fileContent, boolean success)
public ProcessingResultFileData(String fileName, boolean forceDownload, byte[] fileContent)
public byte[] getFileContent()
IProcessingResultFileDatagetFileContent in interface IProcessingResultFileDataByte-Array des Datei-Inhaltspublic boolean getForceDownload()
IProcessingResultFileDatagetForceDownload in interface IProcessingResultFileDataBoolean ob der Download erzwungen werden sollpublic String getFileName()
IProcessingResultFileDatagetFileName in interface IProcessingResultFileDataString der Datei-Namepublic String getPlaceholderValue(int index, String key)
IProcessingResultList of Maps. This return the value at a given index and
key.getPlaceholderValue in interface IProcessingResultindex - Index at which to retrieve the processing result value.key - Key at which to retrieve the processing result value.public int getValuesCount()
getValuesCount in interface IProcessingResultCopyright © 2020 XIMA MEDIA GmbH. All rights reserved.