Class FileUploadStatus

java.lang.Object
com.aquima.web.components.fileupload.service.FileUploadStatus
All Implemented Interfaces:
com.aquima.interactions.portal.IActionResult, Serializable

public final class FileUploadStatus extends Object implements com.aquima.interactions.portal.IActionResult
File upload status result.
Author:
N. van Noorloos
See Also:
  • Constructor Details Link icon

    • FileUploadStatus Link icon

      public FileUploadStatus(boolean isUploadSucceeded, boolean isUploadAuthorized)
    • FileUploadStatus Link icon

      public FileUploadStatus(boolean isUploadSucceeded, boolean isUploadAuthorized, com.aquima.interactions.portal.IDisposableContent disposableObject, List<String> fileIds)
  • Method Details Link icon

    • isUploadAuthorized Link icon

      public boolean isUploadAuthorized()
    • isUploadSucceeded Link icon

      public boolean isUploadSucceeded()
    • getFileIds Link icon

      public List<String> getFileIds()
    • getButtonKey Link icon

      public String getButtonKey()
      Returns the runtime key of the button which determines how to continue the flow. This could be the runtime key of the FileUploaded button or of the Unauthorized button. If the upload failed, this button key is null.
      Returns:
      the runtime key of the button containing the exit event or null if the upload failed
    • setButtonKey Link icon

      public void setButtonKey(String buttonKey)
      Sets the runtime key of the button which controls how to continue the flow. This could be the runtime key of the FileUploaded button (emits the FileUploaded event) or the Unauthorized button (emits the Unauthorized event).
      Parameters:
      buttonKey - the runtime key of a button inside the upload container
    • hasRequestScopedContent Link icon

      public boolean hasRequestScopedContent()
    • deleteRequestScopedContent Link icon

      public void deleteRequestScopedContent(com.blueriq.component.api.IAquimaSession session)