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() |
getSuccessValue
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getErrorCode, getErrorMessage, getSuccessValue
public ProcessingResultFileData(String fileName, boolean forceDownload, byte[] fileContent, boolean success)
public ProcessingResultFileData(String fileName, boolean forceDownload, byte[] fileContent)
public byte[] getFileContent()
IProcessingResultFileData
getFileContent
in interface IProcessingResultFileData
Byte
-Array des Datei-Inhaltspublic boolean getForceDownload()
IProcessingResultFileData
getForceDownload
in interface IProcessingResultFileData
Boolean
ob der Download erzwungen werden sollpublic String getFileName()
IProcessingResultFileData
getFileName
in interface IProcessingResultFileData
String
der Datei-Namepublic String getPlaceholderValue(int index, String key)
getPlaceholderValue
in interface IProcessingResult
public int getValuesCount()
getValuesCount
in interface IProcessingResult
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.