Class FileDownloadResult
java.lang.Object
com.aquima.web.components.filedownload.service.FileDownloadResult
- All Implemented Interfaces:
com.aquima.interactions.portal.IActionResult
,Serializable
public class FileDownloadResult
extends Object
implements com.aquima.interactions.portal.IActionResult
Class containing the result (=download content & context) of the download.
- Since:
- 9.3
- Author:
- M. Naberink
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFileDownloadResult
(boolean isAuthorized) FileDownloadResult
(byte[] fileContent, com.aquima.interactions.portal.IContentMetadata fileMetaData) -
Method Summary
Modifier and TypeMethodDescriptionbyte[]
com.aquima.interactions.portal.IContentMetadata
boolean
-
Constructor Details
-
FileDownloadResult
public FileDownloadResult(boolean isAuthorized) -
FileDownloadResult
public FileDownloadResult(byte[] fileContent, com.aquima.interactions.portal.IContentMetadata fileMetaData)
-
-
Method Details
-
getFileMetaData
public com.aquima.interactions.portal.IContentMetadata getFileMetaData() -
getFileContents
public byte[] getFileContents() -
isAuthorized
public boolean isAuthorized() -
getUnauthorizedEventButtonKey
-